#10337: Fixed bug where fake intermediate modules generated by --import-mode=importlib would not include the
child modules as attributes of the parent modules.
#10702: Fixed error assertion handling in pytest.approx when None is an expected or received value when comparing dictionaries.
#10811: Fixed issue when using --import-mode=importlib together with --doctest-modules that caused modules
to be imported more than once, causing problems with modules that have import side effects.
#11645: Fix a regression preventing autodoc from importing modules within
packages that make use of if typing.TYPE_CHECKING: to guard circular
imports needed by type checkers.
Patch by Matt Wozniski.
#11634: Fixed inheritance diagram relative link resolution
for sibling files in a subdirectory.
Patch by Albert Shih.
#11659: Allow ?config=... in :confval:mathjax_path.
#11654: autodoc: Fail with a more descriptive error message
when an object claims to be an instance of type,
but is not a class.
Patch by James Braza.
11620: Cease emitting :event:source-read events for files read via
the :dudir:include directive.
11620: Add a new :event:include-read for observing and transforming
the content of included files via the :dudir:include directive.
#11627: Restore support for copyright lines of the form YYYY
when SOURCE_DATE_EPOCH is set.
Release 7.2.4 (released Aug 28, 2023)
Bugs fixed
#11618: Fix a regression in the MoveModuleTargets transform,
introduced in #10478 (#9662).
#11649: linkcheck: Resolve hanging tests for timezones west of London
and incorrect conversion from UTC to offsets from the UNIX epoch.
Patch by Dmitry Shachnev and Adam Turner.
We are pleased to announce the release of pandas 2.1.0.
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.1.0 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 pip-deps group in /requirements with 8 updates:
2.3.2
2.3.3
4.24.0
4.24.2
7.4.0
7.4.1
7.1.2
7.2.5
0.10.3
0.10.6
0.13.0
0.14.0
0.8.3
1.0.0
2.0.3
2.1.0
Updates
flask
from 2.3.2 to 2.3.3Release notes
Sourced from flask's releases.
Changelog
Sourced from flask's changelog.
Commits
3205b53
release version 2.3.39f95502
bump werkzeug 2.3.70273664
Update dispatch by path example (#5217)a887e17
clean upaa6d4c3
update dispatch-by-path example826514b
fix flake8 bugbear findings6d266f6
Pass maxsplit via kwarg to re.split (#5215)17e146a
Pass maxsplit via kwarg to re.split8a72b74
[pre-commit.ci] pre-commit autoupdate (#5211)7255be9
[pre-commit.ci] pre-commit autoupdateUpdates
protobuf
from 4.24.0 to 4.24.2Commits
54a2e5c
Updating version.json and repo version numbers to: 24.27b825e1
Merge pull request #13656 from protocolbuffers/backport-tdp-msvc-325626baf
Remove a flaky test with very high memory requirements.31efbb9
Merge pull request #13655 from mkruskal-google/backport-tdp-msvc-3201e1a5c
Fixes for 32-bit MSVC.a478e19
Add windows 32-bit tests and re-enable 202257d1229
Merge pull request #13603 from protocolbuffers/24.x-2023081819424a6f9c3
Updating version.json to: 24.2-devb256412
Updating version.json and repo version numbers to: 24.1d5ed61d
Merge pull request #13597 from zhangskz/revert-absl-bumpUpdates
pytest
from 7.4.0 to 7.4.1Release notes
Sourced from pytest's releases.
Commits
7855a72
Improve CI workflow7a0a0e8
Prepare release version 7.4.1fbcfd3a
[7.4.x] Update CONTRIBUTING.rst (#11371)b170081
[7.4.x] Issue 11354 fixing docs for lfnf (#11364)7a5f2fe
[7.4.x] Fixes for typed pluggy (#11355)6914071
[7.4.x] Improve duplicate values documentation (#11296)5c7c3f6
Merge pull request #11294 from The-Compiler/pluggy-py38ba40975
ci: Use Python 3.8 to test latest pluggye3fe728
[7.4.x] doc: Link pytest.main to how-to guide (#11290)34c7394
[7.4.x] doc: update information about assertion messages (#11286)Updates
sphinx
from 7.1.2 to 7.2.5Release notes
Sourced from sphinx's releases.
Changelog
Sourced from sphinx's changelog.
... (truncated)
Commits
fcc3899
Bump to 7.2.5 final2a631f9
Restore support for YYYY copyright lines2730cc3
Remove double spaces in CHANGESff18318
Add an'include-read'
event (#11657)74329d9
Fail better inExceptionDocumenter.can_document_member
(#11660)7d046a8
Allow?config=...
inmathjax_path
(#11659)4692208
Fix two relative link bugs in inheritance diagrams (#11634)ca0fc7a
Add git .mailmap file8248be3
autodoc: Resetsys.modules
on partial import failure (#11645)e494baa
Recommend correct replacement names for deprecated APIs (#11655)Updates
ansys-sphinx-theme
from 0.10.3 to 0.10.6Commits
4613c65
Bump version 0.10.62c751e7
ver: bump version 0.10.55cceaa4
fix: remove the deleted link and add the version docs for pymeilisearch (#283)8ef9ee0
Fix: retain the style of having shortcut tip in search bar (#280)c4dda2c
ver: bump version 0.10.42d98f09
fix: rename the extension name with no conflict (#275)Updates
sphinx-gallery
from 0.13.0 to 0.14.0Commits
bab529b
MAINT: Release 0.14.0 (#1184)b45c4d2
MAINT: Force PRs to be labeled properly (#1183)9835b3a
DOC Fix typo in_get_docstring_and_rest
docstring (#1182)bdee85c
MAINT Movefigure_rst
path testing to own unit test (#1173)84a98a9
MAINT Lint - fix ast node type in docstrings (#1179)b927883
MAINT Remove unused parametrize intest_figure_rst_srcset
(#1172)96b08a0
MAINT Add totest_identify_names
so class property tested (#1180)55dd148
DOC Fix Jupyterlite config example inconfiguration.rst
(#1181)451ccba
MAINT Fix lint, clean and expand docstrings (#1169)309e5be
MAINT Lint api usage (#1170)Updates
sphinx-notfound-page
from 0.8.3 to 1.0.0Changelog
Sourced from sphinx-notfound-page's changelog.
Commits
fd6e9b9
Release 1.0.09e9c6b8
Release 1.0.0rc1274693e
Requires Python >=3.84567988
Release 1.0.0rc0a8d6c2f
Update version pattern for bumpverfc37540
Revert "Release 2.0.0"cc3690d
Release 2.0.051c4381
Revert "Release 1.0.0"a91e38b
Release 1.0.0dcb3adc
Drop support for Sphinx<5 (#220)Updates
pandas
from 2.0.3 to 2.1.0Release notes
Sourced from pandas's releases.
Commits
ba1cccd
RLS: 2.1.0 (#54866)bf59a95
Backport PR #54856 on branch 2.1.x (BUG: ArrowExtensionArray.factorize with c...7f469dc
Backport PR #54850 on branch 2.1.x (DOC: Add date for v2.1.0) (#54864)f7f2057
Backport PR #54815 on branch 2.1.x (DOC: added docstring for `storage_options...11424f8
Backport PR #54838 on branch 2.1.x (Don't expose EA.pad_or_backfill to users ...772beaa
Backport PR #54818 on branch 2.1.x (DEP: Deprecate passing fill_value and fre...3b7f411
Backport PR #54794 on branch 2.1.x (Infer string storage based on infer_strin...0084f77
Backport PR #54823 on branch 2.1.x (REGR: clip raising for list-bound) (#54829)68b64b8
Backport PR #54820 on branch 2.1.x (REF: Dispatch ArrowExtensionArray.fillna ...4855f54
Backport PR #54737 on branch 2.1.x (MAINT: small simplification of meson.buil...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