|
[yoda-svn] yoda: 2 new changesetsYODA Mercurial yoda at projects.hepforge.orgSun Jun 18 19:00:01 BST 2017
details: https://yoda.hepforge.org/hg/yoda/rev/45d0b8d20b23 branches: release-1-6 changeset: 1337:45d0b8d20b23 user: Andy Buckley <andy at insectnation.org> date: Sun Jun 18 18:57:43 2017 +0100 description: Ready for 1.6.7 release details: https://yoda.hepforge.org/hg/yoda/rev/af10f4ddccf1 branches: release-1-6 changeset: 1338:af10f4ddccf1 user: Andy Buckley <andy at insectnation.org> date: Sun Jun 18 18:58:40 2017 +0100 description: Added tag yoda-1.6.7 for changeset 45d0b8d20b23 diffs (truncated from 69 to 50 lines): --- a/.hgtags Fri May 12 11:47:21 2017 +0100 +++ b/.hgtags Sun Jun 18 18:58:40 2017 +0100 @@ -48,3 +48,4 @@ 1edc280f270b7cf812bf7bc6d56abbf93eb15987 yoda-1.6.4 6001b6383d178b5db17b767a79d960b0474192d5 yoda-1.6.5 d233673f96a94803dfd45e8a4e238a593b56ef7b yoda-1.6.6 +45d0b8d20b231025d1a7671f4ca0ffa964a7b661 yoda-1.6.7 --- a/ChangeLog Fri May 12 11:47:21 2017 +0100 +++ b/ChangeLog Sun Jun 18 18:58:40 2017 +0100 @@ -1,3 +1,7 @@ +2017-06-18 Andy Buckley <andy.buckley at cern.ch> + + * Version 1.6.7 release. + 2017-05-12 Andy Buckley <andy.buckley at cern.ch> * pyext/yoda/rootcompat.pyx: Fix ordering of TH1 vs. TProfile --- a/configure.ac Fri May 12 11:47:21 2017 +0100 +++ b/configure.ac Sun Jun 18 18:58:40 2017 +0100 @@ -1,7 +1,7 @@ ## Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([YODA],[1.6.6],[yoda at projects.hepforge.org],[YODA]) +AC_INIT([YODA],[1.6.7],[yoda at projects.hepforge.org],[YODA]) ## Check and block installation into the src/build dir if test "$prefix" = "$PWD"; then --- a/include/YODA/Axis1D.h Fri May 12 11:47:21 2017 +0100 +++ b/include/YODA/Axis1D.h Sun Jun 18 18:58:40 2017 +0100 @@ -600,6 +600,7 @@ return tmp; } + } #endif --- a/include/YODA/Axis2D.h Fri May 12 11:47:21 2017 +0100 +++ b/include/YODA/Axis2D.h Sun Jun 18 18:58:40 2017 +0100 @@ -267,6 +267,28 @@ } + // /// Merge together the bin range with indices from @a from to @a to, inclusive. + // /// Merge a series of bins, between the bins identified by indices @a from and @a to + // void mergeBins(size_t from, size_t to) { + // // Correctness checking + // if (from >= numBins()) + // throw RangeError("Initial merge index is out of range");
More information about the yoda-svn mailing list |