Infrastructure improvements
This release is the result of changes in infrastructure, namely testing and documentation. The package is now tested with Github Actions.
- Fixed an issue regarding a deprecation of
collections.Sized
(in favour ofcollections.abc.Sized
) in Python 3.10+ - Code snippets in documentation are now tested for correctness.
- Tests are now included in source distributions.