Skip to content

Releases: numpy/numpydoc

v1.8.0

09 Aug 15:54
v1.8.0
819ea4e
Compare
Choose a tag to compare

1.8.0

We're happy to announce the release of numpydoc 1.8.0!

Enhancements

  • Unify CLIs (#537).
  • Move "Attributes" and "Methods" below "Parameters" (#571).

Bug Fixes

  • FIX: coroutines can have a return statement (#542).
  • Unwrap decorated objects for YD01 validation check (#541).
  • Fix bug with validation encoding (#550).

Documentation

  • Classify development status as Production/Stable (#548).
  • Add note about TOML regex; fix typo (#552).
  • DOC: Clarify recommendations regarding use of backticks (#525).

Maintenance

  • Fix typo in label-check.yml (#538).
  • [pre-commit.ci] pre-commit autoupdate (#539).
  • DEV: Rm xfails from pytest summary (#540).
  • Drop Python 3.8 support (#545).
  • Clean up old sphinx cruft (#549).
  • Test on sphinx 7.3 (#547).
  • Require GHA update grouping (#553).
  • Update pre-commit config (#554).
  • Use ruff for linting and formatting (#555).
  • Use intersphinx registry to avoid out of date links (#563).
  • Do not rely on requirements.txt in ci, use .[test,doc] (#566).
  • CI: update action that got moved org (#567).
  • Fix navbar for documentation pages (#569).
  • [pre-commit.ci] pre-commit autoupdate (#570).
  • docscrape: fixes from SciPy (#576).
  • MAINT: Remove scale to work around PyPI bug (#578).

Contributors

10 authors added to this release (alphabetically):

7 reviewers added to this release (alphabetically):

These lists are automatically generated, and may not be complete or may contain duplicates.

v1.8.0rc2

24 Jul 19:43
v1.8.0rc2
ec75b72
Compare
Choose a tag to compare
v1.8.0rc2 Pre-release
Pre-release

1.8.0rc2

We're happy to announce the release of numpydoc 1.8.0rc2!

Enhancements

  • Unify CLIs (#537).
  • Move "Attributes" and "Methods" below "Parameters" (#571).

Bug Fixes

  • FIX: coroutines can have a return statement (#542).
  • Unwrap decorated objects for YD01 validation check (#541).
  • Fix bug with validation encoding (#550).

Documentation

  • Classify development status as Production/Stable (#548).
  • Add note about TOML regex; fix typo (#552).
  • DOC: Clarify recommendations regarding use of backticks (#525).

Maintenance

  • Fix typo in label-check.yml (#538).
  • [pre-commit.ci] pre-commit autoupdate (#539).
  • DEV: Rm xfails from pytest summary (#540).
  • Drop Python 3.8 support (#545).
  • Clean up old sphinx cruft (#549).
  • Test on sphinx 7.3 (#547).
  • Require GHA update grouping (#553).
  • Update pre-commit config (#554).
  • Use ruff for linting and formatting (#555).
  • Use intersphinx registry to avoid out of date links (#563).
  • Do not rely on requirements.txt in ci, use .[test,doc] (#566).
  • CI: update action that got moved org (#567).
  • Fix navbar for documentation pages (#569).
  • [pre-commit.ci] pre-commit autoupdate (#570).
  • docscrape: fixes from SciPy (#576).
  • MAINT: Remove scale to work around PyPI bug (#578).

Contributors

10 authors added to this release (alphabetically):

7 reviewers added to this release (alphabetically):

These lists are automatically generated, and may not be complete or may contain duplicates.

v1.8.0rc1

24 Jul 16:35
v1.8.0rc1
0c7f017
Compare
Choose a tag to compare
v1.8.0rc1 Pre-release
Pre-release

1.8.0rc1

We're happy to announce the release of numpydoc 1.8.0rc1!

Enhancements

  • Unify CLIs (#537).
  • Move "Attributes" and "Methods" below "Parameters" (#571).

Bug Fixes

  • FIX: coroutines can have a return statement (#542).
  • Unwrap decorated objects for YD01 validation check (#541).
  • Fix bug with validation encoding (#550).

Documentation

  • Classify development status as Production/Stable (#548).
  • Add note about TOML regex; fix typo (#552).
  • DOC: Clarify recommendations regarding use of backticks (#525).

Maintenance

  • Fix typo in label-check.yml (#538).
  • [pre-commit.ci] pre-commit autoupdate (#539).
  • DEV: Rm xfails from pytest summary (#540).
  • Drop Python 3.8 support (#545).
  • Clean up old sphinx cruft (#549).
  • Test on sphinx 7.3 (#547).
  • Require GHA update grouping (#553).
  • Update pre-commit config (#554).
  • Use ruff for linting and formatting (#555).
  • Use intersphinx registry to avoid out of date links (#563).
  • Do not rely on requirements.txt in ci, use .[test,doc] (#566).
  • CI: update action that got moved org (#567).
  • Fix navbar for documentation pages (#569).
  • [pre-commit.ci] pre-commit autoupdate (#570).
  • docscrape: fixes from SciPy (#576).

Contributors

10 authors added to this release (alphabetically):

7 reviewers added to this release (alphabetically):

These lists are automatically generated, and may not be complete or may contain duplicates.

v1.7.0

28 Mar 11:52
v1.7.0
Compare
Choose a tag to compare

1.7.0

We're happy to announce the release of numpydoc 1.7.0!

Enhancements

  • PERF: wrap inspect.getsourcelines with cache (#532).

Bug Fixes

  • during tokenize, use UTF8 encoding on all platforms (#510).
  • fix 'Alias for field number X' problem with NamedTuples (#527).

Documentation

  • DOC: Fix typos found by codespell (#514).
  • DOC: Update link to mailing list (#518).
  • Add Python 3.12 to classifiers (#529).
  • Update release process (#534).
  • Update release process (#535).

Maintenance

  • [pre-commit.ci] pre-commit autoupdate (#508).
  • [pre-commit.ci] pre-commit autoupdate (#513).
  • MAINT: apply refurb suggestion (#515).
  • [pre-commit.ci] pre-commit autoupdate (#516).
  • Bump actions/setup-python from 4 to 5 (#520).
  • [pre-commit.ci] pre-commit autoupdate (#521).
  • Filter DeprecationWarning in failing test for python 3.12 (#523).
  • MAINT: Replace NameConstant with Constant (#524).
  • [pre-commit.ci] pre-commit autoupdate (#526).
  • Update precommit repos (#531).
  • Require sphinx 6 (#530).
  • Use trusted publisher (#533).

Contributors

8 authors added to this release (alphabetically):

9 reviewers added to this release (alphabetically):

These lists are automatically generated, and may not be complete or may contain duplicates.

v1.7.0rc0

22 Mar 16:42
v1.7.0rc0
Compare
Choose a tag to compare
v1.7.0rc0 Pre-release
Pre-release

1.7.0rc0

We're happy to announce the release of numpydoc 1.7.0rc0!

Enhancements

  • PERF: wrap inspect.getsourcelines with cache (#532).

Bug Fixes

  • during tokenize, use UTF8 encoding on all platforms (#510).
  • fix 'Alias for field number X' problem with NamedTuples (#527).

Documentation

  • DOC: Fix typos found by codespell (#514).
  • DOC: Update link to mailing list (#518).
  • Add Python 3.12 to classifiers (#529).

Maintenance

  • [pre-commit.ci] pre-commit autoupdate (#508).
  • [pre-commit.ci] pre-commit autoupdate (#513).
  • MAINT: apply refurb suggestion (#515).
  • [pre-commit.ci] pre-commit autoupdate (#516).
  • Bump actions/setup-python from 4 to 5 (#520).
  • [pre-commit.ci] pre-commit autoupdate (#521).
  • Filter DeprecationWarning in failing test for python 3.12 (#523).
  • MAINT: Replace NameConstant with Constant (#524).
  • [pre-commit.ci] pre-commit autoupdate (#526).
  • Update precommit repos (#531).
  • Require sphinx 6 (#530).
  • Use trusted publisher (#533).

Contributors

8 authors added to this release (alphabetically):

9 reviewers added to this release (alphabetically):

These lists are automatically generated, and may not be complete or may contain duplicates.

numpydoc 1.6.0

26 Sep 00:23
v1.6.0
Compare
Choose a tag to compare

1.6.0

Release date: 21 August 2023

Requires Python 3.8+ and Sphinx 5+.

Full Changelog

Closed issues

  • numpydoc ignore inline comment not recognized when using decorators #495
  • Align pre-commit and Sphinx rule override syntax #466
  • Use pyproject.toml #473
  • rtd is failing #471
  • circleci-artifacts-redirector-action error #469
  • Incorporate a pre-commit hook for numpydoc validation #450
  • PR06 fails when offending type name is used only as a substring #446
  • style of [1] is strange in numpydoc docs #443
  • Double click on function parameter selects parameter type as well #427

Merged pull requests

* This Changelog was automatically generated by
github_changelog_generator

numpydoc 1.5.0

08 Oct 14:08
v1.5.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

numpydoc 1.5.0rc1

04 Oct 21:49
v1.5.0rc1
Compare
Choose a tag to compare
numpydoc 1.5.0rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0rc1

numpydoc 1.4.0

09 Jun 21:26
v1.4.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

numpydoc 1.4rc1

08 Jun 15:49
v1.4.0rc1
Compare
Choose a tag to compare
numpydoc 1.4rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0rc1