Releases: HEPData/hepdata-converter
Releases · HEPData/hepdata-converter
0.1.29 Release
- 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
- oldhepdata parser: improve extraction of values of the energies keyword
- oldhepdata parser: reformat correlation/covariance matrices
Release 0.1.27
- FIX Fixes issue with ROOT conversion and null values
- ADD Allows phrases to be given by phrase attributes tag
0.1.26 Release
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
- Faster dumping of records to YAML using CDumper.
Signed-off-by: Eamonn Maguire [email protected]
0.1.24 Release
Allows for use of the CLoader from libyaml if present.
0.1.23
0.1.22 Release
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
- 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.