Sphinx 7.3.0 and above changed caching and serialization checks. Now instead of passing
instantiated classes like ResetArgv(), classes like FileNameSortKey, or
callables like notebook_modification_function in sphinx_gallery_conf,
you should pass fully qualified name strings to classes or callables. If you change
to using name strings, you can simply use a function as the use of classes to ensure
a stable __repr__ would be redundant.
We are pleased to announce the release of pandas 2.2.2.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.
See the full whatsnew for a list of all the changes.
Pandas 2.2.2 supports Python 3.9 and higher.
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 with 11 updates in the /requirements directory:
0.15.0
0.16.5
7.2.6
7.3.7
0.6.2
0.6.3
2024.2.4
2024.4.16
2.0.0
2.1.0
0.15.0
0.16.0
1.0.0
1.0.2
3.8.3
3.9.0
2.2.1
2.2.2
6.6.3
6.7.1
0.43.4
0.43.8
Updates
ansys-sphinx-theme
from 0.15.0 to 0.16.5Commits
39ed278
Updating CHANGELOG for v0.16.515b71da
release: bump version 0.16.5024231e
Updating CHANGELOG for v0.16.4e2f1dff
release: bump version 0.16.421f58fb
release: bump version 0.16.4d3a2675
Merge branch 'release/0.16' of https://github.com/ansys/ansys-sphinx-theme in...ae362bb
feat: adapt package to general PyAnsys repository layout (#387)ec0cc4e
chore(deps): bump sphinx-autoapi from 3.1.0 to 3.1.1 (#385)2b0f55a
chore(deps): bump sphinx-notfound-page from 1.0.1 to 1.0.2 (#384)701558a
chore(deps): bump sphinx-design from 0.5.0 to 0.6.0 (#383)Updates
sphinx
from 7.2.6 to 7.3.7Release notes
Sourced from sphinx's releases.
Changelog
Sourced from sphinx's changelog.
... (truncated)
Commits
de4ac2f
Bump to 7.3.7 final4a0c9dd
Return the default value for unsupported theme configuration sections62c3bad
Re-exportpy_sig_re
from the Python domain3bcc669
Defer loading entry-point themes until neededfa4563f
Bump version630b4fb
Bump to 7.3.6 final740b964
fixup! Elaborate a little more in the warning message forconfig.cache
141f3ec
Elaborate a little more in the warning message forconfig.cache
af27188
Addconfig.cache
to the list of warning typesbe2b083
Re-export more names insphinx.domains.python
(#12297)Updates
pytest-sphinx
from 0.6.2 to 0.6.3Release notes
Sourced from pytest-sphinx's releases.
Changelog
Sourced from pytest-sphinx's changelog.
Commits
94f2393
Release 0.6.35a19dfe
bump required pytest to 8.1.1Updates
sphinx-autobuild
from 2024.2.4 to 2024.4.16Release notes
Sourced from sphinx-autobuild's releases.
Changelog
Sourced from sphinx-autobuild's changelog.
... (truncated)
Commits
1d432fe
Release 2024.04.1648a778c
Adopt Ruff781815a
Sort dependencies9232794
Remove unused coverage settingsecca45c
Update pre-commit tool versionsa3c4959
Add watchfiles as a dependency (#152)bf330a4
Release 2024.04.13f17b2ab
Allow floating point--delay
valuesfda9582
Runchange_callback
in an asynchronous executor49af6e1
Correct the help output in README.rstUpdates
sphinx-autodoc-typehints
from 2.0.0 to 2.1.0Release notes
Sourced from sphinx-autodoc-typehints's releases.
Commits
7684520
Support Sphinx 7.3 and drop 3.8 support (#448)a79c4c1
Return injection fix (#445)01c9126
Add missing option to readme (#446)8d565a5
[pre-commit.ci] pre-commit autoupdate (#440)03a9beb
[pre-commit.ci] pre-commit autoupdate (#439)3b6815a
[pre-commit.ci] pre-commit autoupdate (#438)08877b7
[pre-commit.ci] pre-commit autoupdate (#437)f0732da
Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (#435)09c7b82
Fix the CI (#434)2c37bfc
Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 (#430)Updates
sphinx-gallery
from 0.15.0 to 0.16.0Release notes
Sourced from sphinx-gallery's releases.
... (truncated)
Commits
f87e6d3
MAINT version 0.16 (#1296)2120054
ENH: Allow plain list as subsection_order and support a wildcard (#1295)f0e716e
BUG: Fix serialization with Sphinx 7.3 (#1289)0b243bf
[pre-commit.ci] pre-commit autoupdate (#1294)0790260
readme: adding quickstart section (#1291)8af7edb
DOC Update FFMpeg note in conf animation docs (#1292)ebe9388
readme: add link to docs (#1288)594bd90
Fix typo intest_fileno
(#1287)e22fc20
[pre-commit.ci] pre-commit autoupdate (#1284)6faca83
[pre-commit.ci] pre-commit autoupdate (#1279)Updates
sphinx-notfound-page
from 1.0.0 to 1.0.2Changelog
Sourced from sphinx-notfound-page's changelog.
Commits
bf8ef76
Release 1.0.23032721
fix: Set propernotfound_urls_prefix
option types (#233)bbc8127
fix(tests): resource warnings about unclosed file (#232)68fe9e6
Filter all code overpyupgrade --py38-plus
andruff
(#235)c05f361
test python 3.12 (#237)3616f22
Release 1.0.119cc822
do not create 404 page for embedded (e.g. ePub) (#231)cbbdc8e
Fix spacing in docs (#228)00ed1a1
Do not hardcode CSS/JS checksums (#226)9d1af35
Fix quotes (#223)Updates
matplotlib
from 3.8.3 to 3.9.0Release notes
Sourced from matplotlib's releases.
Commits
be56634
REL: v3.9.0846ce8a
DOC: Finish documentation for 3.9.08604f67
Merge pull request #28206 from meeseeksmachine/auto-backport-of-pr-28205-on-v...196c8db
TST: Followup corrections to #28205d8f3016
Backport PR #28205: TST: Fix tests with older versions of ipython4db5ac9
Merge pull request #28203 from QuLogic/auto-backport-of-pr-28164-on-v3.9.xef1a2db
Merge pull request #28204 from meeseeksmachine/auto-backport-of-pr-28195-on-v...e4384b8
Merge pull request #28191 from QuLogic/no-dev-theme3b65546
Backport PR #28195: TST: Prepare for pytest 91b526c3
Backport PR #28164: CI: Ensure code coverage is always uploadedUpdates
pandas
from 2.2.1 to 2.2.2Release notes
Sourced from pandas's releases.
Commits
d9cdd2e
RLS: 2.2.298aeac9
Backport PR #58209: CI: Pin blosc to fix pytables (#58211)5466f15
Backport PR #58202: DOC/TST: Document numpy 2.0 support and add tests… (#58208)45b0b32
Backport PR #58203 on branch 2.2.x (DOC: Add release date/contributors for 2....c7ec566
Backport PR #58087 on branch 2.2.x (BLD: Build wheels using numpy 2.0rc1) (#5...691fc88
Backport PR #58181 on branch 2.2.x (CI: correct error msg in test_view_index)...a947587
Backport PR #58138 on branch 2.2.x (BLD: Fix nightlies not building) (#58140)b56842d
Backport PR #58100 on branch 2.2.x (MNT: fix compatibility with beautifulsoup...0f83d50
Revert "BLD: Pin numpy on 2.2.x" (#58093)e9b81ee
Backport PR #58126: BLD: Build wheels with numpy 2.0rc1 (#58127)Updates
pyside6
from 6.6.3 to 6.7.1Updates
pyvista
from 0.43.4 to 0.43.8Release notes
Sourced from pyvista's releases.
Commits
af115a9
🚀 Patch Release 0.43.8e6f31fd
Add missingload
parameter to some example downloads (#6078)5057ff5
Fix active normals for propertiespoint_normals
,cell_normals
, and method...a95c8c7
Ensure no overlap with crinkle clip (#6060)4963118
🚀 Patch Release 0.43.76d8cab6
Use n_points to calculate distance in CircularArc (#6025)3accbf0
🚀 Patch Release 0.43.669a078a
PyQt6!=6.7.0
to fix PyVistaQt and MNE-Python integration tests (#5978)ddb6bbc
Update trame-vtk to 2.8.6 (#5959)e39534f
Fix missed ray traces inmulti_ray_trace
when origin points are outside bou...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