Skip to content

Releases: cedadev/datapoint

v0.5.2: JASPy Release

24 Jun 11:02

Choose a tag to compare

  • New Single Search Selections featured in this version
  • Added updated warning message for unreachable datasets
  • Fixed bug with query in triple-S
  • Transformed all help() methods to classmethods with updated content.

v0.4.12

30 May 09:34

Choose a tag to compare

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

11 Feb 10:45

Choose a tag to compare

  • 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

31 Jan 09:21

Choose a tag to compare

  • Added matrix structure to tests
  • Added isort as additional check
  • Changed type hints in DataPoint to use typing

v0.4.2: Updated Dependencies

27 Jan 08:51

Choose a tag to compare

  • CFAPyX at 2025.1.27
  • Sphinx no longer restricted to only 7.1.2

v0.4.1: Cloud Products accessibility

24 Jan 13:58
1860ae1

Choose a tag to compare

  • Added identify_cloud_type function.
  • Added documentation for easy use of CloudProduct object outside the normal DataPoint workflow.

v0.4.0: Zarr/COG and Mappers

11 Dec 14:13

Choose a tag to compare

Added capability to read Zarr/COG Datasets
Added Mappers to enable non-CEDA STAC Item/Asset interpretation

v0.3.1: Bug fixes

27 Nov 14:59
8f47817

Choose a tag to compare

Minor fixes:

  • added aiohttp library for Kerchunk
  • fixed bug with local_only functionality

v0.3.0: User Functionality Upgrade

27 Nov 13:41

Choose a tag to compare

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

  • V0.3.0: User functionality upgrade by @dwest77a in #6

Full Changelog: v0.2.0...v0.3.0

v0.2.0

06 Nov 15:28
ce917d8

Choose a tag to compare

First Release:

  • Intended Audience: CEDA Internal Staff, external developers coordinating with existing projects.