Skip to content

0.1.30

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 13:44
· 94 commits to main since this release
6675dc6

Features

  • Add support for named CSS colors (#229)
  • Allow users to define color scales as a collection of colors (Collection[Color]) (#231)
  • Dynamically infer the default colorscale from the active Plotly template (#237)

Documentation

  • Improve the documentation for the colormode parameter (#232)

Internal

  • Refactor _figure_factory.py to use a functional approach (#228)
  • Stop using the term "midpoints" to refer to the "interpolation values" when dealing with continuous color scales (#232)
  • Refactor color validation logic to use helpers provided by Plotly (#233)
  • Drop colors.json and use Plotly's ColorscaleValidator and named_colorscales directly (#234)
  • Refactor color utilities into ridgeplot._color (#235)