Skip to content

Releases: matthewfeickert/heputils

v0.0.7

05 Aug 22:54
e4ce745
Compare
Choose a tag to compare

This is a patch release from v0.0.6v0.0.7.

  • Drop Python 3.6 support (#71)
  • Update minimum required version of mplhep to v0.3.8 (#71)
  • Properly use prune in MANIFEST.in when packaging sdist (#75)
  • Apply scale factors to the ratio plot in stack_ratio_plot (#78)

v0.0.6

13 Apr 06:25
e9ac775
Compare
Choose a tag to compare

This is a patch release from v0.0.5v0.0.6.

  • Use native uproot.to_hist API for ROOT to hist conversion (#51)
  • Add minimum mplhep release to setup.cfg (#53)
    • mplhep>=0.2.18
  • Calculate stat uncertainty from variances (#54)
  • Add ratio plot support (#60)
    • Require hist[plot]>=2.3.0

v0.0.5

12 Mar 08:35
ba516d5
Compare
Choose a tag to compare
  • Update namespaces for uproot v4.0 and awkward v1.0 (#42)
  • Remove universal wheel flag (#45)
  • Ensure uncertainty bars don't extend below 0 (#47)
  • Set lower bound on hist to v2.2.0 (#47)
    • Pickup boost-histogram v1.0 and mplhep v0.2.16+
  • Set only lower bounds on core dependencies (#49)

v0.0.4

02 Dec 07:08
89b4420
Compare
Choose a tag to compare
  • Add histstyle kwarg to plot.shape_hist (#26)
  • Add experiment information label to plots (#30)
  • Use uproot3 namespace (#31)

v0.0.3

16 Nov 23:36
40d7522
Compare
Choose a tag to compare
  • Add heputils.plot.shape_hist API (PR #19)
  • Migrate to heputils.utils.sum_hists API (PR #21)

v0.0.2

13 Nov 05:08
4ef6015
Compare
Choose a tag to compare
  • Release to TestPyPI and PyPI

v0.0.1

27 Aug 07:26
0f73c19
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
feat: Add stub of library (#1)

* Add library with src/ directory layout
* Add tests with pytest
* Add CI with GitHub Actions