*This is the v1.3.0 release of the CMasher package.*
**New additions:**
- Added the *ocean*; *pride*; *savanna*; and *viola* colormaps;
- Added the `get_bibtex` function to retrieve the BibTeX entry of the *CMasher* paper;
- Added the 'plot_profile' argument to the `create_cmap_overview` function.
When set to True, the created overview will contain the lightness profile of the colormaps plotted on top of their grey-scale versions.
This allows for more in-depth information on the performance of a colormap.
**Bugfixes:**
- Fixed a bug where diverging colormaps with plateaus in the center of their lightness profiles, would be flagged as 'misc'.
**Changes/Optimizations:**
- Made several optimizations to the `create_cmap_overview` function to allow it to be efficiently saved as an SVG-file (saving as SVG will now result in a much smaller file size than its PNG equivalent, despite being of a higher quality);
- Made several QoL changes to the online docs, including saving the colormap images as SVG-files to make them faster to load on mobile (using the aforementioned optimizations);
- As [my modified version of *viscm*](https://github.com/1313e/viscm) contains a fix allowing it to handle diverging colormaps better, replaced the dual source files of all diverging colormaps with single files.