Skip to content

Releases: HEPData/hepdata_lib

v0.20.0

25 Sep 09:19
96aab5e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.19.0...v0.20.0

v0.19.0

21 Sep 12:17
d8a9995

Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.19.0

v0.18.0

20 May 14:46
fe789da

Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.18.0

v0.17.0

10 Oct 09:51
f0e0803

Choose a tag to compare

Please mind that this could potentially break some user code since named arguments (after the *) are required for the following functions:

add_additional_resource(self, description, location, *, copy_file=False, file_type=None, resource_license=None)

and Variable instantiation:

def __init__(self, name, *, is_independent=True, is_binned=True, units="", values=None, zero_uncertainties_warning=True):

What's Changed

  • Update release creation docs by @clelange in #269
  • Add ProSelecta example to add_additional_resource in docs by @GraemeWatt in #270
  • Require named arguments to fix pylint too-many-positional-arguments by @clelange in #273

Full Changelog: v0.16.0...v0.17.0

v0.16.0

25 Jul 08:57
24863e9

Choose a tag to compare

What's Changed

New Contributors

  • @20DM made their first contribution in #265

Full Changelog: v0.15.0...v0.16.0

v0.15.0

11 Apr 22:33
976e433

Choose a tag to compare

What's Changed

  • Update usage.rst to include self-referencing notice by @ItIsJordan in #258
  • Remove pin on Pylint to support Python 3.11 by @GraemeWatt in #260
  • Add try/except around ROOT import by @GraemeWatt in #259
  • Retrieve histogram from stack via RootFileReader.retrieve_object by @IzaakWN in #261

New Contributors

Full Changelog: v0.14.3...v0.15.0

v0.14.3

25 Feb 10:16
8c47e41

Choose a tag to compare

This is mainly to test #256

What's Changed

  • Update and move SWAN-specific instructions by @GraemeWatt in #254
  • Include requirements.txt in manifest to fix issues with LCG releases by @clelange in #255
  • Enable trusted publishing workflow to PyPI by @clelange in #256

Full Changelog: v0.14.2...v0.14.3

v0.14.2

14 Feb 14:55
f4fdf62

Choose a tag to compare

What's Changed

  • Migrate test action to setup-micromamba and fix upload-artifact by @clelange in #249
  • Clarify behaviour if zero uncertainties by @GraemeWatt in #251

Full Changelog: v0.14.1...v0.14.2

v0.14.1

13 Feb 07:56
2806dfe

Choose a tag to compare

What's Changed

  • Update docs to use Apptainer instead of Singularity by @clelange in #244
  • Fixing N-dimensional histogram entry ordering by @yimuchen in #248
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in #246
  • Bump mamba-org/provision-with-micromamba from 15 to 16 by @dependabot in #242

New Contributors

Full Changelog: v0.14.0...v0.14.1

v0.14.0

15 Nov 10:25
f194e14

Choose a tag to compare

What's Changed

  • Update docs for "add_additional_resource" and other fixes by @GraemeWatt in #233
  • Remove broken release action by @clelange in #239
  • Add sphinx.ext.imgconverter extension to make SVGs build in LateX by @clelange in #240
  • Converting from scikit-hep histogram to Table by @yimuchen in #243

New Contributors

Full Changelog: v0.13.0...v0.14.0