@@ -17,6 +17,44 @@ 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.4.0
21
+ -----
22
+
23
+ Release date: 9 June 2022
24
+
25
+ Requires Python 3.7+ and Sphinx 3.0+.
26
+
27
+ `Full Changelog <https://github.com/numpy/numpydoc/compare/v1.3.1...v1.4.0 >`__
28
+
29
+ Fixed bugs
30
+ ~~~~~~~~~~
31
+
32
+ - Fix bug with version name `#400 <https://github.com/numpy/numpydoc/pull/400 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
33
+
34
+ Closed issues
35
+ ~~~~~~~~~~~~~
36
+
37
+ - sphinx 5 compatibility `#399 <https://github.com/numpy/numpydoc/issues/399 >`__
38
+
39
+ Merged pull requests
40
+ ~~~~~~~~~~~~~~~~~~~~
41
+
42
+ - Fix CI `#410 <https://github.com/numpy/numpydoc/pull/410 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
43
+ - Remove pytest py3.11b2 workaround `#407 <https://github.com/numpy/numpydoc/pull/407 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
44
+ - Update GH actions `#406 <https://github.com/numpy/numpydoc/pull/406 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
45
+ - Add workaround for pytest failures on 3.11b2 `#404 <https://github.com/numpy/numpydoc/pull/404 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
46
+ - Use node.findall if available (docutils 18.x) `#403 <https://github.com/numpy/numpydoc/pull/403 >`__ (`drammock <https://github.com/drammock >`__)
47
+ - Test docutils 0.18.1 `#402 <https://github.com/numpy/numpydoc/pull/402 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
48
+ - Remove old warning filters `#398 <https://github.com/numpy/numpydoc/pull/398 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
49
+ - Cleanup sphinx conf `#397 <https://github.com/numpy/numpydoc/pull/397 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
50
+ - Update pre-commit `#396 <https://github.com/numpy/numpydoc/pull/396 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
51
+ - Test prereleases of requirements `#395 <https://github.com/numpy/numpydoc/pull/395 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
52
+ - Ignore black formatting `#394 <https://github.com/numpy/numpydoc/pull/394 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
53
+ - Use black `#391 <https://github.com/numpy/numpydoc/pull/391 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
54
+ - Test on 3.11 `#375 <https://github.com/numpy/numpydoc/pull/375 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
55
+
56
+ \* *This Changelog was automatically generated by *\ `github_changelog_generator <https://github.com/github-changelog-generator/github-changelog-generator >`__
57
+
20
58
1.3.1
21
59
-----
22
60
@@ -26,14 +64,16 @@ Requires Python 3.7+ and Sphinx 3.0+.
26
64
27
65
`Full Changelog <https://github.com/numpy/numpydoc/compare/v1.3.0...v1.3.1 >`__
28
66
29
- **Closed issues: **
67
+ Closed issues
68
+ ~~~~~~~~~~~~~
30
69
31
70
- numpydoc-1.3.tar.gz on pypi is missing requirements/ needed by setup.py `#387 <https://github.com/numpy/numpydoc/issues/387 >`__
32
71
- What to do about Jinja2 dependency & supporting old sphinx versions `#380 <https://github.com/numpy/numpydoc/issues/380 >`__
33
72
- RFE: please update for ``jinja2 `` 3.x `#376 <https://github.com/numpy/numpydoc/issues/376 >`__
34
73
- Test failures with Sphinx 4.5.0 `#373 <https://github.com/numpy/numpydoc/issues/373 >`__
35
74
36
- **Merged pull requests: **
75
+ Merged pull requests
76
+ ~~~~~~~~~~~~~~~~~~~~
37
77
38
78
- Update doc requirements `#389 <https://github.com/numpy/numpydoc/pull/389 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
39
79
- Update manifest `#388 <https://github.com/numpy/numpydoc/pull/388 >`__ (`jarrodmillman <https://github.com/jarrodmillman >`__)
0 commit comments