Releases: callumrollo/cmcrameri
Releases · callumrollo/cmcrameri
v1.9
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #36
- fix docs link by @callumrollo in #38
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #39
Full Changelog: v1.8...v1.9
v1.8
What's Changed
Now supports Python 3.12
- Bump actions/checkout from 3 to 4 by @dependabot in #31
- Bump actions/setup-python from 4 to 5 by @dependabot in #32
- to python 3.12 and bump version number by @callumrollo in #35
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #30
Full Changelog: v1.7...v1.8
v1.7
What's Changed
- Bump mamba-org/provision-with-micromamba from 15 to 16 by @dependabot in #22
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #26
- Add new categorical colourmaps by @callumrollo in #28
New Contributors
- @dependabot made their first contribution in #22
Full Changelog: v1.6...v1.7
v1.6
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #20
- Follow the version 8.0 of Scientific colour map by @arafune in #24
New Contributors
- @pre-commit-ci made their first contribution in #20
- @arafune made their first contribution in #24
Full Changelog: v1.5...v1.6
v1.5
Improved colormaps image
Improvement of colormaps images and more by @zmoon
- Use ListedColormap instead. Simpler and gives the same result for the non-categorical ones since they have N=256.
- Clean up the .cm namespace so that it is easier to use
- Fancier show_cmaps plotter, and show the result in the readme under its code demo.
- show_cmaps added to the top-level namespace
- all added to the top-level init.py
- In readme, import cmcrameri.cm as cmc for consistency with the 'cmc.' form for the registered cmaps added in
- scrallen: added plt.cm.register_cmap commands...
- Add example of using a registered cmap name to the readme
- Running cm.py directly generates the colormaps.png
- Update the links to Crameri's website
Colourmap data accesible via matplotlib
Colourmaps are registered with matplotlib to make them accessible with matplotlib.pyplot.get_cmap().
Thanks to @scrallen https://github.com/scrallen for this improvement.
Scientific Colourmaps 7
This release includes new Colourmaps from Fabio Crameri et al. Read more here https://twitter.com/fcrameri/status/1356532575137894401
Added categorical colormaps
New release now includes all the original colormaps by FabioCrameri. The continuous colormaps include reversed versions.
cmcrameri now builds on Python 3.6 - 3.9
Explicitly incldue licence
v0.12 Explicitly include license