Changelog¶
Unreleased¶
- Write and read model metadata as UTF-8 so non-ASCII content round-trips on Windows.
- Add
ModelLoader.download()as an instance method. get_schemenow acceptsPathobjects, not only strings.- Corrected type hints (
downloadreturns aModelLoader;get_schemereportspt2_list). - Clearer error message when a source cannot be resolved.
- Added a test suite and continuous integration.
0.4.5¶
- Last release recovered from PyPI.