|
[yoda-svn] yoda: 6 new changesetsYODA Mercurial yoda at projects.hepforge.orgMon Jul 24 14:45:01 BST 2017
details: https://yoda.hepforge.org/hg/yoda/rev/f787d5aa0d39 branches: changeset: 1351:f787d5aa0d39 user: Andy Buckley <andy at insectnation.org> date: Wed Sep 28 16:08:32 2016 +0100 description: To-do mark details: https://yoda.hepforge.org/hg/yoda/rev/c59a784682af branches: changeset: 1352:c59a784682af user: Andy Buckley <andy at insectnation.org> date: Wed Sep 28 16:14:20 2016 +0100 description: Merge from 1.6 branch details: https://yoda.hepforge.org/hg/yoda/rev/4fc9c1ca7d3c branches: changeset: 1353:4fc9c1ca7d3c user: Andy Buckley <andy at insectnation.org> date: Mon Jul 24 14:29:38 2017 +0100 description: Comments details: https://yoda.hepforge.org/hg/yoda/rev/760b8e3d0e40 branches: changeset: 1354:760b8e3d0e40 user: Andy Buckley <andy at insectnation.org> date: Mon Jul 24 14:31:26 2017 +0100 description: Merge details: https://yoda.hepforge.org/hg/yoda/rev/ad789d34abef branches: changeset: 1355:ad789d34abef user: Andy Buckley <andy at insectnation.org> date: Mon Jul 24 14:32:49 2017 +0100 description: Bump version details: https://yoda.hepforge.org/hg/yoda/rev/a439b0f60eb0 branches: changeset: 1356:a439b0f60eb0 user: Andy Buckley <andy at insectnation.org> date: Mon Jul 24 14:33:25 2017 +0100 description: Merge diffs (truncated from 1752 to 50 lines): --- a/.hgignore Tue Sep 27 18:01:33 2016 +0100 +++ b/.hgignore Mon Jul 24 14:33:25 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)$ @@ -66,11 +68,13 @@ ^tests/testsortedvector$ ^tests/testweights$ ^tests/testbinsearcher$ +^tests/testannotations$ ^plots$ ^a.out$ -^testplotting$ ^sphinxdoc/_build$ -^tmp/ ^pydoc/ ^pyext/yoda/.made_pyx_templates$ ^for\d\d\d$ +^test.* +^tmp.* +^plot.* --- a/.hgtags Tue Sep 27 18:01:33 2016 +0100 +++ b/.hgtags Mon Jul 24 14:33:25 2017 +0100 @@ -46,3 +46,6 @@ 2a32b9e0b9a9f962bd9ebb2ac7e611981da14ce4 yoda-1.6.2 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 Tue Sep 27 18:01:33 2016 +0100 +++ b/ChangeLog Mon Jul 24 14:33:25 2017 +0100 @@ -1,3 +1,76 @@ +2017-07-23 Andy Buckley <andy.buckley at cern.ch> + + * Add parallel/compatibility yoda1 package to aid eventual transition to YODA v2. + +2017-07-22 Andy Buckley <andy.buckley at cern.ch> + + * Add x,y,zMins and Maxs to all 1D data types and scatters (and + x,yMin/Max to the scatters) -- Python interface only. + + * Rework some of the yoda.plotting tools, making it a bit more + compatible with user-scripted matplotlib.
More information about the yoda-svn mailing list |