Skip to content

Commit 98fd2f3

Browse files
committed
Designate 1.8.0rc0 release
1 parent 0c324a9 commit 98fd2f3

File tree

2 files changed

+73
-1
lines changed

2 files changed

+73
-1
lines changed

doc/release/notes.rst

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,75 @@
1+
1.8.0rc0
2+
========
3+
4+
We're happy to announce the release of numpydoc 1.8.0rc0!
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+
45+
Contributors
46+
------------
47+
48+
10 authors added to this release (alphabetically):
49+
50+
- Brigitta Sipőcz (`@bsipocz <https://github.com/bsipocz>`_)
51+
- Eric Larson (`@larsoner <https://github.com/larsoner>`_)
52+
- Jarrod Millman (`@jarrodmillman <https://github.com/jarrodmillman>`_)
53+
- Lucas Colley (`@lucascolley <https://github.com/lucascolley>`_)
54+
- M Bussonnier (`@Carreau <https://github.com/Carreau>`_)
55+
- Matt Haberland (`@mdhaber <https://github.com/mdhaber>`_)
56+
- Melissa Weber Mendonça (`@melissawm <https://github.com/melissawm>`_)
57+
- Ross Barnowski (`@rossbar <https://github.com/rossbar>`_)
58+
- Stefanie Molin (`@stefmolin <https://github.com/stefmolin>`_)
59+
- Thomas A Caswell (`@tacaswell <https://github.com/tacaswell>`_)
60+
61+
7 reviewers added to this release (alphabetically):
62+
63+
- Eric Larson (`@larsoner <https://github.com/larsoner>`_)
64+
- Jarrod Millman (`@jarrodmillman <https://github.com/jarrodmillman>`_)
65+
- M Bussonnier (`@Carreau <https://github.com/Carreau>`_)
66+
- Matt Haberland (`@mdhaber <https://github.com/mdhaber>`_)
67+
- Ross Barnowski (`@rossbar <https://github.com/rossbar>`_)
68+
- Stefan van der Walt (`@stefanv <https://github.com/stefanv>`_)
69+
- Stefanie Molin (`@stefmolin <https://github.com/stefmolin>`_)
70+
71+
_These lists are automatically generated, and may not be complete or may contain duplicates._
72+
173
1.7.0
274
=====
375

numpydoc/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.8.0rc0.dev0"
1+
__version__ = "1.8.0rc0"

0 commit comments

Comments
 (0)