head	1.2;
access;
symbols
	pkgsrc-2026Q2:1.1.0.60
	pkgsrc-2026Q2-base:1.1
	pkgsrc-2026Q1:1.1.0.58
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.56
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.54
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.52
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.50
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.48
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.46
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.44
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.42
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.40
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.38
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.36
	pkgsrc-2023Q2-base:1.1
	pkgsrc-2023Q1:1.1.0.34
	pkgsrc-2023Q1-base:1.1
	pkgsrc-2022Q4:1.1.0.32
	pkgsrc-2022Q4-base:1.1
	pkgsrc-2022Q3:1.1.0.30
	pkgsrc-2022Q3-base:1.1
	pkgsrc-2022Q2:1.1.0.28
	pkgsrc-2022Q2-base:1.1
	pkgsrc-2022Q1:1.1.0.26
	pkgsrc-2022Q1-base:1.1
	pkgsrc-2021Q4:1.1.0.24
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.22
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.20
	pkgsrc-2021Q2-base:1.1
	pkgsrc-2021Q1:1.1.0.18
	pkgsrc-2021Q1-base:1.1
	pkgsrc-2020Q4:1.1.0.16
	pkgsrc-2020Q4-base:1.1
	pkgsrc-2020Q3:1.1.0.14
	pkgsrc-2020Q3-base:1.1
	pkgsrc-2020Q2:1.1.0.12
	pkgsrc-2020Q2-base:1.1
	pkgsrc-2020Q1:1.1.0.8
	pkgsrc-2020Q1-base:1.1
	pkgsrc-2019Q4:1.1.0.10
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.6
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.4
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.2
	pkgsrc-2019Q1-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2026.06.28.15.40.18;	author wiz;	state dead;
branches;
next	1.1;
commitid	Smom2RBzpbB21ALG;

1.1
date	2019.02.01.09.24.25;	author adam;	state Exp;
branches;
next	;
commitid	cSwmP0BMeo3AQ2aB;


desc
@@


1.2
log
@py-numpy: update to 2.5.0.

Numpy 2.5.0 is a transitional release. It drops support for Python 3.11,
marking the end of distutils, and expires a large number of deprecations made
in the 2.0.x release. It also improves free threading and brings sorting into
compliance with the array-api standard with the addition of descending sorts.
There is also a fair amount of preparation for Python 3.15, which will be
supported starting with the first rc.

Highlights

    Distutils has been removed.
    Many expired deprecations.
    Many new deprecations.
    Many static typing improvements.
    Improved support for free threading.
    Support for descending sorts.
@
text
@$NetBSD: patch-numpy_distutils_fcompiler_____init____.py,v 1.1 2019/02/01 09:24:25 adam Exp $

Recognize g95.

--- numpy/distutils/fcompiler/__init__.py.orig	2013-04-07 05:04:05.000000000 +0000
+++ numpy/distutils/fcompiler/__init__.py
@@@@ -756,7 +756,7 @@@@ _default_compilers = (
     ('irix.*', ('mips', 'gnu', 'gnu95',)),
     ('aix.*', ('ibm', 'gnu', 'gnu95',)),
     # os.name mappings
-    ('posix', ('gnu', 'gnu95',)),
+    ('posix', ('gnu', 'gnu95', 'g95',)),
     ('nt', ('gnu', 'gnu95',)),
     ('mac', ('gnu95', 'gnu', 'pg')),
     )
@


1.1
log
@py-numpy: updated to 1.16.1

1.16.1:
* BUG: Check paths are unicode, bytes or path-like
* ENH: add mm->q floordiv
* ENH: port np.core.overrides to C for speed
* BUG: Ensure probabilities are not NaN in choice
* MAINT: add warning to numpy.distutils for LDFLAGS append behavior.
* ENH: add "max difference" messages to np.testing.assert_array_equal...
* BUG: Fix incorrect/missing reference cleanups found using valgrind
  that wraps subprocess
* DOC, TST: Clean up matplotlib imports
* BUG: Fix reference counting for subarrays containing objects
* BUG: Ensure failing memory allocations are reported
* BUG: Fix leak of void scalar buffer info
* MAINT: Change the order of checking for local file.
* BUG: loosen kwargs requirements in ediff1d
* DOC: clarify the extend of __array_function__ support in NumPy...
* BUG: Check that dtype or formats arguments are not None.
* BUG: fix f2py problem to build wrappers using PGI's Fortran
* BUG: double decref of dtype in failure codepath. Test and fix
* BUG, DOC: test, fix that f2py.compile accepts str and bytes,...
* BUG: resolve writeback in arr_insert failure paths
* ENH: Add mm->qm divmod
* BUG: Fix SystemError when pickling datetime64 array with pickle5
* BUG: Fix rounding of denormals in double and float to half casts.
* TEST: pin mingw version
* BUG: ndarrays pickled by 1.16 cannot be loaded by 1.15.4 and...
* BUG: do not Py_DECREF NULL pointer
* ENH: add _dtype_ctype to namespace for freeze analysis
* BUG: fail if old multiarray module detected
* BUG: Do not double-quote arguments passed on to the linker
* BUG: Do not insert extra double quote into preprocessor macros
@
text
@d1 1
a1 1
$NetBSD: patch-aa,v 1.6 2019/01/24 22:27:10 maya Exp $
@

