Skip to content

Commit 3db2f68

Browse files
committed
Designate 1.9.0 release
1 parent 610a25e commit 3db2f68

File tree

2 files changed

+80
-1
lines changed

2 files changed

+80
-1
lines changed

doc/release/notes.rst

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,82 @@
1+
1.9.0
2+
=====
3+
4+
We're happy to announce the release of numpydoc 1.9.0!
5+
6+
Enhancements
7+
------------
8+
9+
- ignore some errors at module level (`#593 <https://github.com/numpy/numpydoc/pull/593>`_).
10+
- Rework hook output to remove the table (`#611 <https://github.com/numpy/numpydoc/pull/611>`_).
11+
- Switch to storing AST nodes on the stack for more accurate method signature check and easy access to parent nodes (`#623 <https://github.com/numpy/numpydoc/pull/623>`_).
12+
13+
Bug Fixes
14+
---------
15+
16+
- MAINT: Changed class constructor __init__ GL08 reporting (`#592 <https://github.com/numpy/numpydoc/pull/592>`_).
17+
- BUG: Correct functionality of numpydoc SS05 (`#613 <https://github.com/numpy/numpydoc/pull/613>`_).
18+
- Specity the types of ``numpydoc_xref_ignore`` option (`#631 <https://github.com/numpy/numpydoc/pull/631>`_).
19+
20+
Documentation
21+
-------------
22+
23+
- DOC: Do not use types for *args, **kwargs (`#585 <https://github.com/numpy/numpydoc/pull/585>`_).
24+
- mention conda-forge in installation docs (`#595 <https://github.com/numpy/numpydoc/pull/595>`_).
25+
- Fix typo in validation.rst (`#605 <https://github.com/numpy/numpydoc/pull/605>`_).
26+
- Fix broken link in ``format.rst`` (`#628 <https://github.com/numpy/numpydoc/pull/628>`_).
27+
28+
Maintenance
29+
-----------
30+
31+
- CI: use hashes for actions' versions in publishing job (`#579 <https://github.com/numpy/numpydoc/pull/579>`_).
32+
- Bump the actions group with 2 updates (`#581 <https://github.com/numpy/numpydoc/pull/581>`_).
33+
- Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2 in the actions group (`#582 <https://github.com/numpy/numpydoc/pull/582>`_).
34+
- [pre-commit.ci] pre-commit autoupdate (`#583 <https://github.com/numpy/numpydoc/pull/583>`_).
35+
- MAINT: Add _exception_on_warning to MockApp (`#586 <https://github.com/numpy/numpydoc/pull/586>`_).
36+
- Bump the actions group across 1 directory with 2 updates (`#590 <https://github.com/numpy/numpydoc/pull/590>`_).
37+
- don't pass maxsplit as positional arg (`#596 <https://github.com/numpy/numpydoc/pull/596>`_).
38+
- [pre-commit.ci] pre-commit autoupdate (`#598 <https://github.com/numpy/numpydoc/pull/598>`_).
39+
- Add Python 3.13 support (`#599 <https://github.com/numpy/numpydoc/pull/599>`_).
40+
- Update readthedocs config (`#600 <https://github.com/numpy/numpydoc/pull/600>`_).
41+
- Bump the actions group with 2 updates (`#603 <https://github.com/numpy/numpydoc/pull/603>`_).
42+
- Bump the actions group with 3 updates (`#609 <https://github.com/numpy/numpydoc/pull/609>`_).
43+
- [pre-commit.ci] pre-commit autoupdate (`#614 <https://github.com/numpy/numpydoc/pull/614>`_).
44+
- Bump actions/download-artifact from 4.2.1 to 4.3.0 in the actions group (`#620 <https://github.com/numpy/numpydoc/pull/620>`_).
45+
- Bump scientific-python/circleci-artifacts-redirector-action from 1.0.0 to 1.1.0 in the actions group (`#627 <https://github.com/numpy/numpydoc/pull/627>`_).
46+
- Switch to dependency groups (`#626 <https://github.com/numpy/numpydoc/pull/626>`_).
47+
- Fix pip setup command in github workflow (`#629 <https://github.com/numpy/numpydoc/pull/629>`_).
48+
49+
Contributors
50+
------------
51+
52+
13 authors added to this release (alphabetically):
53+
54+
- Brigitta Sipőcz (`@bsipocz <https://github.com/bsipocz>`_)
55+
- Daniel McCloy (`@drammock <https://github.com/drammock>`_)
56+
- Eric Larson (`@larsoner <https://github.com/larsoner>`_)
57+
- Gilles Peiffer (`@Peiffap <https://github.com/Peiffap>`_)
58+
- Jarrod Millman (`@jarrodmillman <https://github.com/jarrodmillman>`_)
59+
- Lucas Colley (`@lucascolley <https://github.com/lucascolley>`_)
60+
- Matt Gebert (`@mattgebert <https://github.com/mattgebert>`_)
61+
- Maxine Hartnett (`@maxinelasp <https://github.com/maxinelasp>`_)
62+
- Ross Barnowski (`@rossbar <https://github.com/rossbar>`_)
63+
- Stefan van der Walt (`@stefanv <https://github.com/stefanv>`_)
64+
- Stefanie Molin (`@stefmolin <https://github.com/stefmolin>`_)
65+
- Tim Hoffmann (`@timhoffm <https://github.com/timhoffm>`_)
66+
- Yuki Kobayashi (`@koyuki7w <https://github.com/koyuki7w>`_)
67+
68+
7 reviewers added to this release (alphabetically):
69+
70+
- Charles Harris (`@charris <https://github.com/charris>`_)
71+
- Eric Larson (`@larsoner <https://github.com/larsoner>`_)
72+
- Jarrod Millman (`@jarrodmillman <https://github.com/jarrodmillman>`_)
73+
- Lucas Colley (`@lucascolley <https://github.com/lucascolley>`_)
74+
- Matt Gebert (`@mattgebert <https://github.com/mattgebert>`_)
75+
- Ross Barnowski (`@rossbar <https://github.com/rossbar>`_)
76+
- Stefan van der Walt (`@stefanv <https://github.com/stefanv>`_)
77+
78+
_These lists are automatically generated, and may not be complete or may contain duplicates._
79+
180
1.8.0
281
=====
382

numpydoc/_version.py

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

0 commit comments

Comments
 (0)