Skip to content

Releases: cyrraz/plothist

Release v1.0.6

08 Feb 05:22
b8bb43f
Compare
Choose a tag to compare

Major changes

Minor changes

Full Changelog: v1.0.5...v1.0.6

Release v1.0.5

25 Jan 11:50
e1ecce1
Compare
Choose a tag to compare

What's Changed

  • add warning message about exclusive upper edge of bins by @cyrraz in #107

Full Changelog: v1.0.4...v1.0.5

Release v1.0.4

25 Jan 11:20
571cb3a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

Release v1.0.3

16 Jan 02:48
5321642
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

Release v1.0.2

15 Dec 10:22
2457d9e
Compare
Choose a tag to compare

What's Changed

  • Fix minor histogram uncertainty bug by @0ctagon in #93
  • Allow for non-square figure size when doing 2D plot with projections by @0ctagon in #94
  • Add 2D example with discrete colormap by @0ctagon in #92
  • Documentation fixes and improvements by @cyrraz in #95

Full Changelog: v1.0.1...v1.0.2

Release v1.0.1

12 Dec 09:37
14fc693
Compare
Choose a tag to compare
  • Add README to PyPI
  • Documentation on how to convert fit PDFs from RooFit and zfit be used by plothist.

Release v1.0

06 Dec 10:29
d03686a
Compare
Choose a tag to compare

✨ Release 1.0 is here ✨

Major interface and documentation improvement. A gallery with all the plots and scripts used to create them is now available.

Major changes

  • Define plot_model() and plot_data_model_comparison() as more general versions of plot_mc() and compare_data_mc(). The models can be made of multiple stacked and unstacked components, which can be histograms or functions.
  • Change the name and default values of many function arguments to improve readability (see documentation and gallery)
  • Remove plot_mc() and compare_data_mc().
  • compare_two_hist() is now plot_two_hist_comparison()
  • Define plot_function() to plot single or multiple functions, stacked or unstacked.
  • Documentation reworking
  • Updated variable registry, can now add/delete/update parameters easily

Minor changes

  • New comparison: asymmetry
  • Drop save_as functionality
  • 2d hist flattening now in an external function
  • Drop small style
  • New utility function to reorder legend entries
  • Drop scikit-learn dependency
  • Upgraded boost-histogram to last version v1.4.0

Release v0.9

20 Nov 08:54
31c7fde
Compare
Choose a tag to compare

Additional low-level functions, utility functions and code cleanup and logic improvements:

  • More specialised functions for histogram comparison and uncertainty propagation,
  • Asymmetrical uncertainty support for unweighted histograms,
    • Added small documentation,
  • savefig() and automatic ylabel size scaling utility functions,
  • Better documentation for HEP.

Release v0.8.1

26 Oct 15:34
6e8f490
Compare
Choose a tag to compare
  • Uncertainty calculation bug in two corner cases fixed
  • Better doc for HEP, showing all comparison methods

Release v0.8

17 Oct 08:15
c730822
Compare
Choose a tag to compare
  • New feature: allow to plot 2D histograms with x and y projections
  • New feature: install fonts with a command line: install_latin_modern_fonts
  • Minor fixes