Skip to content

Latest commit

 

History

History
82 lines (76 loc) · 5.88 KB

1.26.0-changelog.rst

File metadata and controls

82 lines (76 loc) · 5.88 KB

Contributors

A total of 18 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • @DWesl
  • Albert Steppi +
  • Bas van Beek
  • Charles Harris
  • Developer-Ecosystem-Engineering
  • Jake Vanderplas
  • Marten van Kerkwijk
  • Matti Picus
  • Melissa Weber Mendonça
  • Namami Shanker
  • Nathan Goldbaum
  • Ralf Gommers
  • Rohit Goswami
  • Sayed Adel
  • Sebastian Berg
  • Stefan van der Walt
  • Tyler Reddy
  • Warren Weckesser

Pull requests merged

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

  • #24305: MAINT: Prepare 1.26.x branch for development
  • #24308: MAINT: Massive update of files from main for numpy 1.26
  • #24322: CI: fix wheel builds on the 1.26.x branch
  • #24326: BLD: update openblas to newer version
  • #24327: TYP: Trim down the _NestedSequence.__getitem__ signature
  • #24328: BUG: fix choose refcount leak
  • #24337: TST: fix running the test suite in builds without BLAS/LAPACK
  • #24338: BUG: random: Fix generation of nan by dirichlet.
  • #24340: MAINT: Dependabot updates from main
  • #24342: MAINT: Add back NPY_RUN_MYPY_IN_TESTSUITE=1
  • #24353: MAINT: Update extbuild.py from main.
  • #24356: TST: fix distutils tests for deprecations in recent setuptools...
  • #24375: MAINT: Update cibuildwheel to version 2.15.0
  • #24381: MAINT: Fix codespaces setup.sh script
  • #24403: ENH: Vendor meson for multi-target build support
  • #24404: BLD: vendor meson-python to make the Windows builds with SIMD...
  • #24405: BLD, SIMD: The meson CPU dispatcher implementation
  • #24406: MAINT: Remove versioneer
  • #24409: REL: Prepare for the NumPy 1.26.0b1 release.
  • #24453: MAINT: Pin upper version of sphinx.
  • #24455: ENH: Add prefix to _ALIGN Macro
  • #24456: BUG: cleanup warnings [skip azp][skip circle][skip travis][skip...
  • #24460: MAINT: Upgrade to spin 0.5
  • #24495: BUG: asv dev has been removed, use asv run.
  • #24496: BUG: Fix meson build failure due to unchanged inplace auto-generated...
  • #24521: BUG: fix issue with git-version script, needs a shebang to run
  • #24522: BUG: Use a default assignment for git_hash [skip ci]
  • #24524: BUG: fix NPY_cast_info error handling in choose
  • #24526: BUG: Fix common block handling in f2py
  • #24541: CI,TYP: Bump mypy to 1.4.1
  • #24542: BUG: Fix assumed length f2py regression
  • #24544: MAINT: Harmonize fortranobject
  • #24545: TYP: add kind argument to numpy.isin type specification
  • #24561: BUG: fix comparisons between masked and unmasked structured arrays
  • #24590: CI: Exclude import libraries from list of DLLs on Cygwin.
  • #24591: BLD: fix _umath_linalg dependencies
  • #24594: MAINT: Stop testing on ppc64le.
  • #24602: BLD: meson-cpu: fix SIMD support on platforms with no features
  • #24606: BUG: Change Cython binding directive to "False".
  • #24613: ENH: Adopt new macOS Accelerate BLAS/LAPACK Interfaces, including...
  • #24614: DOC: Update building docs to use Meson
  • #24615: TYP: Add the missing casting keyword to np.clip
  • #24616: TST: convert cython test from setup.py to meson
  • #24617: MAINT: Fixup fromnumeric.pyi
  • #24622: BUG, ENH: Fix iso_c_binding type maps and fix bind(c)...
  • #24629: TYP: Allow binary_repr to accept any object implementing...
  • #24630: TYP: Explicitly declare dtype and generic hashable
  • #24637: ENH: Refactor the typing "reveal" tests using typing.assert_type
  • #24638: MAINT: Bump actions/checkout from 3.6.0 to 4.0.0
  • #24647: ENH: meson backend for f2py
  • #24648: MAINT: Refactor partial load Workaround for Clang