[yoda-svn] yoda: 3 new changesets

YODA Mercurial yoda at projects.hepforge.org
Thu Sep 28 09:15:03 BST 2017


details:   https://yoda.hepforge.org/hg/yoda/rev/5f32011c52d1
branches:  release-1-6
changeset: 1413:5f32011c52d1
user:      David Grellscheid <david.grellscheid at durham.ac.uk>
date:      Thu Sep 28 09:37:58 2017 +0200
description:
Clean up comments

details:   https://yoda.hepforge.org/hg/yoda/rev/74794214264c
branches:  
changeset: 1414:74794214264c
user:      David Grellscheid <david.grellscheid at durham.ac.uk>
date:      Thu Sep 28 09:39:39 2017 +0200
description:
Merge from release to get build system fixes

details:   https://yoda.hepforge.org/hg/yoda/rev/3b6078ade2e5
branches:  multiweight
changeset: 1415:3b6078ade2e5
user:      David Grellscheid <david.grellscheid at durham.ac.uk>
date:      Thu Sep 28 10:08:54 2017 +0200
description:
merged from trunk

diffs (truncated from 12557 to 50 lines):

--- a/.hgignore	Wed Sep 27 16:17:40 2017 +0100
+++ b/.hgignore	Thu Sep 28 10:08:54 2017 +0200
@@ -42,8 +42,6 @@
 ^pyext/yoda/core\.cpp$
 ^pyext/yoda/util\.cpp$
 ^pyext/yoda/rootcompat\.cpp$
-^pyext/yoda/fix-out-of-source$
-^pyext/yoda1/fix-out-of-source$
 ^pyext/yoda/include/Bin.D_.*\.pyx$
 ^pyext/yoda/made_pyx_templates$
 ^pyext/.*/generated$
--- a/ChangeLog	Wed Sep 27 16:17:40 2017 +0100
+++ b/ChangeLog	Thu Sep 28 10:08:54 2017 +0200
@@ -2,6 +2,23 @@
 
 	* Patches for ROOT conversion from Robert Hatcher -- thanks!
 
+2017-09-16  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Add YODA format version annotation, at version 2, and update
+	YODA reader to use version info and multiline YAML EOF marker.
+
+	* Write YODA annotations in YAML with a --- YAML break-line.
+
+2017-09-14  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Enable compressed writing from Python.
+
+2017-09-13  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Remove UNUSED macro in favour of anonymous args.
+
+	* Enable zipped writing... but only works from C++ so far.
+
 2017-09-11  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Add HistoBin2D::area(), and provide a default normto=1.0
@@ -11,6 +28,8 @@
 
 	* Change license explicitly to GPLv3, cf. MCnet3 agreement.
 
+	* Parse YODA format AO headers as YAML (restriction to single-line dict entries for now).
+
 2017-08-24  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Use a slightly enhanced fast numeric parser in ReaderYODA (taken
@@ -18,6 +37,11 @@
 
 	* Add an UNSCALE spec option to yodascale, to undo ScaledBy effects.
 


More information about the yoda-svn mailing list