What's new
What's new
This patch release fixes an optional dependency installation issue and improves hashing performance.
🐛 Fixes
- Fixed chonkie optional install dependency name (
semanticnotsemantics) [18a2f9d5]
⚡ Performance
- Switched from SHA256 to BLAKE3 for faster hashing [835e43dc]
- Updated in
setup.py,tests/test_parsing.py, andwdoc/utils/misc.py
- Updated in
Commits details since the last release
- [cb522e6] by @thiswillbeyourgithub, 10 seconds ago:
bump version 4.1.1 -> 4.1.2
bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py
- [18a2f9d] by @thiswillbeyourgithub, 30 minutes ago:
fix: chonkie optional install is called semantic not semantics
Signed-off-by: thiswillbeyourgithub [email protected]
setup.py
- [835e43d] by @thiswillbeyourgithub, 31 minutes ago:
perf: use blake3 instead of sha256
Signed-off-by: thiswillbeyourgithub [email protected]
setup.py
tests/test_parsing.py
wdoc/utils/misc.py