#21476 closed enhancement (fixed)

numpy-2.2.5 (Python module)

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

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 10 months ago

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

comment:2 by Bruce Dubbs, 10 months ago

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

  • MAINT: Prepare 2.2.x for further development
  • BUG: Fix return type of NpyIter_GetIterNext in Cython declarations
  • BUG: avoid deadlocks with C++ shared mutex in dispatch cache
  • TYP: fix typing errors in _core.strings
  • MAINT, CI: Update Ubuntu to 22.04 in azure-pipelines
  • BUG: Set writeable flag for writeable dlpacks.
  • BUG: Fix crackfortran parsing error when a division occurs within...
  • TYP: fix ndarray.tolist() and .item() for unknown dtype
  • BUG: fix deepcopying StringDType arrays (#28643)
  • TYP: Accept objects that write() to str in savetxt
  • CI: Replace QEMU armhf with native (32-bit compatibility mode)
  • SIMD: Resolve Highway QSort symbol linking error on aarch32/ASIMD
  • TYP: add missing "b1" literals for dtype[bool]
  • TYP: Fix false rejection of NDArray[object_].abs()
  • TYP: Fix inconsistent NDArray[float64].[r]truediv return...
  • TYP: fix string-like ndarray rich comparison operators
  • TYP: some [arg]partition fixes
  • TYP: fix incorrect random.Generator.integers return type
  • TYP: fix count_nonzero signature

comment:3 by Bruce Dubbs, 10 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commit 0d77808fc8.

Note: See TracTickets for help on using tickets.