3.2.4 2026-January-9
Adds:
- Adds a section in the documentation advertising the forthcoming
4.0.0release. - Add github action CI to automatically publish a new package version to
pypiwhen
a github release of a new version is published. - Increases the stacklevel of the warning about
std_dev==0so that it blames
the caller rather than blaming theufloat()function. - Adjusts the Sphinx configuration to allow for reproducible builds using
SOURCE_DATE_EPOCH. - Mark Python 3.13 and 3.14 as officially supported.
Deprecates:
- The
AffineScalarFunc.derivativesproperty has been marked as deprecated. This
property will be removed in a future release. - The
AffineScalarFunc.error_components()method has been marked as deprecated. This
method will be replaced by a property of the same name in a future release. - Support for interoperability between
uncertaintiesAffineScalarFuncscalar objects
andnp.matrixobjects is now marked as deprecated. According to the
numpy documentation <https://numpy.org/doc/stable/reference/generated/numpy.matrix.html>_
usage of thenp.matrixclass is no longer recommended.