Easily creating and manipulating numerical data

NumPy

NumPy 2.5.2

  -  19.8 MB  -  Open Source
  • Latest Version

    NumPy 2.5.3

  • Operating System

    Windows 7 64 / Windows 8 64 / Windows 10 64 / Windows 11

  • User Rating

    Click to vote
  • Author / Product

    Jarrod Millman / External Link

  • Filename

    numpy-2.5.2.tar.gz

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of NumPy 2.5.2.


For those interested in downloading the most recent release of NumPy or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

Why is this app published on FileHorse? (More info)
  • NumPy 2.5.2 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    NumPy 2.5.2 Screenshot 1
  • NumPy 2.5.2 Screenshot 2
  • NumPy 2.5.2 Screenshot 3
  • NumPy 2.5.2 Screenshot 4
  • NumPy 2.5.2 Screenshot 5

What's new in this version:

- MAINT: Prepare 2.5.x for further development
- TYP: Backport multiple static typing fixes 1.
- TST: add tests for stable ABI numpy extensions
- BLD: fix meson deprecation warnings
- TYP: Backport multiple typing fixes 2.
- MAINT: Update x86-simd-sort subproject (5adb334 → fa944ef)
- MNT: remove some obsolete string to bool workarounds
- TYP: Avoid shadowed dtype annotations
- MAINT: Update verdored-meson/meson to match main.
- TYP: type capabilities max dimensions
- MAINT: Update cibuildwheel to v4.2.0
- MAINT: Skip limited_api tests on some platforms.
- TYP: isclose shape-typing fix for 2d array-likes

Fixed:
- fix StringDType coerce flag in binary ufunc promotion...
- fix crash on 32 bit systems using abi3t
- centralized helper for output coerce and na_object in stringdtype...
- fix CPU feature env diagnostic buffer overruns
- restore ndarray.conjugate() for legacy user-defined dtypes...
- fix refcount leak on overlapping copyto with where=False
- fix swallowed cast error in fancy indexing assignment
- Fix buffered iterator stride after removing multi-index
- fix np.fromiter corruption when reusing a StringDType...
- add a special case for StringDType in np.isdtype
- reference leak in simd_sequence_from_iterable
- ensure lock is held when accessing or writing to RNG state...
- fully reset cached RNG state for non-MT19937 RNGs
- avoid possible stack overflow in arraydescr_dealloc
- avoid segfaults when legacy copyswap slot is not defined