File tree 1 file changed +31
-0
lines changed
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,37 @@ Release notes
17
17
For release notes (sparsely) kept prior to 1.0.0, look at the `releases page
18
18
on GitHub <https://github.com/numpy/numpydoc/releases> `__.
19
19
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
+
20
51
1.2.0
21
52
-----
22
53
You can’t perform that action at this time.
0 commit comments