Changelog¶
1.1.0 (2026-01-09)¶
Features¶
add
get_palette()(d06891f)
Bug Fixes¶
avoid clipping borders of swatches (fa6a6f8)
1.0.0 (2026-01-08)¶
Features¶
add
list_palettes()utility function (51e34df)add color conversions (24be558)
add color distance api (1d0426e)
add cvd simulation and support in generation (0f5123d)
add exporting (11bcb8f)
add Palette class (4f76b2a)
add palette generation (00f32d3)
add plotting support (6cc95c9)
add Qualpal class (31a2464)
add qualpal library (d01e47f)
add rich display for html (f95f0e7)
implement
Colorclass (0bedec3)support palette analysis (dc66077)
Bug Fixes¶
correcty import c++ library (72f4ecf)
disable OpenMP on MSVC (6e5eb09)
don’t instantiate the class in linking (e7db6be)
refactor openmp setup (0cff380)
reinstate math definitions for MSVC (3dd70df)
remove license classifier (3c151ba)
remove pre-commit yaml fro sdist build (68efc3d)
rename tests properly (4478234)
update qualpal c++ library to 3.4.0 (cbfeaaa)
use
_USE_MATH_DEFINESon MSVC (7786b97)use
-fPICwhen building qualpal (3e6375f)use
find_package()internally (3e5a9b8)use correct logo path (04246d8)
use github token for release action (105475e)