pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-uncertainties



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan 11 09:02:05 UTC 2026

Modified Files:
        pkgsrc/math/py-uncertainties: Makefile distinfo

Log Message:
py-uncertainties: updated to 3.2.4

3.2.4   2026-January-9

Adds:

- Adds a section in the documentation advertising the forthcoming `4.0.0` release.
- Add github action CI to automatically publish a new package version to ``pypi`` when
   a github release of a new version is published.
- Increases the stacklevel of the warning about `std_dev==0` so that it blames
  the caller rather than blaming the `ufloat()` 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.derivatives` property 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 `uncertainties` `AffineScalarFunc` scalar objects
   and `np.matrix` objects is now marked as deprecated. According to the
   `numpy documentation <https://numpy.org/doc/stable/reference/generated/numpy.matrix.html>`_
   usage of the `np.matrix` class is no longer recommended.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/math/py-uncertainties/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/py-uncertainties/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-uncertainties/Makefile
diff -u pkgsrc/math/py-uncertainties/Makefile:1.24 pkgsrc/math/py-uncertainties/Makefile:1.25
--- pkgsrc/math/py-uncertainties/Makefile:1.24  Thu Oct  9 07:57:50 2025
+++ pkgsrc/math/py-uncertainties/Makefile       Sun Jan 11 09:02:04 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2025/10/09 07:57:50 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2026/01/11 09:02:04 adam Exp $
 
-DISTNAME=      uncertainties-3.2.3
+DISTNAME=      uncertainties-3.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uncertainties/}

Index: pkgsrc/math/py-uncertainties/distinfo
diff -u pkgsrc/math/py-uncertainties/distinfo:1.12 pkgsrc/math/py-uncertainties/distinfo:1.13
--- pkgsrc/math/py-uncertainties/distinfo:1.12  Wed Apr 23 15:11:31 2025
+++ pkgsrc/math/py-uncertainties/distinfo       Sun Jan 11 09:02:04 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2025/04/23 15:11:31 adam Exp $
+$NetBSD: distinfo,v 1.13 2026/01/11 09:02:04 adam Exp $
 
-BLAKE2s (uncertainties-3.2.3.tar.gz) = 20e7bb6837138281acbaa267d9402ce7054334fbddd760970f39c488d7d86208
-SHA512 (uncertainties-3.2.3.tar.gz) = 4b2c45f2955a6c3e4009f47521f2dbe725a71c2e417653445b180ea4661e96002b864e364f212af7c4acb333ec31228c24f74cfc4197435d2ca56ba74502bce2
-Size (uncertainties-3.2.3.tar.gz) = 160492 bytes
+BLAKE2s (uncertainties-3.2.4.tar.gz) = efdfc9a94cefd96b44bb3797ca32eaf63de1115f751d23920d2186cade8ed728
+SHA512 (uncertainties-3.2.4.tar.gz) = 6653b687393b0fc4b779c0dafd6d3115ee57e1f77f3a7d4351e0e790f1faf42dbf0298f72572123e624a590e75fa6c98c2a0de2d869353884273666f6ed61aa4
+Size (uncertainties-3.2.4.tar.gz) = 162075 bytes



Home | Main Index | Thread Index | Old Index