Skip to content

Commit 250eb66

Browse files
committed
Update release notes
1 parent e6c47fe commit 250eb66

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

doc/release_notes.rst

+31
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,37 @@ Release notes
1717
For release notes (sparsely) kept prior to 1.0.0, look at the `releases page
1818
on GitHub <https://github.com/numpy/numpydoc/releases>`__.
1919

20+
1.2.1
21+
-----
22+
23+
Release date: 29 March 2022
24+
25+
Requires Python 3.7+ and Sphinx 1.8+.
26+
27+
`Full Changelog <https://github.com/numpy/numpydoc/compare/numpydoc-1.2...HEAD>`__
28+
29+
Implemented enhancements
30+
~~~~~~~~~~~~~~~~~~~~~~~~
31+
32+
- Update year `#370 <https://github.com/numpy/numpydoc/pull/370>`__ (`jarrodmillman <https://github.com/jarrodmillman>`__)
33+
34+
Fixed bugs
35+
~~~~~~~~~~
36+
37+
- Use consistent release tags `#361 <https://github.com/numpy/numpydoc/pull/361>`__ (`jarrodmillman <https://github.com/jarrodmillman>`__)
38+
- BUG: 1.2 raises error w.r.t. object has no attribute ‘\__name_\_’ `#362 <https://github.com/numpy/numpydoc/issues/362>`__
39+
- Use isgeneratorfunction to avoid false alarm YD01 validation `#368 <https://github.com/numpy/numpydoc/pull/368>`__ (`jnothman <https://github.com/jnothman>`__)
40+
- Fix AttributeError in underline length check `#363 <https://github.com/numpy/numpydoc/pull/363>`__ (`rossbar <https://github.com/rossbar>`__)
41+
- Upper bound jinja `#369 <https://github.com/numpy/numpydoc/pull/369>`__ (`jarrodmillman <https://github.com/jarrodmillman>`__)
42+
43+
Closed issues
44+
~~~~~~~~~~~~~
45+
46+
- Validation check YD01 not implemented properly `#365 <https://github.com/numpy/numpydoc/issues/365>`__
47+
- Support numpydoc validation without running sphinx `#364 <https://github.com/numpy/numpydoc/issues/364>`__
48+
- 1.2: change tagging convention? `#360 <https://github.com/numpy/numpydoc/issues/360>`__
49+
50+
2051
1.2.0
2152
-----
2253

0 commit comments

Comments
 (0)