Skip to content

Releases: pp-mo/ncdata

v0.3.2

01 Dec 14:42
022ab16

Choose a tag to compare

A bugfix release, simply to enable support for Python3.10.

At this point, we support + are testing Python 3.10, 3.11, 3.12 and 3.13.
In principle, supports Python >=3.14 (not pinned).

See also v0.3.2 entry in "Change Notes"

v0.3.1

06 Nov 11:53
86e17d6

Choose a tag to compare

Addresses some dependency problems which emerged with the v0.3.0 release
- almost nothing changed

See v0.3.1 entry in "Change Notes"

v0.3.0

03 Oct 21:56
7e196c6

Choose a tag to compare

See also v0.3 entry in "Change Notes"

Selected significant changes

  • Fixes to use main iris loadchain. by @pp-mo in #131
  • Adopt towncrier by @pp-mo in #137
  • WIP make all codeblocks into viable doctests. by @pp-mo in #136
  • Direct-access attributes by @pp-mo in #134
  • Zarr to iris Cube: add tests and Zarr sample data (v2) by @pp-mo in #152
  • Rename dim by @pp-mo in #148
  • Dim slicer by @pp-mo in #120
  • Multiple docs improvements: fix warnings + increase cross-referencing. by @pp-mo in #160

New Contributors

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

v0.2.0

05 Mar 10:36
71e5fe0

Choose a tag to compare

See also v0.2 entry in latest "Change Notes" on ReadTheDocs

Selected significant changes

  • Reviewed and expanded documentation. #109
  • Unpin Numpy to >= 2.0 #112
  • Added load chunking control #108
  • Support copy as utility, and as core classes copy() methods #98
  • Dataset comparison utility #70
  • Initial Sphinx documentation #76
  • Added a Logo #75
  • Added Save errors checker util #64

New Contributors

Full Changelog

v0.1.1...v0.2.0

v0.1.2

26 Jun 08:56

Choose a tag to compare

A very small extension to v0.1.1
It only adds improved documentation pages, from the following PRs:

v0.1.1

18 Mar 09:34
3a7c997

Choose a tag to compare

See also "Change Notes" in README

Significant changes

  • Allow dask to set chunking by @pp-mo in #59
  • Content name and type conveniences by @pp-mo in #61
  • Stop from-iris saves creating full variable data arrays. by @pp-mo in #62
  • Fix problems with non-numpy attribute values not printing. by @pp-mo in #63

v0.1.0

23 Jan 01:13
378fc69

Choose a tag to compare

First complete version

v0.0.1

02 Jan 12:45
e800514

Choose a tag to compare

Initial "working" release tagged.
Since we don't yet have any build or upload processes, this is just a preliminary tag.
We expect to add those things, and then tag "v0.1.0" as the first package release.
(to match the existing features + code here, unless we find something else wrong).