Package Release Info

python-colorcet-1.0.0-bp151.1.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-colorcet
python3-colorcet

Change Logs

* Thu May 03 2018 toddrme2178@gmail.com
- Update to version 1.0.0
  + Minor update improving compatibility and ease of use:
  * Added attribute access for colormap and palette dictionaries
    for convenience (PR #5)
  * Pulled out the subset of colormaps that have readable names
    into the cm_n and palette_n dictionaries to make it simpler
    to use them in GUI widgets selecting colormaps
  * Improved Python2/Python3 compatibility, now supporting Python 2.7, 3.4, 3.5, and 3.6.
  + Minor backwards compatibility issue:
  * Renamed inferno to bmy to avoid confusion with matplotlib.
- Use %license tag
* Fri Aug 18 2017 toddrme2178@gmail.com
- Initial version