Releases: pratiman-91/colormaps
Releases · pratiman-91/colormaps
Colormaps
- Update the package to play along with
matplotlib 3.9.0
. - Update the scientific colormaps with version 8.0.1
- Minor updates to documentation.
- Minor updates to
utilities
.
Full Changelog: v0.4.1.1...v0.4.2
Colormaps
No changes. Just forgot to update pyproject.toml
.
Colormaps
- Added this package to
conda-forge
. - Minor changes to the
utils
to make it more secure. - Added two new utils to show different collections.
- Show different collections
from colormaps.utils import show_cmaps_collection
show_cmaps_collection(collection='cmasher')
- Show all collections
from colormaps.utils import show_cmaps_all
show_cmaps_all()
This is just a sample! You will get a long list of all possible colormap collections.
Colormaps
Added two new colormaps:
Colormaps
-
Compatibility with matplotlib version >= 3.6.0
-
Minor cleanups.
Colormaps
Added new scientific colormaps and updated the docs.
Initial Release
Initial Release of the Colormaps.