Recent Releases of colourmap

colourmap - 1.1.21

  • Code refactoring and moving logger to init

- Python
Published by erdogant 10 months ago

colourmap - 1.1.20

  • update setup.py into pyproject.toml
  • update logging

- Python
Published by erdogant 12 months ago

colourmap - 1.1.19

  • Remove the restriction of matplotlib>=3.10 in requirements and setup

- Python
Published by erdogant about 1 year ago

colourmap - 1.1.18

  • Update get_cmap in matplotlib because it is being deprecated in version > 3.10.

- Python
Published by erdogant about 1 year ago

colourmap - 1.1.17

  • Fix for logger #2

- Python
Published by erdogant almost 2 years ago

colourmap - v1.1.16

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'

- Python
Published by erdogant over 2 years ago

colourmap -

  • add gradientondensity_color to init
  • update docstrings

- Python
Published by erdogant over 2 years ago

colourmap - v1.1.13

  • fix for transparency when using scheme=hex

- Python
Published by erdogant over 2 years ago

colourmap - v1.1.12

  • Set transparency based on density of the data
  • Update docstrings with examples

- Python
Published by erdogant over 2 years ago

colourmap - v1.1.11

  • New function to check whether it is hex color: is_hex_color

- Python
Published by erdogant almost 3 years ago

colourmap - v1.1.10

  • Fix in case matplotlib.colormaps does not exist.

- Python
Published by erdogant over 3 years ago

colourmap - v1.1.9

  • fix for verbosity

- Python
Published by erdogant over 3 years ago

colourmap - v1.1.8

  • Added verbose
  • Update docstrings

- Python
Published by erdogant over 3 years ago

colourmap - v1.1.7

  • function added: hex2rgba

- Python
Published by erdogant over 3 years ago

colourmap - v1.1.6

  • Make sure the output has the same ordering as the input.

- Python
Published by erdogant over 3 years ago

colourmap - v1.1.5

  • fix for output hex values when choosing scheme='hex'

- Python
Published by erdogant over 3 years ago

colourmap - v1.1.4

  • added hex output for the generate functionality

- Python
Published by erdogant almost 4 years ago

colourmap - v1.1.3

  • hex output for the function fromlist(scheme='hex')

- Python
Published by erdogant almost 4 years ago

colourmap - v1.1.2

  • clear exception instead of print statement in case seaborn is not installed but required in one of the options.

- Python
Published by erdogant almost 4 years ago

colourmap - v1.1.1

  • Added function linear_gradient to gradient een gradient between two input color.

``` import colourmap as cm colors = cm.lineargradient("#000000", finishhex="#FFFFFF", n=10)

```

- Python
Published by erdogant almost 4 years ago

colourmap - v1.1.0

  • Gradient colors can be generated using the function fromlist

- Python
Published by erdogant almost 4 years ago

colourmap - 0.1.1

  • unit test added
  • new functionalities rg2hex and hex2rgb
  • transparency option added

- Python
Published by erdogant almost 6 years ago

colourmap - First release!

- Python
Published by erdogant about 6 years ago