33bd4c4b76
- Update to 3.2.3: * Changes: + Changes how numpy is handled as an optional dependency. Now a NotImplementedError is raised indicating that the function can't be used because numpy couldn't be imported. + Refactors the implementation for the calculation of the derivatives of the power function and improves the corresponding testing. * Fixes: + Adds documentation for ufloat_fromstr behavior for strings which do not contain uncertainty. + Fixes typos in ufloat_fromstr docstring examples (#285) + Fixes a bug that resulted in a ZeroDivisionError while formatting very small numbers with uncertainty (#135) - Add patch support-python314.patch: * Support Python 3.14 changes.
Steve Kowalik2025-11-10 02:58:16 +00:00
edfa99297b
- Update to 3.2.2 * 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. * use setuptools-scm for setting version number from git tag (#247)
Markéta Machová2024-09-05 10:15:39 +00:00
0d4836965c
Accepting request 1186728 from devel:languages:python:numeric
Ana Guerrero2024-07-11 18:32:54 +00:00
a1f3995bd7
- Update to 3.2.1: * Drop future dependency. Uncertainties now has no external dependencies when not using Numpy integration * Drop support for Python versions before 3.8, including Python 2 * remove 1to2 and deprecations * Moved from setup.py to pyproject.toml * Move tests to tests folder * Update unumpy test to be compatible with numpy 2 * Mark docstrings with backslashes as raw strings in tests - Drop patch remove-future-requirement.patch, no longer required.
Steve Kowalik2024-07-04 03:48:07 +00:00
f30b9b1d4a
Accepting request 1135498 from home:ecsos:python
Dirk Mueller2023-12-29 08:55:13 +00:00
394a4f9727
Accepting request 1109381 from devel:languages:python:numeric
Ana Guerrero2023-09-07 19:13:06 +00:00
b364381e1e
- Add patch remove-future-requirement.patch, remove requirement for future - Switch to pyproject and autosetup macros
Steve Kowalik2023-09-07 01:52:28 +00:00