- Improve documentation for ensuring RDF ( 24, thanks dobraczka) - Fix sphinx documentation of `pystow.utils` submodule
0.2.1
- pin old flake8 version in CI since new one is broken - update docs - add mocks for tests - add new opener functions (they don't have top level functions yet)
0.2.0
- Blacken all code - Remove deprecated get() function - Add ensure_json() function that works similarly to ensure_csv() and other ensure_functions(). One thing it doesn't do is canonicalize the JSON, which is sometimes annoying
0.1.13
- Refactor hex digest generation - Fix bug in type casting from env
0.1.12
- fix `pystow.ensure_tar` to automatically assign a directory as well as to properly create missing directories in order
0.1.11
- Add sqlite utility `Module.joinpath_sqlite` - Add `raise_on_missing` flag for config getter