| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to 2.0.2: * Typo fixes in metadata and small fixes only
- Update to version 2.0.1 * Small fixes with sorting and names * Fixing issue with aspect in bokeh * Making things faster * Adding new color sets with new aliases * Adding console script * Added Glasbey 256-color categorical colormaps * Updated to use pyct, pyctdev, nbsite * Fixed broken links to images * Added logo
- 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
- Initial version
- Update to 2.0.2: * Typo fixes in metadata and small fixes only