numpy 2.3.2__cp314-cp314-macosx_11_0_arm64.whl → 2.3.4__cp314-cp314-macosx_11_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of numpy might be problematic. Click here for more details.

Files changed (56) hide show
  1. numpy/__config__.py +8 -8
  2. numpy/__init__.pyi +1101 -340
  3. numpy/_core/_multiarray_umath.cpython-314-darwin.so +0 -0
  4. numpy/_core/_ufunc_config.py +2 -0
  5. numpy/_core/_ufunc_config.pyi +52 -6
  6. numpy/_core/lib/libnpymath.a +0 -0
  7. numpy/_core/lib/pkgconfig/numpy.pc +1 -1
  8. numpy/_core/numerictypes.py +1 -1
  9. numpy/_core/tests/test_api.py +34 -1
  10. numpy/_core/tests/test_datetime.py +24 -0
  11. numpy/_core/tests/test_numerictypes.py +29 -0
  12. numpy/_core/tests/test_stringdtype.py +23 -16
  13. numpy/_core/tests/test_strings.py +15 -0
  14. numpy/_core/tests/test_umath.py +12 -0
  15. numpy/exceptions.pyi +2 -0
  16. numpy/lib/_arraysetops_impl.pyi +24 -0
  17. numpy/lib/_histograms_impl.pyi +8 -8
  18. numpy/lib/_index_tricks_impl.pyi +12 -0
  19. numpy/lib/_polynomial_impl.pyi +10 -8
  20. numpy/lib/mixins.pyi +2 -0
  21. numpy/lib/tests/test_index_tricks.py +5 -0
  22. numpy/linalg/_linalg.py +1 -0
  23. numpy/linalg/_linalg.pyi +32 -39
  24. numpy/linalg/_umath_linalg.cpython-314-darwin.so +0 -0
  25. numpy/linalg/lapack_lite.cpython-314-darwin.so +0 -0
  26. numpy/linalg/tests/test_linalg.py +14 -1
  27. numpy/ma/extras.pyi +4 -0
  28. numpy/random/_bounded_integers.cpython-314-darwin.so +0 -0
  29. numpy/random/_common.cpython-314-darwin.so +0 -0
  30. numpy/random/_generator.cpython-314-darwin.so +0 -0
  31. numpy/random/_mt19937.cpython-314-darwin.so +0 -0
  32. numpy/random/_pcg64.cpython-314-darwin.so +0 -0
  33. numpy/random/_philox.cpython-314-darwin.so +0 -0
  34. numpy/random/_sfc64.cpython-314-darwin.so +0 -0
  35. numpy/random/bit_generator.cpython-314-darwin.so +0 -0
  36. numpy/random/lib/libnpyrandom.a +0 -0
  37. numpy/random/mtrand.cpython-314-darwin.so +0 -0
  38. numpy/random/tests/test_generator_mt19937.py +5 -0
  39. numpy/testing/_private/extbuild.pyi +3 -3
  40. numpy/testing/_private/utils.pyi +1 -1
  41. numpy/tests/test_configtool.py +1 -1
  42. numpy/typing/tests/data/fail/arithmetic.pyi +1 -1
  43. numpy/typing/tests/data/fail/bitwise_ops.pyi +4 -4
  44. numpy/typing/tests/data/fail/scalars.pyi +6 -6
  45. numpy/typing/tests/data/reveal/arithmetic.pyi +29 -29
  46. numpy/typing/tests/data/reveal/array_constructors.pyi +5 -5
  47. numpy/typing/tests/data/reveal/bitwise_ops.pyi +10 -11
  48. numpy/typing/tests/data/reveal/linalg.pyi +6 -6
  49. numpy/typing/tests/data/reveal/mod.pyi +18 -19
  50. numpy/version.py +2 -2
  51. {numpy-2.3.2.dist-info → numpy-2.3.4.dist-info}/METADATA +1 -1
  52. {numpy-2.3.2.dist-info → numpy-2.3.4.dist-info}/RECORD +55 -56
  53. numpy/_typing/_callable.pyi +0 -366
  54. {numpy-2.3.2.dist-info → numpy-2.3.4.dist-info}/LICENSE.txt +0 -0
  55. {numpy-2.3.2.dist-info → numpy-2.3.4.dist-info}/WHEEL +0 -0
  56. {numpy-2.3.2.dist-info → numpy-2.3.4.dist-info}/entry_points.txt +0 -0
numpy/__config__.py CHANGED
@@ -41,7 +41,7 @@ CONFIG = _cleanup(
41
41
  "cython": {
42
42
  "name": "cython",
43
43
  "linker": r"cython",
44
- "version": "3.1.2",
44
+ "version": "3.1.4",
45
45
  "commands": r"cython",
46
46
  "args": r"",
47
47
  "linker args": r"",
@@ -76,24 +76,24 @@ CONFIG = _cleanup(
76
76
  "found": bool("True".lower().replace("false", "")),
77
77
  "version": "0.3.30",
78
78
  "detection method": "pkgconfig",
79
- "include directory": r"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/cibw-run-5sg0nltx/cp314-macosx_arm64/build/venv/lib/python3.14/site-packages/scipy_openblas64/include",
80
- "lib directory": r"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/cibw-run-5sg0nltx/cp314-macosx_arm64/build/venv/lib/python3.14/site-packages/scipy_openblas64/lib",
79
+ "include directory": r"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/cibw-run-jod0d7cu/cp314-macosx_arm64/build/venv/lib/python3.14/site-packages/scipy_openblas64/include",
80
+ "lib directory": r"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/cibw-run-jod0d7cu/cp314-macosx_arm64/build/venv/lib/python3.14/site-packages/scipy_openblas64/lib",
81
81
  "openblas configuration": r"OpenBLAS 0.3.30 USE64BITINT DYNAMIC_ARCH NO_AFFINITY neoversen1 MAX_THREADS=64",
82
- "pc file directory": r"/Users/runner/work/numpy/numpy/.openblas",
82
+ "pc file directory": r"/Users/runner/work/numpy-release/numpy-release/.openblas",
83
83
  },
84
84
  "lapack": {
85
85
  "name": "scipy-openblas",
86
86
  "found": bool("True".lower().replace("false", "")),
87
87
  "version": "0.3.30",
88
88
  "detection method": "pkgconfig",
89
- "include directory": r"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/cibw-run-5sg0nltx/cp314-macosx_arm64/build/venv/lib/python3.14/site-packages/scipy_openblas64/include",
90
- "lib directory": r"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/cibw-run-5sg0nltx/cp314-macosx_arm64/build/venv/lib/python3.14/site-packages/scipy_openblas64/lib",
89
+ "include directory": r"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/cibw-run-jod0d7cu/cp314-macosx_arm64/build/venv/lib/python3.14/site-packages/scipy_openblas64/include",
90
+ "lib directory": r"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/cibw-run-jod0d7cu/cp314-macosx_arm64/build/venv/lib/python3.14/site-packages/scipy_openblas64/lib",
91
91
  "openblas configuration": r"OpenBLAS 0.3.30 USE64BITINT DYNAMIC_ARCH NO_AFFINITY neoversen1 MAX_THREADS=64",
92
- "pc file directory": r"/Users/runner/work/numpy/numpy/.openblas",
92
+ "pc file directory": r"/Users/runner/work/numpy-release/numpy-release/.openblas",
93
93
  },
94
94
  },
95
95
  "Python Information": {
96
- "path": r"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-x1kkal8y/bin/python",
96
+ "path": r"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-wm6uhe0e/bin/python",
97
97
  "version": "3.14",
98
98
  },
99
99
  "SIMD Extensions": {