Skip to content

Releases: dimostenis/color-hash-python

v.2.0.0 (2023-03-25)

25 Sep 10:50
Compare
Choose a tag to compare
  • ✨ Expose params to influence colors
  • ✨ Runtime validation of input params
  • 📝 Update docs for advanced usage

v1.3.2 (2023-03-25)

25 Sep 09:55
Compare
Choose a tag to compare

⚡️ 30% speedup on convert to RGB.

Handle missing importlib_metadata import

20 Sep 23:39
Compare
Choose a tag to compare

Some installations of python might be missing importlib_metadata pkg and this version fixes it.

Support mypy

20 Sep 23:06
Compare
Choose a tag to compare

Added py.typed to support typing when installed as a dependency.
Thanks @stdedos for pull request #4.

Also, poetry was ditched as I stopped using it long time ago.

Support 3.6

17 Oct 08:55
Compare
Choose a tag to compare

Support python3.6 (as promised in README).

Add conversion tests

01 Sep 21:29
2ff5ec4
Compare
Choose a tag to compare

Reacting to #1, it started with adding installation instructions.

v1.0.4

30 Nov 20:35
Compare
Choose a tag to compare

Added tests and dropped support for python older than 3.6.