Skip to content

Latest commit

 

History

History
386 lines (183 loc) · 17.2 KB

CHANGELOG.md

File metadata and controls

386 lines (183 loc) · 17.2 KB

CHANGELOG

v0.1.15 (2024-10-08)

Fixes

  • fix: replace test url with prod url (3c55468)

  • fix: use mocked tests instead (d49fd09)

v0.1.14 (2024-07-03)

Fixes

  • fix: specify geojson in crops (37c6998)

Unknown

  • Merge pull request #25 from openearthplatforminitiative/fix/add-geojson-to-crop

fix: specify geojson in crops (007a462)

v0.1.13 (2024-07-03)

Fixes

  • fix: adjust the readme to account for new crop changes (4e420d4)

Unknown

  • Merge pull request #24 from openearthplatforminitiative/fix/update-crop-readme

fix: adjust the readme to account for new crop changes (78cb44b)

v0.1.12 (2024-07-03)

Fixes

  • fix: add geojson feature (bfd527c)

  • fix: add weather docstring (23858c7)

Unknown

  • Merge pull request #21 from openearthplatforminitiative/fix/add-weather-docs

Fix/add weather docs (5e110b9)

v0.1.11 (2024-07-03)

Fixes

  • fix: specify geojson object (317d102)

  • fix: add deforestation docstring (9e37546)

Unknown

  • Merge pull request #22 from openearthplatforminitiative/fix/add-deforestation-docs

Fix/add deforestation docs (c2b6084)

v0.1.10 (2024-07-03)

Fixes

  • fix: specify geojson object (d9231d7)

Unknown

  • Merge pull request #23 from openearthplatforminitiative/fix/add-geojson-flood-docs

Fix/add geojson flood docs (27bee45)

v0.1.9 (2024-07-03)

Fixes

  • fix: specify geojson response (62724a5)

  • fix: add soil docstring (845f121)

  • fix: specify geojson object (f96c256)

  • fix: add geocoding docstring (d91f9d7)

Unknown

  • Merge pull request #19 from openearthplatforminitiative/fix/add-soil-docs

Fix/add soil docs (a8a71a9)

  • formatting (9b695a2)

  • Merge pull request #20 from openearthplatforminitiative/fix/add-geocoding-docs

fix: add geocoding docstring (548a25a)

v0.1.8 (2024-07-03)

Fixes

  • fix: add flood docstring (ff49606)

Unknown

  • Merge pull request #18 from openearthplatforminitiative/fix/add-flood-docstring

Fix/add flood docstring (d4e4707)

v0.1.7 (2024-07-03)

Fixes

Unknown

  • Merge pull request #17 from openearthplatforminitiative/fix/fix-crop-docs

fix: improve crop docs (c50babf)

v0.1.6 (2024-07-03)

Fixes

  • fix: replace _params with _content (4d8e622)

  • fix: first docstring attempt (2ba4152)

Unknown

  • Merge pull request #16 from openearthplatforminitiative/fix/add-docstring-crop-health

Fix/add docstring crop health (6a27463)

v0.1.5 (2024-07-02)

Fixes

Unknown

  • Merge pull request #15 from openearthplatforminitiative/fix/crop-reads-bytes

Fix/crop reads bytes (1708ba0)

v0.1.4 (2024-07-01)

Fixes

  • fix: use correct health naming (3edc52a)

Unknown

  • Merge pull request #14 from openearthplatforminitiative/fix/health-naming

fix: use correct health naming (ddbc533)

v0.1.3 (2024-07-01)

Fixes

  • fix: use correct naming (dec78fb)

  • fix: use new crop health naming (ab43240)

Unknown

  • Merge pull request #13 from openearthplatforminitiative/fix/new-crop-health-naming

fix: use new crop health naming (e17f373)

v0.1.2 (2024-07-01)

Fixes

  • fix: Bumping version number (e0df06e)

Unknown

  • Adding project urls (#12) (fb8f447)

v0.1.1 (2024-06-25)

Fixes

Unknown

  • Merge pull request #11 from openearthplatforminitiative/fix/add-ci-checks

fix: add CI checks (fa368a1)

v0.1.0 (2024-06-24)

Features

  • feat: add tests for the crop health client (a9b1513)

  • feat: add crop health client and types (378201c)

Fixes

  • fix: changes type of Geolocation altitude to int

The tests failed because of this type error. (c99c961)

  • fix: Removes cocoa picture. Replaced with picture with universal license. (47a8929)

  • fix: add type generation command for crop health

Also adds input file type. This ensures that the command loads the specification as openapi. (f55be27)

Unknown

  • Merge pull request #10 from openearthplatforminitiative/add-crop-health

Add crop health (74ac8b9)

  • Removes unused import from readme example (2678ce6)

  • Add crop health to README (21e63ca)

v0.0.7 (2024-02-29)

Unknown

  • Merge pull request #6 from openearthplatforminitiative/feat/soil

Feat/soil (2c13817)

  • Merge branch 'main' into feat/soil (0c9763c)

v0.0.6 (2024-02-29)

Fixes

  • fix: neighbors can be included in summary forecast (dc289cc)

Unknown

  • Merge pull request #9 from openearthplatforminitiative/fix/neighbors-in-flood-summary

fix: neighbors can be included in summary forecast (1dbe5b0)

v0.0.5 (2024-02-29)

Fixes

  • fix: coordinates within ROI bounds for flood (dee5ead)

Unknown

  • Merge pull request #8 from openearthplatforminitiative/fix/example-code

fix issues with example code (ade8807)

  • fix issues with example code (55b8498)

v0.0.4 (2024-02-27)

Fixes

  • fix: dummy commit for version bump (57b549f)

  • fix: commit for version bump (2016e12)

Unknown

  • Merge pull request #7 from openearthplatforminitiative/fix/flood-date-parsing

datetime params need to be parsed (3e54774)

  • use date instead of datetime for flood (1580f38)

  • use date() with isoformat() (e48fd99)

  • add more flood test cases (9864d23)

  • datetime params need to be parsed (52bc5e8)

  • revert change

Will be addressed in separate PR (d660b74)

  • disable timeout for soil queries (3013e07)

  • use new soil api openapi.json for types (a578962)

  • Use datamodel-codegen on newest soil-api (72677ca)

  • add soil to client library (0773c8c)

v0.0.3 (2024-01-16)

Fixes

  • fix: Adding pypi-link in readme (18aa563)

Unknown

  • 63 publishing (#5)

fix: automatic publishing to pypi (f82569a)

v0.0.2 (2024-01-12)

Unknown

  • Merge pull request #4 from openearthplatforminitiative/63-client-for-deforestation

Issue-63: Added client for deforestation (2c0db7e)

  • Issue-63: Added client for deforestation (1ff8691)

  • Merge pull request #3 from openearthplatforminitiative/63-client-for-flood

63 client for flood (99552f9)

  • Issue-63: Added client for flood api (031f2b1)

  • Issue-63: Added client for geocoding (c6b5359)

  • Merge pull request #1 from openearthplatforminitiative/63-client-for-weather-api

Issue-63: First client for weather-api (36a2e17)

  • Issue-63: First client for weather-api (9e83be4)

  • Initial commit (0ade858)