From 405c2955a5a31153dbc7c486bd0385de0411dd98 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Fri, 17 May 2024 16:10:07 -0400 Subject: [PATCH] chore: changelog v0.2.1 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd437834..6e462bf37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v0.2.1](https://github.com/tlambert03/cmap/tree/v0.2.1) (2024-05-17) + +[Full Changelog](https://github.com/tlambert03/cmap/compare/v0.2.0...v0.2.1) + +**Implemented enhancements:** + +- Expose `Colormap.num_colors` and document usage for cycling through qualitative colormaps [\#55](https://github.com/tlambert03/cmap/pull/55) ([andy-sweet](https://github.com/andy-sweet)) + +**Documentation:** + +- docs: make colormap attributes more visible [\#56](https://github.com/tlambert03/cmap/pull/56) ([tlambert03](https://github.com/tlambert03)) + ## [v0.2.0](https://github.com/tlambert03/cmap/tree/v0.2.0) (2024-04-28) [Full Changelog](https://github.com/tlambert03/cmap/compare/v0.1.3...v0.2.0)