NumPy 2.0.1 is a maintenance release that fixes bugs and regressions
discovered after the 2.0.0 release. NumPy 2.0.1 is the last planned
release in the 2.0.x series, 2.1.0rc1 should be out shortly.
The Python versions supported by this release are 3.9-3.12.
NOTE: Do not use the GitHub generated "Source code" files listed in the "Assets", they are garbage.
Improvements
np.quantile with method closest_observation chooses nearest even order statistic
This changes the definition of nearest for border cases from the nearest
odd order statistic to nearest even order statistic. The numpy
implementation now matches other reference implementations.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Updates the requirements on pygit2, gtts, numpy and matplotlib to permit the latest version. Updates
pygit2
from 1.15.0 to 1.15.1Changelog
Sourced from pygit2's changelog.
Commits
7077d21
Update sponsors list8427c85
Release 0.15.1511ccd9
CI: update cibuildwheele104528
Update changelog5b27dee
Do not access freed memory in test_push_options()a9c7cce
Fix Submodule.head_id if submodule isn't in superproject HEAD tree7bea492
Don't decref PyBytesObject before formatting an error with it584bda3
Add Repository.revert()1a8442d
Merge remote-tracking branch 'jorio/submodule-fetch-depth'2538735
Merge remote-tracking branch 'jorio/submodule-open-from-repo-subclass'Updates
gtts
to 2.5.2Release notes
Sourced from gtts's releases.
Changelog
Sourced from gtts's changelog.
... (truncated)
Commits
44c4fa3
chore(main): release 2.5.2 (#478)b04d6d1
fix(langs): Languages added:am
(Amharic),cy
(Welsh),eu
(Basque), `gl...57c0645
chore(build): Fixgen_langs.py
to generating new languages (#476)31a9e23
build(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 (#469)15c891e
build(deps): bump codecov/codecov-action from 4.0.2 to 4.4.0 (#467)4b063a0
build(deps): update pytest requirement from <8.1.0,>=7.1.3 to >=7.1.3,<8.3.0 ...6244e51
build(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14 (#461)8aa8520
chore(docs): Add Nigeria localized English accent (#468)9998410
build(deps): bump codecov/codecov-action from 4.0.1 to 4.0.2 (#457)b0116ac
chore(docs): fix typos (#455)Updates
numpy
from 2.0.0 to 2.0.1Release notes
Sourced from numpy's releases.
... (truncated)
Commits
4c9f431
Merge pull request #27000 from charris/prepare-2.0.10e70e00
REL: Prepare for the NumPy 2.0.1 release [wheel build]4d10ffc
Merge pull request #26995 from charris/backport-26985764b667
BUG: Add object cast to avoid warning with limited API9be6ad6
Merge pull request #26971 from charris/backport-269356d950e9
BUG: fix f2py tests to work with v2 API89630c0
Merge pull request #26962 from charris/backport-2691988fa840
TST: Apply test suggestion by Nathan for rlstrip fixesa9da01e
BUG,MAINT: Fix utf-8 character stripping memory access6afbbf8
Merge pull request #26963 from charris/backport-26930Updates
matplotlib
from 3.9.0 to 3.9.1Release notes
Sourced from matplotlib's releases.
Commits
44be14c
REL: 3.9.15325425
DOC: Create release notes for 3.9.1568a039
Merge pull request #28507 from meeseeksmachine/auto-backport-of-pr-28430-on-v...7fa9f24
Merge pull request #28506 from meeseeksmachine/auto-backport-of-pr-28451-on-v...06189c2
Backport PR #28430: Fix pickling of AxesWidgets.c43313a
Backport PR #28451: Fix GTK cairo backends560fdc4
Merge pull request #28499 from meeseeksmachine/auto-backport-of-pr-28498-on-v...5552302
Backport PR #28498: Don't fail if we can't query system fonts on macOSf76bba4
Merge pull request #28491 from meeseeksmachine/auto-backport-of-pr-28487-on-v...8ccd2ee
Merge pull request #28490 from meeseeksmachine/auto-backport-of-pr-28486-on-v...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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