- Output surface area per residue type
- Remove excess output on stdout/stderr
- CSV and Excel output
- Refactored tests to also test main driver (where relevant)
- Restricted Python version to 3.8+.
- Removed versioneer support for versioning due to lack of compatibility with PEP517.
Replaced with
importlib
suggestion from PyPA.
- Add versioneer support for versioning
Fixed problem with insertion codes and added tests for problems in the future.
Initial release.