Release notes ============= .. roughly following https://sphinx-gallery.github.io/dev/maintainers.html, .. 1.0.0 notes were generated by: .. 1. tagging PRs as enhancement/bug/removed .. 2. $ github_changelog_generator -u numpy -p numpydoc --since-tag=v0.9.2 .. 3. $ pandoc CHANGELOG.md --wrap=none -o release_notes.rst .. 4. adding a manual addition (CSS note), tweaking heading levels, adding TOC .. contents:: Page contents :local: :depth: 2 .. note:: For release notes (sparsely) kept prior to 1.0.0, look at the `releases page on GitHub `__. 1.0.0 ----- **Implemented enhancements:** - ENH: Add args and kwargs to example `#258 `__ (`larsoner `__) - MAINT,STY: Upgrade to bionic, and change style similar to NumPy `#253 `__ (`mwtoews `__) - Delay import of Sphinx `#248 `__ (`cgohlke `__) - Adding –validate option \__main_\_ and run new validation `#240 `__ (`datapythonista `__) - Add docstring validation script (from pandas) `#238 `__ (`datapythonista `__) - ENH: Test full output and coverage `#230 `__ (`larsoner `__) - DOC: Add description for blank lines after the docstring. `#229 `__ (`bingyao `__) Fixed bugs ~~~~~~~~~~ - References outside function `#214 `__ - FIX: Get doc of actual class in test `#262 `__ (`larsoner `__) - TST: Add inherited method `#260 `__ (`larsoner `__) - Fixes references outside function (#214) `#259 `__ (`Hoxbro `__) - Disable escaping “\*” on signature `#256 `__ (`tk0miya `__) - MAINT: clean-up unused objects `#254 `__ (`mwtoews `__) - STY: Reword first lines of example.py docstrings `#246 `__ (`justinludwig `__) - DOC: Fixed three formatting issues in docs `#245 `__ (`rossbar `__) - STY Minor style improvements to doc/example.py to pass validation `#243 `__ (`rth `__) - BUG: Allow no . at end if indented `#239 `__ (`larsoner `__) - DOC: Update links and code checkers info in format.rst `#228 `__ (`bingyao `__) - DOC: Update links and info in conf.py. `#227 `__ (`bingyao `__) - BUG: Fix full rebuilds `#226 `__ (`larsoner `__) - MAINT: doctest and pytest `#225 `__ (`larsoner `__) - Py3fy some doctests. `#224 `__ (`anntzer `__) - MAINT: fix trivial source comment typos `#222 `__ (`luzpaz `__) - Add missing headings to code examples `#252 `__ (`Cadair `__) 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 ~~~~~~~~~~~~~~~~ - CSS styling changed from NumpyDoc < 0.8 and Sphinx < 2.0 to more properly make use of definition lists. This can cause issues with rendering that can be fixed via CSS, especially when using ``sphinx-rtd-theme``. For more information, see: - https://github.com/numpy/numpydoc/issues/215#issuecomment-568261611 - https://github.com/readthedocs/sphinx_rtd_theme/pull/838