You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* v0.3 changelog and adjusted README.
* Skip towncrier in RTD build when no fragments.
Retry
Now with no fragments.
* Fix current version statement.
* Automate version statement.
* Shift towncrier choice into Makefile.
* Revert conf.py
- Added a `userguide page <userdocs/user_guide/utilities.html>`_ summarising all the utility features in :mod:`ncdata.utils`. (`ISSUE#161 <https://github.com/pp-mo/ncdata/pull/161>`_)
60
+
- Made all docs examples into doctests; add doctest CI action. (`ISSUE#136 <https://github.com/pp-mo/ncdata/pull/136>`_)
61
+
62
+
63
+
Bug Fixes
64
+
^^^^^^^^^
65
+
66
+
- Fixed a bug in dataset comparison, where variables with missing or unbroadcastable data arrays could cause errors rather than generating difference messages. (`ISSUE#153 <https://github.com/pp-mo/ncdata/pull/153>`_)
67
+
68
+
69
+
Developer and Internal changes
70
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
71
+
72
+
- Switch to towncrier for whats-new management. (`ISSUE#116 <https://github.com/pp-mo/ncdata/pull/116>`_)
0 commit comments