* Use packaging instead of distutils for version comparison. Note that this might cause certain versions to fail. Notably, ``'0.1.dev3'`` is now older than ``'0.1'``. * Require Python 3.8. * New explicit dependency on ``packaging``.
0.2.4
* Apparently numpydoc 0.6 didn't have a `__version__` attribute....
0.2.3
* Check for numpydoc 0.7 * Fix a typo in the docstring message
0.2.2
* API change. change_default_parameter now takes a dictionary for the old_kwargs so that parameter names don't conflict
0.2.1
* Merge with other numpydocs so that documentation in Sphinx doesn't crash
0.2.0
* Provide a deprecator for changing the number of keyword only arguments.