Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.07 KB

File metadata and controls

31 lines (22 loc) · 1.07 KB

Changelog

[[Format loosely based on https://keepachangelog.com/en/0.3.0]]

On version numbers

The numbering scheme looks like vXX_YY:

  • "Major" version numbers (XX) represent major milestones (e.g.: first official release, big rework of machinery, etc.) v00_YY represent versions prior to the first official release.
  • "Minor" version numbers (YY) are incremented every time a release is tag. They reset to 00 when the major number is incremented.

Version log

current
[v01_02] -- 2025-10-07
  • Introduce "off-white" background support for dyslexia accessibility
[v01_01] -- 2025-03-19
  • Use hashes for matplotlib color codes (8e12969)
  • Fix initialization of Okabe-Ito custom colors in ROOT (#50)
  • Update to modern Github Actions (also #50)
  • Introduce CMake build with exported targets (#51)
[v01_00] -- 2023-04-13
  • First official version.
[v00_02] -- 2023-01-27
  • First pre-release issued for collaboration comment.
[v00_01] -- 2022-08-26
  • First testing pre-release (primarily for exercising the UPS package machinery).