|
| 1 | +1.8.0 |
| 2 | +===== |
| 3 | + |
| 4 | +We're happy to announce the release of numpydoc 1.8.0! |
| 5 | + |
| 6 | +Enhancements |
| 7 | +------------ |
| 8 | + |
| 9 | +- Unify CLIs (`#537 <https://github.com/numpy/numpydoc/pull/537>`_). |
| 10 | +- Move "Attributes" and "Methods" below "Parameters" (`#571 <https://github.com/numpy/numpydoc/pull/571>`_). |
| 11 | + |
| 12 | +Bug Fixes |
| 13 | +--------- |
| 14 | + |
| 15 | +- FIX: coroutines can have a return statement (`#542 <https://github.com/numpy/numpydoc/pull/542>`_). |
| 16 | +- Unwrap decorated objects for YD01 validation check (`#541 <https://github.com/numpy/numpydoc/pull/541>`_). |
| 17 | +- Fix bug with validation encoding (`#550 <https://github.com/numpy/numpydoc/pull/550>`_). |
| 18 | + |
| 19 | +Documentation |
| 20 | +------------- |
| 21 | + |
| 22 | +- Classify development status as Production/Stable (`#548 <https://github.com/numpy/numpydoc/pull/548>`_). |
| 23 | +- Add note about TOML regex; fix typo (`#552 <https://github.com/numpy/numpydoc/pull/552>`_). |
| 24 | +- DOC: Clarify recommendations regarding use of backticks (`#525 <https://github.com/numpy/numpydoc/pull/525>`_). |
| 25 | + |
| 26 | +Maintenance |
| 27 | +----------- |
| 28 | + |
| 29 | +- Fix typo in label-check.yml (`#538 <https://github.com/numpy/numpydoc/pull/538>`_). |
| 30 | +- [pre-commit.ci] pre-commit autoupdate (`#539 <https://github.com/numpy/numpydoc/pull/539>`_). |
| 31 | +- DEV: Rm xfails from pytest summary (`#540 <https://github.com/numpy/numpydoc/pull/540>`_). |
| 32 | +- Drop Python 3.8 support (`#545 <https://github.com/numpy/numpydoc/pull/545>`_). |
| 33 | +- Clean up old sphinx cruft (`#549 <https://github.com/numpy/numpydoc/pull/549>`_). |
| 34 | +- Test on sphinx 7.3 (`#547 <https://github.com/numpy/numpydoc/pull/547>`_). |
| 35 | +- Require GHA update grouping (`#553 <https://github.com/numpy/numpydoc/pull/553>`_). |
| 36 | +- Update pre-commit config (`#554 <https://github.com/numpy/numpydoc/pull/554>`_). |
| 37 | +- Use ruff for linting and formatting (`#555 <https://github.com/numpy/numpydoc/pull/555>`_). |
| 38 | +- Use intersphinx registry to avoid out of date links (`#563 <https://github.com/numpy/numpydoc/pull/563>`_). |
| 39 | +- Do not rely on requirements.txt in ci, use .[test,doc] (`#566 <https://github.com/numpy/numpydoc/pull/566>`_). |
| 40 | +- CI: update action that got moved org (`#567 <https://github.com/numpy/numpydoc/pull/567>`_). |
| 41 | +- Fix navbar for documentation pages (`#569 <https://github.com/numpy/numpydoc/pull/569>`_). |
| 42 | +- [pre-commit.ci] pre-commit autoupdate (`#570 <https://github.com/numpy/numpydoc/pull/570>`_). |
| 43 | +- docscrape: fixes from SciPy (`#576 <https://github.com/numpy/numpydoc/pull/576>`_). |
| 44 | +- MAINT: Remove scale to work around PyPI bug (`#578 <https://github.com/numpy/numpydoc/pull/578>`_). |
| 45 | + |
| 46 | +Contributors |
| 47 | +------------ |
| 48 | + |
| 49 | +10 authors added to this release (alphabetically): |
| 50 | + |
| 51 | +- Brigitta Sipőcz (`@bsipocz <https://github.com/bsipocz>`_) |
| 52 | +- Eric Larson (`@larsoner <https://github.com/larsoner>`_) |
| 53 | +- Jarrod Millman (`@jarrodmillman <https://github.com/jarrodmillman>`_) |
| 54 | +- Lucas Colley (`@lucascolley <https://github.com/lucascolley>`_) |
| 55 | +- M Bussonnier (`@Carreau <https://github.com/Carreau>`_) |
| 56 | +- Matt Haberland (`@mdhaber <https://github.com/mdhaber>`_) |
| 57 | +- Melissa Weber Mendonça (`@melissawm <https://github.com/melissawm>`_) |
| 58 | +- Ross Barnowski (`@rossbar <https://github.com/rossbar>`_) |
| 59 | +- Stefanie Molin (`@stefmolin <https://github.com/stefmolin>`_) |
| 60 | +- Thomas A Caswell (`@tacaswell <https://github.com/tacaswell>`_) |
| 61 | + |
| 62 | +7 reviewers added to this release (alphabetically): |
| 63 | + |
| 64 | +- Eric Larson (`@larsoner <https://github.com/larsoner>`_) |
| 65 | +- Jarrod Millman (`@jarrodmillman <https://github.com/jarrodmillman>`_) |
| 66 | +- M Bussonnier (`@Carreau <https://github.com/Carreau>`_) |
| 67 | +- Matt Haberland (`@mdhaber <https://github.com/mdhaber>`_) |
| 68 | +- Ross Barnowski (`@rossbar <https://github.com/rossbar>`_) |
| 69 | +- Stefan van der Walt (`@stefanv <https://github.com/stefanv>`_) |
| 70 | +- Stefanie Molin (`@stefmolin <https://github.com/stefmolin>`_) |
| 71 | + |
| 72 | +_These lists are automatically generated, and may not be complete or may contain duplicates._ |
| 73 | + |
1 | 74 | 1.7.0
|
2 | 75 | =====
|
3 | 76 |
|
|
0 commit comments