Skip to content

Commit

Permalink
Add note about version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Jun 1, 2023
1 parent b65018f commit 9da61ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Changelog

1.0.0
=====
Version 1.0.0 is a new major version for ``cdflib``, and contains a number
of breaking changes. These have been made to improve consistency across the
package, and make it easier to maintain and build on the package going forward
in the future.

Although we have tried our best to not introduce new bugs and
list all changes below, some things may have slipped through the cracks. If you
have any issues, please do not hesitate to open them at https://github.com/MAVENSDC/cdflib/issues.

Python support
--------------
Expand Down Expand Up @@ -66,6 +74,10 @@ Other breaking changes
- Removed the ``record_range_only`` argument to `cdflib.cdfread.CDF.varget`.
- Removed ``CDF.epochrange``. Use `cdflib.cdfread.CDF.varinq` instead to get the data ranges.

New features
------------
- Type hints have been added across the majority of the package.

Bugfixes
--------
- ``"Majority"`` is now correctly read from the CDF spec if present.

0 comments on commit 9da61ee

Please sign in to comment.