You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release_notes.rst
+31-19Lines changed: 31 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,40 @@ 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.1.0
21
+
-----
22
+
23
+
Implemented enhancements
24
+
~~~~~~~~~~~~~~~~~~~~~~~~
25
+
26
+
- MAINT: Suggestions from reviewing test suite `#271 <https://github.com/numpy/numpydoc/pull/271>`__ (`rossbar <https://github.com/rossbar>`__)
- BUG: Defer to autodoc for signatures `#221 <https://github.com/numpy/numpydoc/pull/221>`__ (`thequackdaddy <https://github.com/thequackdaddy>`__)
29
+
30
+
Fixed bugs
31
+
~~~~~~~~~~
32
+
33
+
- function signatures for \*args, \**kwargs objects off `#218 <https://github.com/numpy/numpydoc/issues/218>`__
34
+
- BUG: Connect to earlier event `#269 <https://github.com/numpy/numpydoc/pull/269>`__ (`larsoner <https://github.com/larsoner>`__)
35
+
36
+
Closed issues
37
+
~~~~~~~~~~~~~
38
+
39
+
- “Handler <function mangle_docstrings at 0x7f64b5ba57b8> for event ‘autodoc-process-docstring’ threw an exception” `#268 <https://github.com/numpy/numpydoc/issues/268>`__
40
+
- Timing of next release `#249 <https://github.com/numpy/numpydoc/issues/249>`__
41
+
- self included in list of params for method `#220 <https://github.com/numpy/numpydoc/issues/220>`__
42
+
43
+
Additional notes
44
+
~~~~~~~~~~~~~~~~
45
+
46
+
- Due to merging of `#221 <https://github.com/numpy/numpydoc/pull/221>`__, self and cls no longer will appear in method signatures.
47
+
48
+
20
49
1.0.0
21
50
-----
22
51
23
-
**Implemented enhancements:**
52
+
Implemented enhancements
53
+
~~~~~~~~~~~~~~~~~~~~~~~~
24
54
25
55
- ENH: Add args and kwargs to example `#258 <https://github.com/numpy/numpydoc/pull/258>`__ (`larsoner <https://github.com/larsoner>`__)
26
56
- MAINT,STY: Upgrade to bionic, and change style similar to NumPy `#253 <https://github.com/numpy/numpydoc/pull/253>`__ (`mwtoews <https://github.com/mwtoews>`__)
0 commit comments