Skip to content

Releases: treely/openyieldtables

v2.2.2

22 May 13:49
Compare
Choose a tag to compare

v2.2.2 (2024-05-22)

Fix

  • fix: Fix age level for yield table 11 (3cb56d6)

v2.2.1

08 May 14:21
Compare
Choose a tag to compare

v2.2.1 (2024-05-08)

Documentation

  • docs: Add header to yield table explorer (05703c4)

Fix

  • fix: Remove TimberControl Database as source (963aed0)

v2.2.0

02 May 13:29
Compare
Choose a tag to compare

v2.2.0 (2024-05-02)

Documentation

  • docs: Add HTML responses to API (bfa66e1)

  • docs: Correct company name (#42) (37d9a33)

Feature

  • feat: Update sources in meta data (923daea)

v2.1.0

24 Apr 07:46
Compare
Choose a tag to compare

v2.1.0 (2024-04-24)

Feature

  • feat(data): Add Lockow Birch yield table (1a88c60)

v2.0.0

24 Apr 07:26
Compare
Choose a tag to compare

v2.0.0 (2024-04-24)

Breaking

  • fix: Remove duplicate yield tables from data

BREAKING CHANGE: Remove duplicate yield tables from data

The yield tables with ID 95, 96, 97 and 98 are removed,
because they are duplicates of the yield tables with ID
88, 89, 90 and 91. (b3bf908)

v1.0.0

23 Apr 21:08
Compare
Choose a tag to compare

v1.0.0 (2024-04-23)

Breaking

  • feat: Rename get_yield_table_data function

BREAKING CHANGE: Rename get_yield_table_data function

To be consistent the get_yield_table_data function is
renamed to get_yield_table since the function returns
the full YieldTable and not only the data. Additionally,
the YieldTable model has been updated to contain an
object of data instead an array of data since the array
always only contained one entry. (f7f1742)

Build

  • build: Set up cross origin resource sharing (b598b3f)

Ci

  • ci: Build package in test workflow (2a4a396)

Documentation

  • docs: Fix getting started (101001d)

  • docs: Update start page (55bdc16)

  • docs: Update the company type of Tree.ly in the license (6eb999e)

  • docs: Remove routes from API index page (2740822)

  • docs: Add link to PyPI in documentation (e0ed0b9)

  • docs: Add index page for api (d24d826)

  • docs: Add project meta data (9883f5a)

  • docs: Use absolute link in README in order to work on PyPI (14d15f0)

  • docs: Add badges to the README.md and add license to pyproject.toml (1faa9ce)

  • docs: Add Readthedocs badge to readme (f861ab0)

  • docs: Setup Readthedocs deploy (fa95be7)

  • docs: Fix broken link in readme (ff01189)

v0.0.0

18 Apr 13:09
Compare
Choose a tag to compare

v0.0.0 (2024-04-18)

Build

  • build: Use COMMIT_TOKEN in release workflow (bcd206c)

  • build: Remove version (8c74dc0)

  • build: Setup release workflow (0dcb65b)

Unknown

  • Push an image to ECR only on pushes to the main branch (b3ef293)

  • Update yield table fields (58c99a7)

  • Add Tree.ly yield tables (427207e)

  • Fix contribution guideline link in the readme (8b2b3af)

  • Update the contribution docs and add Docker documentation (f39c45e)

  • Fix Dockerfile to contain the openyieldtables module (8976113)

  • Add readiness and liveness endpoints (cac21d8)

  • Setup docker image (4264759)

  • Setup api (6fded29)

  • Setup documentation with mkdocs (d366c9c)

  • Move data and models dir to src (eef076f)

  • Clean yield_tables_meta.csv (47adbbf)

  • Implement functions to get yield table (meta)data (9768f0d)

  • Add github workflow (c8f37f7)

  • Add static type checking (b941d10)

  • Setup testing and linting (735d8ff)

  • Setup poetry (1c89f5c)

  • Add .gitignore (bbbccb9)

  • first commit (1581adf)