Improvements
- `load_data`: Accept list of `pathlib.Path` in addition to list of `str`
Compatibility
- Add Python 3.10 (248)
- Dropped Python 3.6 (248)
Development
Infrastructure updates for static type checking and doctest examples.
- Update poetry to 1.1
- CI: Use poetry 1.1.12 and `install-poetry.py` installer (237 + 248)
- Relock poetry.lock at 1.1 (w/ 1.1.7's fix)
- Run pyupgrade for python 3.7
- Tests: Move from `tmpdir` -> `tmp_path`
- Initial [doctests] support added, via 255
[doctests]: https://docs.python.org/3/library/doctest.html
- Initial [mypy] validation, via 255
[mypy]: https://github.com/python/mypy
- CI (tests, docs): Improve caching of python dependencies via
`action/setup-python`'s v3/4's new poetry caching, via 255
- CI (docs): Skip if no `PUBLISH` condition triggered, via 255
Documentation
- Move to `furo` theme
- Add :ref:`quickstart` page
- Link to cihai's developer documentation:
https://cihai.git-pull.com/contributing/