v1.6.0
This is the v1.6.0 release of the CMasher package.
New additions/changes since v1.5.0:
- Removed support for Python 3.5;
- Added support for Python 3.9;
- Added the amethyst; cosmic; lilac; neon; sepia; tree and tropical sequential colormaps;
- Added the guppy and seaweed diverging colormaps;
- Added the emergency and infinity cyclic colormaps;
- Remade the seasons diverging colormap into a cyclic colormap;
- Remade the gem sequential colormap into a
[15, 85]
version; - Modified flamingo slightly to include more pink;
- Added ability to turn off the greyscale versions of all colormaps in the colormap overviews;
- Added option to scale the dimensions of the colormap subplots in the colormap overviews;
- Added a
dark_mode
option tocreate_cmap_overview
; - Added ability to make qualitative colormaps from existing colormaps (#28);
- Added tutorial to docs on how to use CMasher colormaps in R (#26);
- Colormaps can now be imported/registered using their HEX-code values;
- Colormaps are now also available using their normalized RGB values in the individual colormap folders;
- Added an application overview of all colormaps to the 'Usage' section in the online docs, which can be used to easily see what a colormap looks like when used in a realistic way.