Releases: pyapp-kit/cmap
Releases · pyapp-kit/cmap
v0.4.0
What's Changed
- docs: add note about bang wong paper by @tlambert03 in #72
- Rename tlambert03/cmap -> pyapp-kit/cmap by @tlambert03 in #73
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #70
- feat: add cmasher colormaps by @tlambert03 in #75
- build: support py3.13 by @tlambert03 in #76
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in https://github.com/tlambert03/cmap/pull/61
- docs: add contrib namespace, add how-to-contribute to FAQ by @tlambert03 in https://github.com/tlambert03/cmap/pull/63
- feat: Add the
araucaria
sequential colormap by @apcamargo in https://github.com/tlambert03/cmap/pull/64 - feat: Add the
okabeito
namespace and colormap by @apcamargo in https://github.com/tlambert03/cmap/pull/65 - refactor: clarify that authors/license can be added directly to colormap entries, update contrib by @tlambert03 in https://github.com/tlambert03/cmap/pull/66
- Add the
observable10
qualitative colormap by @apcamargo in https://github.com/tlambert03/cmap/pull/67 - feat: Add the
cerrado
sequential colormap by @apcamargo in https://github.com/tlambert03/cmap/pull/69 - feat: add flexible integer conversion by @tlambert03 in https://github.com/tlambert03/cmap/pull/68
New Contributors
- @apcamargo made their first contribution in https://github.com/tlambert03/cmap/pull/64
Full Changelog: tlambert03/cmap@v0.2.2...v0.3.0
v0.2.2
What's Changed
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in https://github.com/tlambert03/cmap/pull/58
- fix: fixes for numpy2 by @tlambert03 in https://github.com/tlambert03/cmap/pull/60
- feat: smaller serialization for catalog items by @tlambert03 in https://github.com/tlambert03/cmap/pull/59
Full Changelog: tlambert03/cmap@v0.2.1...v0.2.2
v0.2.1
What's Changed
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in https://github.com/tlambert03/cmap/pull/53
- docs: make colormap attributes more visible by @tlambert03 in https://github.com/tlambert03/cmap/pull/56
- Expose
Colormap.num_colors
and document usage for cycling through qualitative colormaps by @andy-sweet in https://github.com/tlambert03/cmap/pull/55
New Contributors
- @andy-sweet made their first contribution in https://github.com/tlambert03/cmap/pull/55
Full Changelog: tlambert03/cmap@v0.2.0...v0.2.1
v0.2.0
What's Changed
- ci(dependabot): bump aganders3/headless-gui from 1.2 to 2.1 by @dependabot in https://github.com/tlambert03/cmap/pull/33
- ci(dependabot): bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/tlambert03/cmap/pull/34
- ci(dependabot): bump codecov/codecov-action from 3 to 4 by @dependabot in https://github.com/tlambert03/cmap/pull/36
- ci(dependabot): bump aganders3/headless-gui from 2.1 to 2.2 by @dependabot in https://github.com/tlambert03/cmap/pull/37
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in https://github.com/tlambert03/cmap/pull/35
- fix: misc fixes for pydantic deprecations and other breakages by @tlambert03 in https://github.com/tlambert03/cmap/pull/38
- feat: add support for pyqtgraph by @tlambert03 in https://github.com/tlambert03/cmap/pull/32
- test: Add test_min extra and make sure tests run with bare minimum by @tlambert03 in https://github.com/tlambert03/cmap/pull/40
- chore: use ruff instead of black by @tlambert03 in https://github.com/tlambert03/cmap/pull/41
- ci(dependabot): bump softprops/action-gh-release from 1 to 2 by @dependabot in https://github.com/tlambert03/cmap/pull/42
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in https://github.com/tlambert03/cmap/pull/44
- fix: fix interpolation argument preservation in custom colormaps by @tlambert03 in https://github.com/tlambert03/cmap/pull/47
- feat: add Paul Tol's colormaps by @Jhsmit in https://github.com/tlambert03/cmap/pull/48
- feat: add over/under/bad colors by @tlambert03 in https://github.com/tlambert03/cmap/pull/50
- docs: use natsort for docs by @tlambert03 in https://github.com/tlambert03/cmap/pull/51
- feat: add shifted method by @tlambert03 in https://github.com/tlambert03/cmap/pull/52
New Contributors
- @Jhsmit made their first contribution in https://github.com/tlambert03/cmap/pull/48
Full Changelog: tlambert03/cmap@v0.1.3...v0.2.0
v0.1.3
What's Changed
- update docs and pre-commit by @tlambert03 in https://github.com/tlambert03/cmap/pull/30
- ci(dependabot): bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 by @dependabot in https://github.com/tlambert03/cmap/pull/28
- update to_pygfx by @tlambert03 in https://github.com/tlambert03/cmap/pull/31
Full Changelog: tlambert03/cmap@v0.1.2...v0.1.3
v0.1.2
What's Changed
- fix: fix for issues in mpl 3.8.0 by @tlambert03 in https://github.com/tlambert03/cmap/pull/27
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in https://github.com/tlambert03/cmap/pull/26
- feat: support python 3.12 by @tlambert03 in https://github.com/tlambert03/cmap/pull/24
New Contributors
- @pre-commit-ci made their first contribution in https://github.com/tlambert03/cmap/pull/26
Full Changelog: tlambert03/cmap@v0.1.1...v0.1.2
v0.1.1
What's Changed
- feat: select unique names by category by @tlambert03 in https://github.com/tlambert03/cmap/pull/25
Full Changelog: tlambert03/cmap@v0.1.0...v0.1.1
v0.1.0
What's Changed
- fix: change bwr to diverging by @tlambert03 in https://github.com/tlambert03/cmap/pull/16
- fix: fix creating a cmap from existing cmap by @tlambert03 in https://github.com/tlambert03/cmap/pull/21
- ci(dependabot): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/tlambert03/cmap/pull/20
- docs: fix typos by @tlambert03 in https://github.com/tlambert03/cmap/pull/23
- feat: expose catalog as Colormap classmethod by @tlambert03 in https://github.com/tlambert03/cmap/pull/22
Full Changelog: tlambert03/cmap@v0.0.3...v0.1.0
v0.0.3
What's Changed
- feat: add colorcet aliases by @tlambert03 in https://github.com/tlambert03/cmap/pull/11
- docs: break hue discontinuity in docs by @tlambert03 in https://github.com/tlambert03/cmap/pull/13
Full Changelog: tlambert03/cmap@v0.0.2...v0.0.3