Path to this page:
./
math/py-uncertainties,
Transparent calculations with uncertainties on the quantities involved
Branch: CURRENT,
Version: 3.2.2,
Package name: py312-uncertainties-3.2.2,
Maintainer: pkgsrc-usersuncertainties allows calculations such as (2 +/- 0.1)*2 = 4 +/- 0.2 to be
performed transparently. Much more complex mathematical expressions involving
numbers with uncertainties can also be evaluated directly.
The uncertainties package takes the pain and complexity out of uncertainty
calculations.
Required to run:[
devel/py-setuptools] [
math/py-numpy] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 140.493 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-uncertainties-3.2.2
- (2024-07-16) Updated to version: py311-uncertainties-3.2.2
- (2024-06-11) Updated to version: py311-uncertainties-3.2.1
- (2024-06-07) Updated to version: py311-uncertainties-3.2.0
- (2022-09-12) Updated to version: py310-uncertainties-3.1.7
- (2022-01-05) Updated to version: py39-uncertainties-3.1.6nb1
CVS history: (Expand)
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-07-22 06:16:06 by Adam Ciarcinski | Files touched by this commit (1) | |
Log message:
py-uncertainties: update TOOL_DEPENDS
|
2024-07-16 05:44:37 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-uncertainties: updated to 3.2.2
3.2.2
Unknown changes
|
2024-06-10 07:58:08 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-uncertainties: updated to 3.2.1
3.2.1
Unknown changes
|
2024-06-07 22:45:09 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-uncertainties: updated to 3.2.0
3.2.0
Version 3.2.0 is the first release of Uncertainties in nearly two years and the
first minor release in over five years. It marks the beginning of an effort to
refresh and update the project with a new and expanded team of maintainers.
Main Changes
Moved code development to lmfit organization, with 4 maintainers.
Update documentation.
Drop future dependency. Uncertainties now has no external dependencies when
not using Numpy integration (Drop official support for Python versions before 3.8).
Drop support for Python versions before 3.8, including Python 2 (Drop official \
support for Python versions before 3.8)
remove 1to2 and deprecations (remove 1to2 and depreciations)
Developer related changes
Moved from setup.py to pyproject.toml (Transition from setup.py to pyproject.toml)
Move tests to tests folder (Move tests to tests folder)
Update unumpy test to be compatible with numpy 2
Mark docstrings with backslashes as raw strings in tests (Mark docstrings with \
backslashes as raw strings)
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | |
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
|