- Before 0.23.x: `unihan_etl.app_dirs` - After 0.23.x: `unihan_etl._internal.app_dirs`
- New feature: Override directories on a one-off basis - New feature: Template replacement of variables replacing environmental variables via {func}`os.path.expandvars` + {func}`os.path.expanduser` - {mod}`doctests`: See the above in action thanks to doctests - Dedicated tests via pytest
Documentation
- API docs (288): - Limit depth of table of contents to one - Fix section heading - Fix comment in `AppDirs`
0.22.1
Bug fixes
- Fix for `destination` of files not replacing file extension correctly (285)
0.22.0
{class}`unihan_etl.options.Options`
Documentation
- Add {mod}`doctest` support (274)
- Initial doctest example added to README.md, test.py, and util.py.
- Stub out initial pytest plugin (274) - Split _API_ docs into multiple files (283) - Fix `make start` in `docs/Makefile` by fixing argument positions (283)