Skip to content

Release v1.0

Compare
Choose a tag to compare
@0ctagon 0ctagon released this 06 Dec 10:29
· 385 commits to main since this release
d03686a

✨ 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