ElementEmbeddings
ElementEmbeddings copied to clipboard
Bump numpy from 1.23.3 to 1.26.2
Bumps numpy from 1.23.3 to 1.26.2.
Release notes
Sourced from numpy's releases.
1.26.2 release
NumPy 1.26.2 Release Notes
NumPy 1.26.2 is a maintenance release that fixes bugs and regressions discovered after the 1.26.1 release. The 1.26.release series is the last planned minor release series before NumPy 2.0. The Python versions supported by this release are 3.9-3.12.
Contributors
A total of 13 people contributed to this release. People with a "+" by their names contributed a patch for the first time.
@stefan6419846
@thalassemia
+- Andrew Nelson
- Charles Bousseau +
- Charles Harris
- Marcel Bargull +
- Mark Mentovai +
- Matti Picus
- Nathan Goldbaum
- Ralf Gommers
- Sayed Adel
- Sebastian Berg
- William Ayd +
Pull requests merged
A total of 25 pull requests were merged for this release.
- #24814: MAINT: align test_dispatcher s390x targets with _umath_tests_mtargets
- #24929: MAINT: prepare 1.26.x for further development
- #24955: ENH: Add Cython enumeration for NPY_FR_GENERIC
- #24962: REL: Remove Python upper version from the release branch
- #24971: BLD: Use the correct Python interpreter when running tempita.py
- #24972: MAINT: Remove unhelpful error replacements from
import_array()
- #24977: BLD: use classic linker on macOS, the new one in XCode 15 has...
- #25003: BLD: musllinux_aarch64 [wheel build]
- #25043: MAINT: Update mailmap
- #25049: MAINT: Update meson build infrastructure.
- #25071: MAINT: Split up .github/workflows to match main
- #25083: BUG: Backport fix build on ppc64 when the baseline set to Power9...
- #25093: BLD: Fix features.h detection for Meson builds [1.26.x Backport]
- #25095: BUG: Avoid intp conversion regression in Cython 3 (backport)
- #25107: CI: remove obsolete jobs, and move macOS and conda Azure jobs...
- #25108: CI: Add linux_qemu action and remove travis testing.
- #25112: MAINT: Update .spin/cmds.py from main.
- #25113: DOC: Visually divide main license and bundled licenses in wheels
- #25115: MAINT: Add missing
noexcept
to shuffle helpers
... (truncated)
Commits
03b6260
Merge pull request #25128 from charris/prepare-1.26.26961f60
REL: Prepare for the NumPy 1.26.2 released81f0ae
Merge pull request #25121 from charris/backport-25042766d5a8
BUG: ensure passingnp.dtype
to itself doesn't crashcefdd34
Merge pull request #25120 from charris/backport-25063ae77d67
Merge pull request #25119 from charris/backport-250900035b44
BLD: change default of theallow-noblas
option to true.12b7b35
BUG: Make n a long int for np.random.multinomial9887c9c
Merge pull request #25118 from charris/backport-250512359aec
MAINT: Make bitfield integers unsigned- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
4f90684
) 94.41% compared to head (79a0593
) 94.41%. Report is 10 commits behind head on main.
:exclamation: Current head 79a0593 differs from pull request most recent head 4db7740. Consider uploading reports for the commit 4db7740 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## main #110 +/- ##
=======================================
Coverage 94.41% 94.41%
=======================================
Files 9 9
Lines 823 823
=======================================
Hits 777 777
Misses 46 46
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dependabot rebase
Looks like numpy is no longer updatable, so this is no longer needed.