|
[yoda-svn] yoda: merge from default branchYODA Mercurial yoda at projects.hepforge.orgWed Sep 6 14:30:02 BST 2017
details: https://yoda.hepforge.org/hg/yoda/rev/58ab8ea3988f branches: multiweight changeset: 1387:58ab8ea3988f user: David Grellscheid <david.grellscheid at durham.ac.uk> date: Wed Sep 06 14:25:47 2017 +0100 description: merge from default branch diffs (truncated from 12673 to 50 lines): --- a/.hgignore Fri Aug 25 17:16:08 2017 +0200 +++ b/.hgignore Wed Sep 06 14:25:47 2017 +0100 @@ -43,6 +43,8 @@ ^pyext/yoda/util\.cpp$ ^pyext/yoda/rootcompat\.cpp$ ^pyext/yoda/fix-out-of-source$ +^pyext/yoda/include/Bin.D_.*\.pyx$ +^pyext/yoda/made_pyx_templates$ ^pyext/.*/generated$ ^test-driver$ ^tests/.*\.(trs|log)$ @@ -69,9 +71,10 @@ ^tests/testannotations$ ^plots$ ^a.out$ -^testplotting$ ^sphinxdoc/_build$ -^tmp/ ^pydoc/ ^pyext/yoda/.made_pyx_templates$ ^for\d\d\d$ +^test.* +^tmp.* +^plot.* --- a/.hgtags Fri Aug 25 17:16:08 2017 +0200 +++ b/.hgtags Wed Sep 06 14:25:47 2017 +0100 @@ -47,3 +47,5 @@ 6e222b9c2422baef39a531e2461213a51c898661 yoda-1.6.3 1edc280f270b7cf812bf7bc6d56abbf93eb15987 yoda-1.6.4 6001b6383d178b5db17b767a79d960b0474192d5 yoda-1.6.5 +d233673f96a94803dfd45e8a4e238a593b56ef7b yoda-1.6.6 +45d0b8d20b231025d1a7671f4ca0ffa964a7b661 yoda-1.6.7 --- a/ChangeLog Fri Aug 25 17:16:08 2017 +0200 +++ b/ChangeLog Wed Sep 06 14:25:47 2017 +0100 @@ -1,3 +1,103 @@ +2017-08-25 Andy Buckley <andy.buckley at cern.ch> + + * 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 + from LHAPDF, originally inspired by Gavin Salam). + + * Add an UNSCALE spec option to yodascale, to undo ScaledBy effects. + +2017-08-19 Andy Buckley <andy.buckley at cern.ch> + + * Add optional zlib support via zstr -- massive thanks to Dmitry + Kalinkin for the lovely patch!
More information about the yoda-svn mailing list |