Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 758 Bytes

CHANGELOG.md

File metadata and controls

34 lines (22 loc) · 758 Bytes

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.

[Unreleased]

[2.4.0]

Addded

  • RichHistogram class for use with the rich package.
  • Argument to set maximum count in bins for plotting.

Changed

  • Changed tick formatting.

[2.3.0]

Changed

  • Change name of optional extra requirement from 'root' to 'uproot'.

[2.2.0]

Added

  • Added support for stacks of PlottableHistograms.

[2.1.0]

Added

  • Added a --cut option to the command line tool to filter the plotted data.

Fixed

  • Now handles empty data gracefully.