Skip to content

1.1.0

Compare
Choose a tag to compare
@althonos althonos released this 14 Oct 12:19
· 3 commits to master since this release

Added

  • Support for Python 3.10.

Changed

  • Updated redistributed PSI-MS file to latest version.
  • Bumped required pronto dependency to v2.0 and up.
  • Use functools.cached_property instead of cached_property.cached_property in recent Python version where it is available.
  • Use importlib.resources instead of pkg-resources for managing the package resources.

Removed

  • Support for Python 2.7.
  • six dependency.