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
- 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