Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@henryiii henryiii released this 28 Sep 22:20
bc83816

Final 2.0 release of Hist! Since beta 1, the following changes were made:

  • Based on boost-histogram 0.11; now supports two way conversion without metadata issues.
  • mplhep is now used for all plotting. Return types changed; fig dropped, new figures only created if needed.
  • QuickConstruct was rewritten, uses new.Reg(...).Double(); not as magical but clearer types and usage.
  • Plotting requirements are no longer required, use [plot] to request.

The following new features were added:

  • Jupyter HTML repr's were added.
  • flow=False shortcut added.
  • Static type checker support for dependent projects.

The following fixes were applied:

  • .fill was broken for WeighedMean storage.