Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.0] - 2025-12-28

Added

  • circle_data(): Generate (x, y) coordinates and optional color/fill/group columns for plotting circles as a Polars DataFrame.
  • Internal: Added _check_min_points utility for validating minimum points in shape-generating functions.

[Unreleased] - 2025-10-08

Added

  • art_pals() Custom-built artpack Color Palettes

Internal

  • Added internal utility functions: _check_type, _is_valid_color, _is_positive_number
  • Added and improved test coverage for utility functions