Releases: cedadev/datapoint
Releases · cedadev/datapoint
v0.5.2: JASPy Release
v0.4.12
Dependency Upgrades:
- Now open to python 3.9 to 3.12
- Zarr versions 2.15 to 3.0.8 supported, with kerchunk 0.2.5 onwards supported.
Note: For python3.11 both zarr v2 and v3 are supported, but if the environment has zarr v3 already, then kerchunk 0.2.8 and python3.11 will be required. These dependencies are open to allow for datapoint use in multiple existing environments.
v0.4.7: Bug Fixes
- Added ability to turn on/off all loggers.
- Fixed issues with cloud mapper retrieval of properties from pystac objects.
- Fixed issue with default kwargs using a list not a dict.
- Fixed zarr version to < 3
0.4.4: Python3.9 Compatible
- Added matrix structure to tests
- Added isort as additional check
- Changed type hints in DataPoint to use
typing
v0.4.2: Updated Dependencies
- CFAPyX at 2025.1.27
- Sphinx no longer restricted to only 7.1.2
v0.4.1: Cloud Products accessibility
- Added
identify_cloud_typefunction. - Added documentation for easy use of
CloudProductobject outside the normal DataPoint workflow.
v0.4.0: Zarr/COG and Mappers
Added capability to read Zarr/COG Datasets
Added Mappers to enable non-CEDA STAC Item/Asset interpretation
v0.3.1: Bug fixes
Minor fixes:
- added aiohttp library for Kerchunk
- fixed bug with local_only functionality
v0.3.0: User Functionality Upgrade
Documentation Changes:
- Added STAC Explained Section
- Added Data Aggregations Section and Diagram
- Added Objects section with Diagram
- Added Cloud Formats Section
- Updated Index with greater detail
- Updated Inspiration and Example Use
Package Changes:
- Properties: Standardised set of properties for Item/CloudProduct objects
- UI Features: Standardised set of UI methods for all objects
- Added display and representation functions for client
- Added items and assets properties for search
- Added cloud asset collection and other methods for item object.
- Updated cluster methods including standardised properties
- Added logging throughout
- Added set_verbose function to enable logging (not documented)
What's Changed
Full Changelog: v0.2.0...v0.3.0