diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 54cb05b9..1c9762df 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -21,11 +21,51 @@ Release notes 1.5.0 ----- -Release date: TBD +Release date: 8 October 2022 Requires Python 3.7+ and Sphinx 4.2+. -`Full Changelog `__ +`Full Changelog `__ + +Fixed bugs +~~~~~~~~~~ + +- Parsing ``returns`` section with several types and no name `#428 `__ +- BUG: Fix returns parsing no name `#429 `__ (`rossbar `__) + +Closed issues +~~~~~~~~~~~~~ + +- readthedocs build failing `#439 `__ +- Exclude class properties from being listed under METHODS section `#339 `__ +- BUG: Numpydoc doesn’t render attributes decorated with ``cached\_property`` in the Attributes section `#432 `__ +- Is numpydoc_use_blockquotes deprecated or not yet? `#420 `__ +- No light theme available in docs `#413 `__ +- 1.4.0 release plan `#408 `__ + +Merged pull requests +~~~~~~~~~~~~~~~~~~~~ + +- Update doc requirements `#441 `__ (`jarrodmillman `__) +- Update pydata-sphinx-theme `#440 `__ (`jarrodmillman `__) +- Support Python 3.11 `#438 `__ (`jarrodmillman `__) +- Update precommit hooks `#437 `__ (`jarrodmillman `__) +- Use Python 3.10 to build docs `#436 `__ (`jarrodmillman `__) +- Use requirements/*.txt files for CI `#435 `__ (`jarrodmillman `__) +- Fix front page `#434 `__ (`jarrodmillman `__) +- Add cached property support `#433 `__ (`rossbar `__) +- ENH: Update validate.py to allow parameters with trailing underscores. `#425 `__ (`stefmolin `__) +- DOC: Use ``:ref:`` when referring to section headers `#424 `__ (`namurphy `__) +- Remove numpydoc_use_blockquotes `#422 `__ (`jarrodmillman `__) +- Require sphinx>=4.2 (cleanup) `#421 `__ (`jarrodmillman `__) +- docs: fix validation include line numbers `#418 `__ (`thatlittleboy `__) +- Update precommit linters `#417 `__ (`jarrodmillman `__) +- Update GH actions `#416 `__ (`jarrodmillman `__) +- ENH: Add support for dict show_inherited_class_members `#415 `__ (`larsoner `__) +- DOC: Add theme switcher and default to lightmode. `#414 `__ (`rossbar `__) +- Require sphinx>=4.2 `#411 `__ (`jarrodmillman `__) + +\* *This Changelog was automatically generated by*\ `github_changelog_generator `__ 1.4.0 ----- diff --git a/numpydoc/_version.py b/numpydoc/_version.py index 4e1da2b1..5b601886 100644 --- a/numpydoc/_version.py +++ b/numpydoc/_version.py @@ -1 +1 @@ -__version__ = "1.5.0rc2.dev0" +__version__ = "1.5.0"