Releases: cyrraz/plothist
Releases · cyrraz/plothist
Release v1.0.6
Major changes
- Add workflow for testing by @cyrraz in #108
- Drop dependency on pandas by @cyrraz in #116
- Bugfix font installation script by @0ctagon in #117
Minor changes
- Refactor plot_reordered_legend function to include optional legend location by @0ctagon in #110
- Time variable in italic in add_luminosity by @0ctagon in #111
- Documentation improvement by @cyrraz and @0ctagon in #109, #112, #113
Full Changelog: v1.0.5...v1.0.6
Release v1.0.5
What's Changed
Full Changelog: v1.0.4...v1.0.5
Release v1.0.4
Release v1.0.3
Release v1.0.2
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
- Add README to PyPI
- Documentation on how to convert fit PDFs from RooFit and zfit be used by plothist.
Release v1.0
✨ 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()
andplot_data_model_comparison()
as more general versions ofplot_mc()
andcompare_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()
andcompare_data_mc()
. compare_two_hist()
is nowplot_two_hist_comparison()
- Define
plot_function()
to plot single or multiple functions, stacked or unstacked. - Documentation reworking
- 🖼️ Gallery with all the plots and scripts used to create them
- More examples and better categories
- Remove jargon
- 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 versionv1.4.0
Release v0.9
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 automaticylabel
size scaling utility functions,- Better documentation for HEP.
Release v0.8.1
- Uncertainty calculation bug in two corner cases fixed
- Better doc for HEP, showing all comparison methods
Release v0.8
- 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