1.1.0
Added
- Support for Python 3.10.
Changed
- Updated redistributed PSI-MS file to latest version.
- Bumped required
pronto
dependency tov2.0
and up. - Use
functools.cached_property
instead ofcached_property.cached_property
in recent Python version where it is available. - Use
importlib.resources
instead ofpkg-resources
for managing the package resources.
Removed
- Support for Python 2.7.
six
dependency.