[x] This PR addresses an already opened issue (for bug fixes / features)
This PR fixes issue #105
[ ] Tests for the changes have been added (for bug fixes / features)
[x] Documentation has been added / updated (for bug fixes / features)
[x] HISTORY.rst has been updated (with summary of main changes)
[ ] bumpversion minor has been called on this branch
[ ] I have added my relevant user information to AUTHORS.md
What kind of change does this PR introduce?:
Implemented pathlib in a few places and removes some orphaned imports. Also updated pre-commit to use the newest libraries. Also added ability to install dev requirements with pip install .[dev]. Nothing nasty.
Pull Request Checklist:
[x] This PR addresses an already opened issue (for bug fixes / features)
[ ] Tests for the changes have been added (for bug fixes / features)
[x] Documentation has been added / updated (for bug fixes / features)
[x] HISTORY.rst has been updated (with summary of main changes)
[ ]
bumpversion minor
has been called on this branch[ ] I have added my relevant user information to
AUTHORS.md
What kind of change does this PR introduce?:
Implemented pathlib in a few places and removes some orphaned imports. Also updated pre-commit to use the newest libraries. Also added ability to install dev requirements with
pip install .[dev]
. Nothing nasty.No.