Releases: dimostenis/color-hash-python
Releases · dimostenis/color-hash-python
v.2.0.0 (2023-03-25)
- ✨ Expose params to influence colors
- ✨ Runtime validation of input params
- 📝 Update docs for advanced usage
v1.3.2 (2023-03-25)
⚡️ 30% speedup on convert to RGB.
Handle missing importlib_metadata import
Some installations of python might be missing importlib_metadata
pkg and this version fixes it.
Support mypy
Support 3.6
Support python3.6 (as promised in README).
Add conversion tests
Reacting to #1, it started with adding installation instructions.
v1.0.4
Added tests and dropped support for python older than 3.6.