Opened 2 months ago

Closed 2 months ago

#20952 closed enhancement (fixed)

numpy-2.2.2 (Python module)

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

Description

New point version.

Change History (3)

comment:1 by Douglas R. Reno, 2 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 2 months ago

Pull requests merged

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

    #28050: MAINT: Prepare 2.2.x for further development
    #28055: TYP: fix void arrays not accepting str keys in __setitem__
    #28066: TYP: fix unnecessarily broad integer binop return types (#28065)
    #28112: TYP: Better ndarray binop return types for float64 &...
    #28113: TYP: Return the correct bool from issubdtype
    #28114: TYP: Always accept date[time] in the datetime64 constructor
    #28120: BUG: Fix auxdata initialization in ufunc slow path
    #28131: BUG: move reduction initialization to ufunc initialization
    #28132: TYP: Fix interp to accept and return scalars
    #28137: BUG: call PyType_Ready in f2py to avoid data races
    #28145: BUG: remove unnecessary call to PyArray_UpdateFlags
    #28160: BUG: Avoid data race in PyArray_CheckFromAny_int
    #28175: BUG: Fix f2py directives and --lower casing
    #28176: TYP: Fix overlapping overloads issue in 2->1 ufuncs
    #28177: TYP: preserve shape-type in ndarray.astype()
    #28178: TYP: Fix missing and spurious top-level exports

comment:3 by Douglas R. Reno, 2 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.