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