v1.4.0
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
; andtake_cmap_colors
functions; - Split off the registration part of the
import_cmaps
function into theregister_cmap
function; - Converted the
_get_cm_type
function into the publicget_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).