[yoda-svn] yoda: 5 new changesets

YODA Mercurial yoda at projects.hepforge.org
Fri Sep 11 19:15:02 BST 2015


details:   https://yoda.hepforge.org/hg/yoda/rev/3925a17ddfc7
branches:  
changeset: 1128:3925a17ddfc7
user:      Andy Buckley <andy at insectnation.org>
date:      Fri Sep 11 18:53:47 2015 +0100
description:
Further improvements to handling LowStatsErrors in YODA format writing.

details:   https://yoda.hepforge.org/hg/yoda/rev/5a7079d42ba3
branches:  
changeset: 1129:5a7079d42ba3
user:      Andy Buckley <andy at insectnation.org>
date:      Fri Sep 11 18:54:08 2015 +0100
description:
Comment typo fix

details:   https://yoda.hepforge.org/hg/yoda/rev/ebe1e54faee7
branches:  
changeset: 1130:ebe1e54faee7
user:      Andy Buckley <andy at insectnation.org>
date:      Fri Sep 11 18:54:29 2015 +0100
description:
Version bump to 1.5.2

details:   https://yoda.hepforge.org/hg/yoda/rev/508477ceb62a
branches:  
changeset: 1131:508477ceb62a
user:      Andy Buckley <andy at insectnation.org>
date:      Fri Sep 11 19:05:22 2015 +0100
description:
Tolerate leading # symbols without separating whitespace on BEGIN lines in YODA format parsing.

details:   https://yoda.hepforge.org/hg/yoda/rev/68ff775ff814
branches:  
changeset: 1132:68ff775ff814
user:      Andy Buckley <andy at insectnation.org>
date:      Fri Sep 11 19:05:57 2015 +0100
description:
Added tag yoda-1.5.2 for changeset 508477ceb62a

diffs (truncated from 115 to 50 lines):

--- a/.hgtags	Mon Sep 07 17:11:29 2015 +0100
+++ b/.hgtags	Fri Sep 11 19:05:57 2015 +0100
@@ -20,3 +20,4 @@
 d9a2076dcaffb55fad556937f744f2fe9468e365 yoda-1.5.1
 0000000000000000000000000000000000000000 yoda-1.5.1
 ede1e10afe3b1292f1a923c152ac87d43dc02a5a yoda-1.5.1
+508477ceb62a09a501defbb4cf87f03e1032e0b1 yoda-1.5.2
--- a/ChangeLog	Mon Sep 07 17:11:29 2015 +0100
+++ b/ChangeLog	Fri Sep 11 19:05:57 2015 +0100
@@ -1,3 +1,14 @@
+2015-09-11  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Version 1.5.2 release.
+
+	* Tolerate leading # symbols without separating whitespace on
+	BEGIN lines in YODA format parsing.
+
+	* Further improvements to handling LowStatsErrors in YODA format writing.
+
+	* Fix shadowed variables that made ReaderYODA unhappy.
+
 2015-09-03  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Version 1.5.1 release.
--- a/configure.ac	Mon Sep 07 17:11:29 2015 +0100
+++ b/configure.ac	Fri Sep 11 19:05:57 2015 +0100
@@ -1,7 +1,7 @@
 ## Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([YODA],[1.5.1],[yoda at projects.hepforge.org],[YODA])
+AC_INIT([YODA],[1.5.2],[yoda at projects.hepforge.org],[YODA])
 
 ## Check and block installation into the src/build dir
 if test "$prefix" = "$PWD"; then
--- a/pyext/yoda/search.py	Mon Sep 07 17:11:29 2015 +0100
+++ b/pyext/yoda/search.py	Fri Sep 11 19:05:57 2015 +0100
@@ -55,7 +55,7 @@
 
         TODO: Use open ranges to include underflow and overflow
 
-        TODO: Allow negative indices in Python style, and use index=!
+        TODO: Allow negative indices in Python style, and use index=-1
         to mean the N+1 index needed to include the last bin without
         picking up the overflow, too.
 
--- a/src/ReaderYODA.cc	Mon Sep 07 17:11:29 2015 +0100
+++ b/src/ReaderYODA.cc	Fri Sep 11 19:05:57 2015 +0100
@@ -72,12 +72,13 @@
           throw ReadError(ss.str());


More information about the yoda-svn mailing list