Opened 8 weeks ago

Closed 8 weeks ago

#20123 closed enhancement (fixed)

numpy-2.0.1 (Python module)

Reported by: Bruce Dubbs Owned by: blfs-book
Priority: normal Milestone: 12.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (2)

comment:1 by Bruce Dubbs, 8 weeks ago

numpy-2,0,1

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

  • MAINT: prepare 2.0.x for further development
  • TYP: fix incorrect import in ma/extras.pyi stub
  • DOC: Mention '1.25' legacy printing mode in set_printoptions
  • DOC: Remove mention of NaN and NAN aliases from constants
  • BLD: Fix x86-simd-sort build failure on openBSD
  • BUG: Ensure output order follows input in numpy.fft
  • TYP: fix missing sys import in numeric.pyi
  • DOC: remove hack to override _add_newdocs_scalars (#26826)
  • BUG: avoid side-effect of 'include complex.h'
  • BUG: fix max_rows and chunked string/datetime reading in loadtxt
  • BUG: fix PyArray_ImportNumPyAPI under -Werror=strict-prototypes
  • DOC: Update some documentation
  • BUG: fancy indexing copy
  • BUG: Mismatched allocation domains in PyArray_FillWithScalar
  • BUG: Handle --f77flags and --f90flags for meson [wheel build]
  • BUG: Fix new DTypes and new string promotion when signature is...
  • BUG: remove numpy.f2py from excludedimports
  • BUG: Quantile closest_observation to round to nearest even order
  • BUG: Fix off-by-one error in amount of characters in strip
  • API: Partially revert unique with return_inverse
  • BUG,MAINT: Fix utf-8 character stripping memory access
  • BUG: Fix out-of-bound minimum offset for in1d table method
  • BUG: fix f2py tests to work with v2 API
  • BUG: Add object cast to avoid warning with limited API

comment:2 by Bruce Dubbs, 8 weeks ago

Resolution: fixed
Status: newclosed

Fixed at commit 7fc2719b11.

Note: See TracTickets for help on using tickets.