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.
This is a patch release in the 2.1.x series and includes some regression and bug fixes, and a security fix. We recommend that all users upgrade to this version.
See the full whatsnew for a list of all the changes.
The release will be available on the defaults and conda-forge channels:
Thanks to all the contributors who made this release possible.
Pandas 2.1.3
This is a patch release in the 2.1.x series and includes some regression and bug fixes, and a security fix. We recommend that all users upgrade to this version.
See the full whatsnew for a list of all the changes.
The release will be available on the defaults and conda-forge channels:
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
Bumps the dependencies group in /requirements with 10 updates:
0.18.1
0.18.2
0.7.1
0.8.0
1.26.1
1.26.2
2.1.2
2.1.4
0.13.0
0.13.1
0.4.0
0.5.3
3.8.1
3.8.2
0.12.4
0.12.5
1.24.1
1.25.2
0.14.0
0.15.0
Updates
ansys-fluent-core
from 0.18.1 to 0.18.2Release notes
Sourced from ansys-fluent-core's releases.
Commits
27ca487
Bump version 0.18.27f5c393
Removing deprecatedurlretrieve
to fixdownload_file
issue (#2234)2d36847
Fixing Slurm/HPC issues (#2222)149bd79
Fixing launch behavior for various Windows shell environments (#2217)84ca22a
Fix for #2188 (#2193)1b8b468
Fix for #974 and #1744 (#2189)b084726
Reverting stable documentation search function (#2186)Updates
ansys-fluent-visualization
from 0.7.1 to 0.8.0Release notes
Sourced from ansys-fluent-visualization's releases.
... (truncated)
Commits
2c9c5d3
Bump version 0.8.0 (#353)b907538
Rename file_name (#351)a888ff1
Update URLs for PyPi projects (#339)90d86f5
Fix CI test run. (#342)ec8df87
Updating dependency for new VTK release to remove vulnerability (#326)2543cea
Fix viz repo wrt core repo changes. (#310)1c5fa62
Graphics Objects - Contours (#307)36f639a
Fix doc build failure (#309)3bc7007
clear up some code smells (#304)31788b2
Bump pypandoc from 1.10 to 1.11 in /requirements (#296)Updates
numpy
from 1.26.1 to 1.26.2Release notes
Sourced from numpy's releases.
... (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 unsignedUpdates
pandas
from 2.1.2 to 2.1.4Release notes
Sourced from pandas's releases.
Commits
a671b5a
RLS: 2.1.4a741d1e
Backport PR #56393 on branch 2.1.x (DOC: Add release date for 2.1.4) (#56395)23252d0
Revert "debug ci"2a1226b
debug ci99c2756
Backport PR #56160 on branch 2.1.x (BUG: reset_index not preserving object dt...d1764d4
Backport PR #56184 on branch 2.1.x (BUG: mode not preserving object dtype for...aacdf61
Backport PR #56123 on branch 2.1.x (BUG: ne comparison returns False for NA a...7006d99
Backport PR #55703 on branch 2.1.x (Use DeprecationWarning instead of FutureW...65723ab
Backport PR #56174: CI: Add 3.12 builds (#56333)99ab008
Backport PR #56294: BUG: Series(strings, dtype=ArrowDtype[timestamp]) raising...Updates
seaborn
from 0.13.0 to 0.13.1Release notes
Sourced from seaborn's releases.
Commits
d00a27d
Merge master and update version for release6890b31
Finalize v0.13.1 release notes1771d8e
Update release notes785708f
Cleanup compat code for obsolete versions of dependencies (#3607)45a098f
FIX: Enable xticklabels for all bottom axes (#3600)2c115ed
Avoid error when dodge=True, hue=None (#3605)1617be0
Add v0.13.1 release notes9a0842d
Change how pandoc gets installed in CI (#3604)cfa74b4
Add a missing raise in kdeplot and slightly improve lmplot signature (#3602)5051ede
Crosslink to aesthetics tutorial from set_context/plotting_context (#3599)Updates
jupyter-sphinx
from 0.4.0 to 0.5.3Release notes
Sourced from jupyter-sphinx's releases.
Commits
0d6b26c
RLS: 0.5.3 (#257)0735d45
build: use the build lib to create the wheel (#256)8da3d1c
RLS: 0.5.2 (#252)63036cc
build: use double quote in yaml (#251)f05aa3a
RLS: 0.5.1 (#250)2cd0f59
build: use a dedicated publish workflow (#248)a2885e0
test: create a prerelease job (#247)57292b8
RLS: 0.5.0 (#245)b1c61b2
docs: change default branch name to main (#243)ff53d13
Bump pypa/gh-action-pypi-publish from 1.1.0 to 1.8.11 (#239)Updates
matplotlib
from 3.8.1 to 3.8.2Release notes
Sourced from matplotlib's releases.
Commits
eb02b10
REL: v3.8.2dfb7a46
Github stats fo v3.8.28023978
Merge branch 'v3.8.1-doc' into v3.8.xacae9bf
Merge pull request #27339 from meeseeksmachine/auto-backport-of-pr-27299-on-v...95743f0
Merge pull request #27338 from meeseeksmachine/auto-backport-of-pr-27334-on-v...cfb494f
Backport PR #27299: [MNT] swap xkcd script for humor sans26fd30a
Backport PR #27334: Omit MOVETO lines from nearest contour logic38a0e94
Merge pull request #27324 from meeseeksmachine/auto-backport-of-pr-27323-on-v...2b58748
Backport PR #27323: [DOC] Minor fixes for savefig-docstring94c0cfe
Merge pull request #27314 from meeseeksmachine/auto-backport-of-pr-27312-on-v...Updates
ansys-sphinx-theme
from 0.12.4 to 0.12.5Release notes
Sourced from ansys-sphinx-theme's releases.
Commits
c820df9
Ver: Bump 0.12.51bd577c
fix: table background (#319)Updates
sphinx-autodoc-typehints
from 1.24.1 to 1.25.2Release notes
Sourced from sphinx-autodoc-typehints's releases.
Commits
81d4e1b
ENH Make types in signature respect typehints_fully_qualified (#400)92a9bb6
FIX Put a slash space between xref and type args (#399)9735dc6
ENH Add a css wrapper to generated types (#397)8d9d554
[pre-commit.ci] pre-commit autoupdate (#396)Updates
sphinx-gallery
from 0.14.0 to 0.15.0Release notes
Sourced from sphinx-gallery's releases.
Commits
2c9e803
DOC Minor config format fix (#1233)1adafe8
MAINT Version 0.15.0 and changelog (#1232)847ed2a
[pre-commit.ci] pre-commit autoupdate (#1231)161aa2a
DOC Put configuration list under headings (#1230)959f29e
MAINT Addextras_require
insetup.py
(#1229)13b9bef
FEA Add examples recommender system (#1125)83f8c3a
[pre-commit.ci] pre-commit autoupdate (#1227)b9f3b82
ENH: Improve logging visibility of errors and filenames (#1225)f5cc461
[pre-commit.ci] pre-commit autoupdate (#1224)7149c24
DOC: contributing guide (#1223)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