- fix support for Numpy 2.0 (#245). Note:
uncertainties.unumpy
still providesumatrix
based onnumpy.matrix
. Withnumpy.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)