Skip to content

Releases: HEPData/hepdata-converter

0.1.29 Release

29 Sep 16:04
Compare
Choose a tag to compare
  • yoda writer: write Scatter1D object if zero independent variables
  • root and yoda writers: improve treatment of non-numeric data
  • writers: add options to pass hepdata_doi and rivet_analysis_name

Signed-off-by: Graeme Watt [email protected]

0.1.28 Release

12 Aug 10:51
Compare
Choose a tag to compare
  • oldhepdata parser: improve extraction of values of the energies keyword
  • oldhepdata parser: reformat correlation/covariance matrices

Release 0.1.27

06 Aug 08:03
Compare
Choose a tag to compare
  • FIX Fixes issue with ROOT conversion and null values
  • ADD Allows phrases to be given by phrase attributes tag

0.1.26 Release

28 Jul 08:39
Compare
Choose a tag to compare

FIX: Fixes problems caused when writing over an already existing file.

Signed-off-by: Eamonn Maguire [email protected]
Co-authored-with: Graeme Watt [email protected]

0.1.25 Release

05 Jul 14:52
a6511a2
Compare
Choose a tag to compare
  • Faster dumping of records to YAML using CDumper.

Signed-off-by: Eamonn Maguire [email protected]

0.1.24 Release

30 Jun 07:27
Compare
Choose a tag to compare

Allows for use of the CLoader from libyaml if present.

0.1.23

09 May 11:25
Compare
Choose a tag to compare

Slimming down of dependencies made with removal of numpy and rootpy.

0.1.22 Release

28 Apr 12:42
Compare
Choose a tag to compare

yoda writer: remove space in table name written as Title

  • avoids bug in YODA 1.6.0 (to be fixed in next release).

Signed-off-by: Graeme Watt [email protected]

0.1.21 Release

21 Apr 13:02
Compare
Choose a tag to compare
  • oldhepdata parser: don't prepend 'Data from' to blank location or append '.' to blank description.
  • csv writer: always write directory for whole submission even if there is only one table.
  • root and yoda writers: don't assume bin focus is at bin midpoint for independent variables.
  • csv writer: always write the bin focus for independent variables in addition to the bin edges.
  • root writer: don't write a TGraph2DErrors object if any of the variables have asymmetric errors.
  • yoda writer: don't default to writing a Scatter2D object for more than two independent variables.
  • yoda writer: write plus/minus asymmetric errors instead of just a plus-only symmetric error.
  • testdata: update to accommodate above changes so tests pass.