Skip to content

Commit 457a205

Browse files
committed
Designate 1.4 release
1 parent 999ff34 commit 457a205

File tree

2 files changed

+43
-3
lines changed

2 files changed

+43
-3
lines changed

doc/release_notes.rst

+42-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,44 @@ 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.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+
2058
1.3.1
2159
-----
2260

@@ -26,14 +64,16 @@ Requires Python 3.7+ and Sphinx 3.0+.
2664

2765
`Full Changelog <https://github.com/numpy/numpydoc/compare/v1.3.0...v1.3.1>`__
2866

29-
**Closed issues:**
67+
Closed issues
68+
~~~~~~~~~~~~~
3069

3170
- numpydoc-1.3.tar.gz on pypi is missing requirements/ needed by setup.py `#387 <https://github.com/numpy/numpydoc/issues/387>`__
3271
- What to do about Jinja2 dependency & supporting old sphinx versions `#380 <https://github.com/numpy/numpydoc/issues/380>`__
3372
- RFE: please update for ``jinja2`` 3.x `#376 <https://github.com/numpy/numpydoc/issues/376>`__
3473
- Test failures with Sphinx 4.5.0 `#373 <https://github.com/numpy/numpydoc/issues/373>`__
3574

36-
**Merged pull requests:**
75+
Merged pull requests
76+
~~~~~~~~~~~~~~~~~~~~
3777

3878
- Update doc requirements `#389 <https://github.com/numpy/numpydoc/pull/389>`__ (`jarrodmillman <https://github.com/jarrodmillman>`__)
3979
- Update manifest `#388 <https://github.com/numpy/numpydoc/pull/388>`__ (`jarrodmillman <https://github.com/jarrodmillman>`__)

numpydoc/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0rc2.dev0"
1+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)