Skip to content

Releases: cedadev/datapoint

0.4.4: Python3.9 Compatible

31 Jan 09:21
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

First Release:

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