Skip to content

Releases: erdogant/colourmap

1.1.17

17 May 09:42
Compare
Choose a tag to compare
  • Fix for logger #2

v1.1.16

05 Aug 17:50
Compare
Choose a tag to compare

Logging is standardized and replaced by print messages.
The standardized verbose setting are: 60 or 'silent' , 40 or 'error', 30 or 'warning' , 20 or 'info', 10 or 'debug'

1.1.14

28 May 21:18
Compare
Choose a tag to compare
  • add gradient_on_density_color to init
  • update docstrings

v1.1.13

27 May 20:52
Compare
Choose a tag to compare
  • fix for transparency when using scheme=hex

v1.1.12

27 May 12:31
Compare
Choose a tag to compare
  • Set transparency based on density of the data
  • Update docstrings with examples

v1.1.11

21 Apr 16:02
Compare
Choose a tag to compare
  • New function to check whether it is hex color: is_hex_color

v1.1.10

23 Oct 19:41
Compare
Choose a tag to compare
  • Fix in case matplotlib.colormaps does not exist.

v1.1.9

18 Oct 11:44
Compare
Choose a tag to compare
  • fix for verbosity

v1.1.8

18 Oct 09:32
Compare
Choose a tag to compare
  • Added verbose
  • Update docstrings

v1.1.7

08 Sep 15:47
Compare
Choose a tag to compare
  • function added: hex2rgba