|
[yoda-svn] yoda: 2 new changesetsYODA Mercurial yoda at projects.hepforge.orgMon Jul 24 15:45:02 BST 2017
details: https://yoda.hepforge.org/hg/yoda/rev/aa9422e8da49 branches: release-1-6 changeset: 1357:aa9422e8da49 user: Christian Gutschow <chris.g at cern.ch> date: Mon Jul 24 16:35:06 2017 +0200 description: add arithmic operations for histo & scatter details: https://yoda.hepforge.org/hg/yoda/rev/766edbe41c6a branches: release-1-6 changeset: 1358:766edbe41c6a user: Christian Gutschow <chris.g at cern.ch> date: Mon Jul 24 16:36:03 2017 +0200 description: merge diffs (truncated from 1282 to 50 lines): --- a/.hgignore Tue Jul 18 22:44:09 2017 +0100 +++ b/.hgignore Mon Jul 24 16:36:03 2017 +0200 @@ -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/ChangeLog Tue Jul 18 22:44:09 2017 +0100 +++ b/ChangeLog Mon Jul 24 16:36:03 2017 +0200 @@ -1,3 +1,15 @@ +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. + 2017-07-18 Andy Buckley <andy.buckley at cern.ch> * Add convenience aliases H1D, H2D, P1D, P2D, and S1D, S2D, S3D --- a/bin/yodaplot Tue Jul 18 22:44:09 2017 +0100 +++ b/bin/yodaplot Mon Jul 24 16:36:03 2017 +0200 @@ -4,6 +4,9 @@ Usage: %prog 1.dat [2.dat ...] Make a plot from each of the given plot data files. + +TODO:
More information about the yoda-svn mailing list |