Releases: cthoyt/pystow
Releases · cthoyt/pystow
v0.7.0
What's Changed
important pystow is now using the experimental uv build backend, so if you're installing it in editable mode, check the updated README and installation documentation
- Update cruft by @cthoyt in #91
- Add a flag to disable caching by @cthoyt in #92
- Make typing strict on tests by @cthoyt in #93
Full Changelog: v0.6.1...v0.7.0
v0.6.1
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Enhancements
- Improve logging when erroring from calling
urlretrieve
by @cthoyt in #73 - Add initial support for version handling by @cthoyt in #76
Bug Fixes
Typing
- Typo fixes from #65 by @cthoyt in #75
- Remove redundant type annotations in docstrings by @cthoyt in #74
- More detailed typing on file openers by @cthoyt in #78
- Add additional detailed opener type annotations by @cthoyt in #79
- Improve typing in
pystow.utils
by @cthoyt in #80 - Add remaining type hints for extras by @cthoyt in #81
Packaging
- Increase minimum version of Python to 3.9 by @cthoyt in #77
- Update packaging, formatting, and linting by @cthoyt in #82
- Finish transitioning to cookiecutter-snekpack by @cthoyt in #83
Full Changelog: v0.5.6...v0.6.0