Skip to content

Releases: matplotlib/viscm

v0.10

13 Jun 17:13
7e19769
Compare
Choose a tag to compare

🎉 viscm is back! Thanks to all who contributed. Thanks to @stefanv for helping onboard me to work on maintenance.

What's Changed

Bug fixes

CI

Documentation

  • Add instructions on how to reproduce viridis by @stefanv in #58

Dependency updates

Other changes

  • Modernize packaging config by @mfisher87 in #63
  • Enable auto-generated release notes to be categorized by PR label by @mfisher87 in #80

New Contributors

Full Changelog: v0.9...v0.10

v0.9

27 Aug 01:56
188ef39
Compare
Choose a tag to compare
Release v0.9

v0.7

18 Nov 08:36
Compare
Choose a tag to compare
  • Remove unnecessary and undocumented dependency on scipy (gh-8)
  • Fix "Show 3d gamut" button in viscm editor (gh-9)

v0.6

08 Nov 07:35
Compare
Choose a tag to compare
  • Update the default control points in the viscm editor to valid ones. (Necessary since the bug fix for sRGB viewing conditions broken the old defaults so that they were mostly out-of-gamut.)

v0.5

08 Nov 07:34
Compare
Choose a tag to compare
  • Restore compatibility with third-party code that uses viscm(...) or viscm_editor(...) directly (broken by v0.4's addition of selectable uniform spaces)

v0.4

08 Nov 07:33
Compare
Choose a tag to compare
  • Several improvements to the code that saves colormaps to disk, in particular to refer to viscm package instead of old pycam02ucs
  • Added --uniform-space option to choose which uniform space to use for visualizing or designing colormaps.
    • With this release and up-to-date colorspacious, you must use --uniform-space=buggy-CAM02-UCS to reproduce old colormaps. Argh, sorry! Longer explanation here.
  • Improve the display of delta plots in the colormap viewer, in particular to improve the y limits and to include a numerical metric measuring colormap uniformity

v0.3

08 Nov 07:12
Compare
Choose a tag to compare
  • Fix the display of the background gamut in the colormap editor, which had mysteriously become transposed
  • On the command line, add show as an alias for view

v0.2

08 Nov 07:09
Compare
Choose a tag to compare
bump 0.1 -> 0.2

v0.1

08 Nov 07:08
Compare
Choose a tag to compare

Initial release