Skip to content

Commit

Permalink
update CHANGES for version 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Jul 7, 2024
1 parent 11edd78 commit f84c62b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Change Log
===================

3.2.2 2024-July-08
-----------------------

Fixes:

- fix support for Numpy 2.0 (#245). Note: `uncertainties.unumpy` still
provides `umatrix` based on `numpy.matrix`. With `numpy.matrix`
discouraged, `umatrix` is too, and will be dropped in a future release.
- fix automated running and reporting of code coverage with tests (#246)
- use `setuptools-scm` for setting version number from git tag (#247)

3.2.1 2024-June-08
-----------------------

Fixes for build, deployment, and docs

- Use explicit package list to make sure unumpy is included (#232)
- Use setuptools-scm to make sure all files are in the source distribution (#235)
- updates to configuration for and links to readthedocs documentation. (#239)
- use double backticks more uniformly in docs. (#240)
- fixes to README.rst to allow it to render (needed for PyPI upload) (#243)

3.2.0 2024-June-02
-----------------------

Expand Down

0 comments on commit f84c62b

Please sign in to comment.