***** * Switch from setup.py and setup.cfg to pyproject.toml * Remove `nanoutils.version_info` in favor of `.__version__` and `.__version_tuple__`. * Fix the `_from_iterable` abstract method of the h5py views
2.3.4
***** * Add formal Python 3.11 support * Misc CI updates
2.3.3
***** * Avoid double-loops in `_RecursiveMappingView`.
2.3.2
***** * Improve the ``repr`` of the various ``h5py.File`` views.
2.3.1
***** * Allow ``VersionInfo.from_str`` to take any pep 440-compatible version string. * Add ``VersionInfo.bug`` and ``VersionInfo.maintenance`` as aliases for ``VersionInfo.micro``.
2.3.0
***** * Added ``UserMapping`` entry points for the IPython key completioner and pretty printer. * Added a decorator for applying the effect of ``warnings.filterwarnings`` to the decorated function.