|
| 1 | +1.7.0rc0 |
| 2 | +======== |
| 3 | + |
| 4 | +We're happy to announce the release of numpydoc 1.7.0rc0! |
| 5 | + |
| 6 | +Enhancements |
| 7 | +------------ |
| 8 | + |
| 9 | +- PERF: wrap inspect.getsourcelines with cache (`#532 <https://github.com/numpy/numpydoc/pull/532>`_). |
| 10 | + |
| 11 | +Bug Fixes |
| 12 | +--------- |
| 13 | + |
| 14 | +- during tokenize, use UTF8 encoding on all platforms (`#510 <https://github.com/numpy/numpydoc/pull/510>`_). |
| 15 | +- fix 'Alias for field number X' problem with NamedTuples (`#527 <https://github.com/numpy/numpydoc/pull/527>`_). |
| 16 | + |
| 17 | +Documentation |
| 18 | +------------- |
| 19 | + |
| 20 | +- DOC: Fix typos found by codespell (`#514 <https://github.com/numpy/numpydoc/pull/514>`_). |
| 21 | +- DOC: Update link to mailing list (`#518 <https://github.com/numpy/numpydoc/pull/518>`_). |
| 22 | +- Add Python 3.12 to classifiers (`#529 <https://github.com/numpy/numpydoc/pull/529>`_). |
| 23 | + |
| 24 | +Maintenance |
| 25 | +----------- |
| 26 | + |
| 27 | +- [pre-commit.ci] pre-commit autoupdate (`#508 <https://github.com/numpy/numpydoc/pull/508>`_). |
| 28 | +- [pre-commit.ci] pre-commit autoupdate (`#513 <https://github.com/numpy/numpydoc/pull/513>`_). |
| 29 | +- MAINT: apply refurb suggestion (`#515 <https://github.com/numpy/numpydoc/pull/515>`_). |
| 30 | +- [pre-commit.ci] pre-commit autoupdate (`#516 <https://github.com/numpy/numpydoc/pull/516>`_). |
| 31 | +- Bump actions/setup-python from 4 to 5 (`#520 <https://github.com/numpy/numpydoc/pull/520>`_). |
| 32 | +- [pre-commit.ci] pre-commit autoupdate (`#521 <https://github.com/numpy/numpydoc/pull/521>`_). |
| 33 | +- Filter ``DeprecationWarning`` in failing test for python 3.12 (`#523 <https://github.com/numpy/numpydoc/pull/523>`_). |
| 34 | +- MAINT: Replace NameConstant with Constant (`#524 <https://github.com/numpy/numpydoc/pull/524>`_). |
| 35 | +- [pre-commit.ci] pre-commit autoupdate (`#526 <https://github.com/numpy/numpydoc/pull/526>`_). |
| 36 | +- Update precommit repos (`#531 <https://github.com/numpy/numpydoc/pull/531>`_). |
| 37 | +- Require sphinx 6 (`#530 <https://github.com/numpy/numpydoc/pull/530>`_). |
| 38 | +- Use trusted publisher (`#533 <https://github.com/numpy/numpydoc/pull/533>`_). |
| 39 | + |
| 40 | +Contributors |
| 41 | +------------ |
| 42 | + |
| 43 | +8 authors added to this release (alphabetically): |
| 44 | + |
| 45 | +- Chiara Marmo (`@cmarmo <https://github.com/cmarmo>`_) |
| 46 | +- Daniel McCloy (`@drammock <https://github.com/drammock>`_) |
| 47 | +- Dimitri Papadopoulos Orfanos (`@DimitriPapadopoulos <https://github.com/DimitriPapadopoulos>`_) |
| 48 | +- Eric Larson (`@larsoner <https://github.com/larsoner>`_) |
| 49 | +- Jarrod Millman (`@jarrodmillman <https://github.com/jarrodmillman>`_) |
| 50 | +- Niko Föhr (`@fohrloop <https://github.com/fohrloop>`_) |
| 51 | +- Philipp Hoffmann (`@dontgoto <https://github.com/dontgoto>`_) |
| 52 | +- Ross Barnowski (`@rossbar <https://github.com/rossbar>`_) |
| 53 | + |
| 54 | +9 reviewers added to this release (alphabetically): |
| 55 | + |
| 56 | +- Antoine Pitrou (`@pitrou <https://github.com/pitrou>`_) |
| 57 | +- Charles Harris (`@charris <https://github.com/charris>`_) |
| 58 | +- Daniel McCloy (`@drammock <https://github.com/drammock>`_) |
| 59 | +- Eric Larson (`@larsoner <https://github.com/larsoner>`_) |
| 60 | +- GitHub Web Flow (`@web-flow <https://github.com/web-flow>`_) |
| 61 | +- Jarrod Millman (`@jarrodmillman <https://github.com/jarrodmillman>`_) |
| 62 | +- Niko Föhr (`@fohrloop <https://github.com/fohrloop>`_) |
| 63 | +- Ross Barnowski (`@rossbar <https://github.com/rossbar>`_) |
| 64 | +- Stefan van der Walt (`@stefanv <https://github.com/stefanv>`_) |
| 65 | + |
| 66 | +_These lists are automatically generated, and may not be complete or may contain |
| 67 | +duplicates._ |
0 commit comments