Skip to content

numpydoc 0.9.0

Compare
Choose a tag to compare
@rgommers rgommers released this 21 Apr 19:30

Implemented enhancements:

Fixed bugs:

  • References messed up #177
  • BUG?: References always have an errant second link #169
  • BUG: turn member descriptor attributes into links #201 (mattip)
  • FIX: Fix collections.abc imports #195 (larsoner)
  • FIX: Escape chars in re #194 (larsoner)
  • Fix markup in format.rst. #193 (anntzer)
  • Move setup of autosummary earlier in setup(). #191 (anntzer)
  • Only print the index if it is necessary. #187 (hmaarrfk)
  • FIX pedantic handling of whitespace in reference regex #181 (jnothman)
  • FIX remove duplicated citation back-references #180 (jnothman)
  • Use DEDUPLICATION_TAG to determine whether a citation node is in a docstring #179 (jnothman)
  • FIX parsing of type-only return params #175 (timhoffm)
  • pip --use-wheel no longer exists #174 (jnothman)
  • DOC: Add missing backslash to omega for inline math example. #171 (pvanmulbregt)
  • DOC: remove links to numpy repo file #167 (mattip)
  • Escape the * in *args and **kwargs #155 (has2k1)

Closed issues:

  • autosummary fails with numpydoc where napoleon succeeds #204
  • NumpyDocString doesn't roundtrip well #188
  • Generating a docstring from a numpydoc object #186
  • make parameters and attributes anchors in docstrings #185
  • BUG: Plot(s) not rendered if docstring ends with normal text after show command #162
  • Location reporting returns useless information #115
  • Anonymous return values have their types populated in the name slot of the tuple. #72
  • support for coroutine #47
  • multiple entries in a See Also section #28