File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,34 @@ 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
+
21
+ 1.3rc1
22
+ ------
23
+
24
+ Release date: 25 April 2022
25
+
26
+ Requires Python 3.7+ and Sphinx 3.0+.
27
+
28
+ `Full Changelog <https://github.com/numpy/numpydoc/compare/v1.2.1...HEAD >`__
29
+
30
+ Closed issues
31
+ ~~~~~~~~~~~~~
32
+
33
+ - Broken “many checks” link in validation chapter `#378 <https://github.com/numpy/numpydoc/issues/378 >`__
34
+ - 1.2.1: pytest warnings `#377 <https://github.com/numpy/numpydoc/issues/377 >`__
35
+
36
+ Merged pull requests
37
+ ~~~~~~~~~~~~~~~~~~~~
38
+
39
+ - Require sphinx>3 `#385 <https://github.com/numpy/numpydoc/pull/385 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
40
+ - Update tests + coverage config to rm warnings. `#383 <https://github.com/numpy/numpydoc/pull/383 >`__ (`rossbar <https://github.com/rossbar >`__)
41
+ - MAINT: Dont import for version `#382 <https://github.com/numpy/numpydoc/pull/382 >`__ (`larsoner <https://github.com/larsoner >`__)
42
+ - Runtime verification of sphinx and jinja2 versions `#381 <https://github.com/numpy/numpydoc/pull/381 >`__ (`rossbar <https://github.com/rossbar >`__)
43
+ - DOC: fix broken link to built-in validation checks. `#379 <https://github.com/numpy/numpydoc/pull/379 >`__ (`rossbar <https://github.com/rossbar >`__)
44
+ - Add pre-commit hook / linter `#374 <https://github.com/numpy/numpydoc/pull/374 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
45
+ - Remove deprecated numpydoc_edit_link `#372 <https://github.com/numpy/numpydoc/pull/372 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
46
+ - Cleanup cruft `#371 <https://github.com/numpy/numpydoc/pull/371 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
47
+
20
48
1.2.1
21
49
-----
22
50
You can’t perform that action at this time.
0 commit comments