Opened 5 months ago

Closed 5 months ago

#20609 closed enhancement (fixed)

numpy-2.1.3 (Python module)

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 5 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 5 months ago

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.

A total of 21 pull requests were merged for this release.

  • MAINT: prepare 2.1.x for further development
  • MAINT: Bump actions/cache from 4.0.2 to 4.1.1
  • MAINT: Bump pypa/cibuildwheel from 2.21.2 to 2.21.3
  • MAINT: MSVC does not support #warning directive
  • BUG: Fix user dtype can-cast with python scalar during promotion
  • DEV: bump python to 3.12 in environment.yml
  • BLD: update vendored Meson to 1.5.2
  • BUG: weighted quantile for some zero weights (#27549)
  • MAINT: Use miniforge for macos conda test.
  • BUILD: satisfy gcc-13 pendantic errors
  • BUG: handle possible error for PyTraceMallocTrack
  • BLD: start building Windows free-threaded wheels [wheel build]
  • BUILD: vendor tempita from Cython
  • BUG: Fix warning "differs in levels of indirection" in npy_atomic.h...
  • MAINT: Update Highway to latest
  • BUG: Adjust numpy.i for SWIG 4.3 compatibility
  • BUG: Fix Linux QEMU CI workflow
  • BLD: Do not set STDC_VERSION to zero during build
  • ENH: fix wasm32 runtime type error in numpy._core
  • BUG: Fix a reference count leak in npy_find_descr_for_scalar.
  • BUG: fixes for StringDType/unicode promoters

comment:3 by Bruce Dubbs, 5 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

8f81566947 Update to mpg123-1.32.9.
761cf203a5 Update to numpy-2.1.3 (Python module).
Note: See TracTickets for help on using tickets.