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`](https://github.com/treely/openyieldtables/commit/b3bf908d8604f7f1b3d9d00b6aa72f96f85c4857))
1.0.0
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`](https://github.com/treely/openyieldtables/commit/f7f1742dba8a139235d6f80607c92a0ec5514e17))
Build System
* build: Set up cross origin resource sharing ([`b598b3f`](https://github.com/treely/openyieldtables/commit/b598b3fca05ccfd9c51ce04729a39c2681e64c6d))
Continuous Integration
* ci: Build package in test workflow ([`2a4a396`](https://github.com/treely/openyieldtables/commit/2a4a3962cce730b16e6731f5e782c7918f29847a))
Documentation
* docs: Fix getting started ([`101001d`](https://github.com/treely/openyieldtables/commit/101001dd0671a5531e5bded8643b6144643147b5))
* docs: Update the company type of Tree.ly in the license ([`6eb999e`](https://github.com/treely/openyieldtables/commit/6eb999e231e74cd70f00459ab146f4ed2c735c03))
* docs: Remove routes from API index page ([`2740822`](https://github.com/treely/openyieldtables/commit/2740822553b66c4931021ddefd3ef50c93ea9c65))
* docs: Add link to PyPI in documentation ([`e0ed0b9`](https://github.com/treely/openyieldtables/commit/e0ed0b9bb6c7703d9e7180c94e1c7ac75d0f41cd))
* docs: Add index page for api ([`d24d826`](https://github.com/treely/openyieldtables/commit/d24d8263c69a638c9f7b67f9ab32f60172455998))
* docs: Add project meta data ([`9883f5a`](https://github.com/treely/openyieldtables/commit/9883f5a756797ae60a6772871b442932a4f4535b))
* docs: Use absolute link in README in order to work on PyPI ([`14d15f0`](https://github.com/treely/openyieldtables/commit/14d15f09e038326345e15ca950c06a7f9b0d9ebd))
* docs: Add badges to the README.md and add license to pyproject.toml ([`1faa9ce`](https://github.com/treely/openyieldtables/commit/1faa9ceb240c7ce228ad2d9247e23248b34cda4e))
* docs: Add Readthedocs badge to readme ([`f861ab0`](https://github.com/treely/openyieldtables/commit/f861ab0caace17b0d08cfe16abfb8ac824e8e21c))
* Push an image to ECR only on pushes to the main branch ([`b3ef293`](https://github.com/treely/openyieldtables/commit/b3ef293087f6f9ec41fd152fbed862ad6ef052b5))
* Fix contribution guideline link in the readme ([`8b2b3af`](https://github.com/treely/openyieldtables/commit/8b2b3af18ea691fd197cae0c697a8c855df143de))
* Update the contribution docs and add Docker documentation ([`f39c45e`](https://github.com/treely/openyieldtables/commit/f39c45e3a8c4fefab631a10ba43e8c0d8e9e446a))
* Fix Dockerfile to contain the openyieldtables module ([`8976113`](https://github.com/treely/openyieldtables/commit/8976113944d250ad2aa569013359f572798c3e4d))
* Add readiness and liveness endpoints ([`cac21d8`](https://github.com/treely/openyieldtables/commit/cac21d8d24736d5534bfb7b5278a3b5b6425ee76))
* Implement functions to get yield table (meta)data ([`9768f0d`](https://github.com/treely/openyieldtables/commit/9768f0d2fdaa549aa0a5551049df1085e6d68361))