Skip to content

0.1.29

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Oct 15:18
· 47 commits to main since this release
54df718

Features

  • Add new "trace-index-row-wise" colormode (#224)

Improvements

  • Remove duplicated labels when plotting multiple traces on the same y-axis row (#223)

Documentation

  • Update and improve the "Contributing" guide (#218 and #221)

Internal

  • Eagerly validate input shapes in RidgeplotFigureFactory (#222)
  • Vendor _zip_equal() from more-itertools (#222)
  • Improve overall test coverage (#222)

Bug fixes

  • Support edge case in get_collection_array_shape where the input array is empty or contains nested empty arrays (#222)

CI/CD

  • Add new "Greet new users" workflow to welcome new contributors to the project (#210)
  • Add concurrency entries to relevant GitHub workflows (#211)
  • Add Dependabot configuration file (#211)
  • Add GitHub issue templates (#211)
  • Add support for Python 3.13 (#217)
  • Add a CodeQL GitHub workflow (#220)