Skip to content

Commit 71e5fe0

Browse files
authored
Changenotes ready for v0.2. (#119)
1 parent 7dc42fa commit 71e5fe0

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

docs/change_log.rst

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,33 @@ Change Notes
2323
------------
2424
Summary of key features by release number
2525

26-
Unreleased
27-
^^^^^^^^^^
28-
TODO: highlights
26+
v0.2.0
27+
^^^^^^
28+
Overhauled data manipulation APIs. Expanded and improved documentation.
29+
30+
* `@pp-mo`_ Reviewed, corrected, reorganised and expanded all documentation.
31+
Added description section on core classes and operations, and how-to snippets.
32+
(`PR#109 <https://github.com/pp-mo/ncdata/pull/109>`_).
33+
34+
* `@pp-mo`_ Unpin Numpy to support versions >= 2.0
35+
(`PR#112 <https://github.com/pp-mo/ncdata/pull/112>`_).
36+
37+
* `@pp-mo`_ Added crude dimension-based load chunking control.
38+
(`PR#108 <https://github.com/pp-mo/ncdata/pull/108>`_).
39+
40+
* `@pp-mo`_ Support equality testing (==) of dimensions and attributes.
41+
(`PR#107 <https://github.com/pp-mo/ncdata/pull/107>`_).
42+
43+
* `@pp-mo`_ Enforce that NcAttribute.value is always an 0- or 1-D array.
44+
(`PR#106 <https://github.com/pp-mo/ncdata/pull/106>`_).
45+
46+
* `@pp-mo`_ Support copy as utility, and as core classes copy() methods.
47+
(`PR#98 <https://github.com/pp-mo/ncdata/pull/98>`_).
2948

30-
* `@pp-mo`_ data constructors support `attributes={name:value, ..}`.
49+
* `@pp-mo`_ Support a simple {name: value} map for attributes in data constructors.
3150
(`PR#71 <https://github.com/pp-mo/ncdata/pull/71>`_).
3251

33-
* `@pp-mo`_ dataset comparison routines now a public utility.
52+
* `@pp-mo`_ Make dataset comparison routines a public utility.
3453
(`PR#70 <https://github.com/pp-mo/ncdata/pull/70>`_).
3554

3655
* `@pp-mo`_ initial Sphinx documentation

0 commit comments

Comments
 (0)