Skip to content

v1.5.0

Compare
Choose a tag to compare
@1313e 1313e released this 11 Aug 04:55
· 228 commits to master since this release
942cd9c

This is the v1.5.0 release of the CMasher package.

New additions/changes:

  • Dropped Python 2.7 support;
  • Added the wildfire; and toxic colormaps;
  • Renamed old wildfire to seasons;
  • Added the sort=None argument to create_colormap_overview to allow for the colormaps to retain their current order;
  • Added the title argument to create_colormap_overview to set the title that is used in the overview;
  • Added a set of CLI tools that allow for some utility functions to be accessed from the command-line with cmr;
  • Changed the take_cmap_colors function to allow for all colors in a specific range to be returned with N=None;
  • Added the create_cmap_mod function that can create stand-alone Python modules of CMasher colormaps.