Skip to content

Releases: getcuia/ochre

v0.4.0

19 Dec 23:38
Compare
Choose a tag to compare

This feature release provides a simple ColorPair type that can to extended in the future (for low contrast detection, for instance).

We also made all color types hashable, breaking change, since they must be immutable.

Update the library using pip:

$ pip install -U ochre

What's Changed

v0.1.1

22 Nov 19:39
Compare
Choose a tag to compare

This a patch release. Install it with

$ pip install ochre

Changes

  • Invalid colors raise ValueErrors at initialization (#12, 2c5c585)

v0.1.0

15 Nov 16:46
19b8f04
Compare
Choose a tag to compare

This is the first release of ochre 🎉, a tiny Python package for working with colors.

ochre is meant to be easy to use, simple, and focus on human color perception.

Notable features

  • Companion API to colorsys
  • Support for RGB (red-green-blue) and HCL (hue-chroma-luminance) color spaces
  • Extended web colors
  • Back and forth conversions
  • Well tested
  • Zero dependencies