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.
- Support for Python <= 3.8
- Support dor Python up to 3.13.
- RichHistogram class for use with the
rich
package. - Argument to set maximum count in bins for plotting.
- Changed tick formatting.
- Change name of optional extra requirement from 'root' to 'uproot'.
- Added support for stacks of PlottableHistograms.
- Added a
--cut
option to the command line tool to filter the plotted data.
- Now handles empty data gracefully.