Skip to content

v1.4.0

Compare
Choose a tag to compare
@1313e 1313e released this 20 Jul 10:18
· 292 commits to master since this release
4770ca1

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

New additions/changes:

  • Added the bubblegum; fall; pepper; swamp; watermelon; and wildfire colormaps;
  • Reworked the dusk colormap into a [0, 85] sequential colormap;
  • Reworked the horizon colormap into a [20, 100] sequential colormap;
  • Reworked the nuclear colormap into a [0, 90] sequential colormap;
  • Revamped the online documentation to create separate webpages for each colormap;
  • Online documentation now includes examples of each utility function that CMasher has;
  • Added the get_sub_cmap; set_cmap_legend_entry; and take_cmap_colors functions;
  • Split off the registration part of the import_cmaps function into the register_cmap function;
  • Converted the _get_cm_type function into the public get_cmap_type function;
  • Added 8-bit RGB text-files of each colormap to the appropriate colormap directory;
  • Added stand-alone Python modules of each colormap as well;
  • The create_cmap_overview function now treats diverging colormaps differently when sorting on their lightness profiles (takes central value instead of starting value).