Releases: earthdaily/earthone-python
Releases · earthdaily/earthone-python
v5.0.3
v5.0.2
Auth
- A minor cleanup of obsolete legacy code in the Auth class.
v5.0.1
General
- Cleanup of various references to DescartesLabs in code and documentation
- A minor edge case in the latlon bounds checking helper affecting the Catalog client was fixed
v5.0.0
(recap across all the beta releases)
General
- Client updated as the EarthOne platform, using new Github page and Pypi project. See Migrating from Descartelabs for details.
- Support for Python 3.9 has been dropped, as it is reaching end of life an many dependencies no longer support it.
- Support for Python 3.13 has been added
- Updated from blosc to blosc2, which required updating the minimum numpy version to 2.0.0.
Configuration
- Configuration environments have changed names, by removing the
aws-prefix. So what wasaws-productionis nowproduction. This should not affect anyone but power users who mess around with dev and staging.
Compute
- Python 3.13 base images are now available
- Base images now include the
earthdailyclient in addition to thisearthdaily-earthoneclient.
v5.0.0b4
Compute
- Python 3.13 base images are now available
- Base images now include the
earthdailyclient
v5.0.0v3
Configuration environments have changed names, by removing the aws- prefix. So what was aws-production is now production. This should not affect anyone but power users who mess around with dev and staging. But is you are explicitly setting EARTHONE_ENV anywhere before running the client, you will need to change the value.
v5.0.0b2
Beta 2.
All nitty little internal changes to make things work.