Release notes

Note

For release notes (sparsely) kept prior to 1.0.0, look at the releases page on GitHub.

1.1.0

Implemented enhancements

Fixed bugs

  • function signatures for *args, **kwargs objects off #218

  • BUG: Connect to earlier event #269 (larsoner)

Closed issues

  • “Handler <function mangle_docstrings at 0x7f64b5ba57b8> for event ‘autodoc-process-docstring’ threw an exception” #268

  • Timing of next release #249

  • self included in list of params for method #220

Additional notes

  • Due to merging of #221, self and cls no longer will appear in method signatures.

1.0.0

Implemented enhancements

Fixed bugs

Removed

  • MNT Drop Python 2.7 and 3.4 support #236 (rth)

Closed issues

  • Prefix added to reference keys in class docstrings #263

  • Test failure with python 3.9 #261

  • sphinx doc napoleon extension maintainer interest request #251

  • Missing reference to float_power function in the ufunc list #250

Additional notes