Path to this page:
./
math/py-numpy,
Array processing for numbers, strings, records, and objects
Branch: CURRENT,
Version: 2.2.5,
Package name: py312-numpy-2.2.5,
Maintainer: pkgsrc-usersNumPy is a general-purpose array-processing package designed to
efficiently manipulate large multi-dimensional arrays of arbitrary
records without sacrificing too much speed for small multi-dimensional
arrays. NumPy is built on the Numeric code base and adds features
introduced by numarray as well as an extended C-API and the ability to
create arrays of arbitrary type.
There are also basic facilities for discrete fourier transform,
basic linear algebra and random number generation.
Required to run:[
math/lapack] [
math/blas] [
devel/py-setuptools] [
devel/py-cython] [
lang/gcc7] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 19798.75 KB
Version history: (Expand)
- (2025-04-23) Updated to version: py312-numpy-2.2.5
- (2025-04-16) Updated to version: py312-numpy-2.2.4
- (2025-02-15) Updated to version: py312-numpy-2.2.3
- (2025-01-19) Updated to version: py312-numpy-2.2.2
- (2025-01-05) Updated to version: py312-numpy-2.2.1
- (2024-11-04) Updated to version: py312-numpy-2.1.3
CVS history: (Expand)
2025-04-20 23:27:41 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
py-numpy: update to 2.2.5.
A total of 19 pull requests were merged for this release.
|
2025-04-15 17:25:12 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-numpy: updated to 2.2.4
2.2.4
MAINT: Prepare 2.2.x for further development.
TYP: fix positional- and keyword-only params in astype, cross...
MAINT: Update FreeBSD version and fix test failure
BUG: numpy.loadtxt reads only 50000 lines when skip_rows >= max_rows
BUG: Make np.nonzero threading safe
BUG: safer bincount casting (backport to 2.2.x)
BUG: Fix building on s390x with clang
CI: use QEMU 9.2.2 for Linux Qemu tests
BUG: skip legacy dtype multithreaded test on 32 bit runners
BUG: Fix searchsorted and CheckFromAny byte-swapping logic
BUG: sanity check ``__array_interface__`` number of dimensions
MAINT: Hide decorator from pytest traceback
TYP: Typing fixes backported
TYP: Backport fixes
TYP: Backport typing fixes from main (2)
TYP: Backport typing fixes from main (3)
TYP: Backport typing fixes from main (4)
|
2025-02-15 21:59:23 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-numpy: updated to 2.2.3
2.2.3
MAINT: Prepare 2.2.x for further development
BUG: fix data race in a more minimal way on stable branch
BUG: Fix ``from_float_positional`` errors for huge pads
BUG: fix data race in np.repeat
MAINT: Use VQSORT_COMPILER_COMPATIBLE to determine if we should...
MAINT: update highway to latest
BUG: Add cpp atomic support
BLD: Compile fix for clang-cl on WoA
TYP: Avoid upcasting ``float64`` in the set-ops
BLD: better fix for clang / ARM compiles
TYP: Fix ``timedelta64.__divmod__`` and ``timedelta64.__mod__``...
TYP: Fixed missing typing information of set_printoptions
BUG: backport resource cleanup bugfix from gh-28273
BUG: fix incorrect bytes to stringdtype coercion
TYP: Fix scalar constructors
TYP: stub ``numpy.matlib``
TYP: stub the missing ``numpy.testing`` modules
CI: Fix the github label for ``TYP:`` PR's and issues
TYP: Backport typing updates from main
BUG: fix race initializing legacy dtype casts
CI: update test_moderately_small_alpha
|
2025-01-19 19:56:03 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
py-numpy: update to 2.2.2.
A total of 16 pull requests were merged for this release.
|
2025-01-05 09:58:04 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-numpy: updated to 2.2.1
The NumPy 2.2.0 release is a quick release that brings us back into sync with \
the usual twice yearly release cycle. There have been a number of small \
cleanups, improvements to the StringDType, and better support for free threaded \
Python. Highlights are:
New functions matvec and vecmat,
Many improved annotations,
Improved support for the new StringDType,
Improved support for free threaded Python,
Fixes for f2py.
|
2024-11-04 18:39:17 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-numpy: update to 2.1.3.
NumPy 2.1.3 Release Notes
NumPy 2.1.3 is a maintenance release that fixes bugs and regressions
discovered after the 2.1.2 release. This release also adds support
for free threaded Python 3.13 on Windows.
The Python versions supported by this release are 3.10-3.13.
Improvements
Fixed a number of issues around promotion for string ufuncs with
StringDType arguments. Mixing StringDType and the fixed-width DTypes
using the string ufuncs should now generate much more uniform
results.
Changes
numpy.fix now won't perform casting to a floating
data-type for integer and boolean data-type input arrays.
|
2024-10-14 12:00:02 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-numpy: remove unused test dependency
nose is unused since 1.25.0.
Update test status.
|
2024-10-12 12:56:32 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-numpy: update to 2.1.2.
NumPy 2.1.2 is a maintenance release that fixes bugs and regressions
discovered after the 2.1.1 release.
|