Skip to content

Commit 4ee7700

Browse files
committed
Add 1.3rc1 release notes
1 parent eb22997 commit 4ee7700

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

doc/release_notes.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,34 @@ 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+
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+
2048
1.2.1
2149
-----
2250

0 commit comments

Comments
 (0)