Commit graph

14 commits

Author SHA1 Message Date
adam
dc09784dc8 py-uncertainties: updated to 3.1.7
3.1.7:
No imp deprecation warning for Python 3.4+
2022-09-12 08:11:04 +00:00
wiz
bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00
adam
54fe3b553b Forget about Python 3.6 2021-12-30 13:05:27 +00:00
nia
414fc7869d math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:55:21 +00:00
nia
3c576fbd23 math: Remove SHA1 hashes for distfiles 2021-10-07 14:27:43 +00:00
adam
206a7a2bde py-uncertainties: updated to 3.1.6
3.1.6
Global customization of the pretty-print and LaTeX formats
2021-08-05 10:14:30 +00:00
nia
57b1e1ac6e py-numpy: "Python version >= 3.7 required." 2021-06-29 08:41:59 +00:00
adam
256b0ad170 py-uncertainties: updated to 3.1.5
3.1.5:
The new "p" formatting tag forces parentheses around the … ± … part of printed numbers.
2020-11-26 10:57:23 +00:00
bacon
87edcb24b1 math/blas, math/lapack: Install interchangeable BLAS system
Install the new interchangeable BLAS system created by Thomas Orgis,
currently supporting Netlib BLAS/LAPACK, OpenBLAS, cblas, lapacke, and
Apple's Accelerate.framework.  This system allows the user to select any
BLAS implementation without modifying packages or using package options, by
setting PKGSRC_BLAS_TYPES in mk.conf. See mk/blas.buildlink3.mk for details.

This commit should not alter behavior of existing packages as the system
defaults to Netlib BLAS/LAPACK, which until now has been the only supported
implementation.

Details:

Add new mk/blas.buildlink3.mk for inclusion in dependent packages
Install compatible Netlib math/blas and math/lapack packages
Update math/blas and math/lapack MAINTAINER approved by adam@
OpenBLAS, cblas, and lapacke will follow in separate commits
Update direct dependents to use mk/blas.buildlink3.mk
Perform recursive revbump
2020-10-12 21:51:57 +00:00
adam
1f7155b3ed py-uncertainties: updated to 3.1.4
3.1.4:
There is now a single code base for Python 2 and Python 3.

Python 2.7 is now the minimal Python version.

The installation can also now be done through a universal wheel, which helps with some external projects.

This Git version should have the same uncertainties code as PyPI version 3.1.4, but some accompanying files have been updated. This should have no impact on users. Developers are better off using this Git 3.1.4 version.
2020-06-11 08:16:27 +00:00
adam
6935695968 py-uncertainties: use py-numpy/buildink to auto-select based on Python version 2020-04-27 18:57:23 +00:00
adam
d217a0d6f2 py-uncertainties: updated to 3.1.2
3.1.2:
Partial NumPy 1.17 fix
2019-11-09 21:46:58 +00:00
nia
2f0184d881 Update the Python HOMEPAGEs that I missed earlier. 2019-07-09 23:02:28 +00:00
adam
0c2cbcea71 py-uncertainties: added version 3.1.1
uncertainties 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.
2019-06-15 07:17:31 +00:00