[yoda-svn] yoda: 9 new changesets

YODA Mercurial yoda at projects.hepforge.org
Sun Jul 23 15:00:01 BST 2017


details:   https://yoda.hepforge.org/hg/yoda/rev/f4369523e86c
branches:  release-1-6
changeset: 1342:f4369523e86c
user:      Andy Buckley <andy at insectnation.org>
date:      Sat Jul 22 22:47:24 2017 +0100
description:
Rework some of the yoda.plotting tools, making it a bit more compatible with user-scripted matplotlib

details:   https://yoda.hepforge.org/hg/yoda/rev/a82e42ef9f39
branches:  release-1-6
changeset: 1343:a82e42ef9f39
user:      Andy Buckley <andy at insectnation.org>
date:      Sat Jul 22 22:48:22 2017 +0100
description:
Add x,y,zMins and Maxs to all 1D data types and scatters (and x,yMin/Max to the scatters) -- Python interface only

details:   https://yoda.hepforge.org/hg/yoda/rev/8122f1847f76
branches:  release-1-6
changeset: 1344:8122f1847f76
user:      Andy Buckley <andy at insectnation.org>
date:      Sat Jul 22 22:48:58 2017 +0100
description:
ChangeLog

details:   https://yoda.hepforge.org/hg/yoda/rev/6a9edae71726
branches:  release-1-6
changeset: 1345:6a9edae71726
user:      Andy Buckley <andy at insectnation.org>
date:      Sun Jul 23 13:35:56 2017 +0100
description:
Ignore more

details:   https://yoda.hepforge.org/hg/yoda/rev/7b6570bf3c2c
branches:  release-1-6
changeset: 1346:7b6570bf3c2c
user:      Andy Buckley <andy at insectnation.org>
date:      Sun Jul 23 13:36:07 2017 +0100
description:
Add parallel/compatibility yoda1 package to aid eventual transition to YODA v2.

details:   https://yoda.hepforge.org/hg/yoda/rev/37b1c53b2eaa
branches:  release-1-6
changeset: 1347:37b1c53b2eaa
user:      Andy Buckley <andy at insectnation.org>
date:      Sun Jul 23 14:16:40 2017 +0100
description:
Pltting module tweaks, including getting mplot working

details:   https://yoda.hepforge.org/hg/yoda/rev/74dda9ce1a5d
branches:  release-1-6
changeset: 1348:74dda9ce1a5d
user:      Andy Buckley <andy at insectnation.org>
date:      Sun Jul 23 14:28:42 2017 +0100
description:
Make mplot show work properly, but hide mplot for now because the multiprocessing isn't working

details:   https://yoda.hepforge.org/hg/yoda/rev/e45c769ffa78
branches:  release-1-6
changeset: 1349:e45c769ffa78
user:      Andy Buckley <andy at insectnation.org>
date:      Sun Jul 23 14:32:27 2017 +0100
description:
Tweak plotting to 1.1 * max height

details:   https://yoda.hepforge.org/hg/yoda/rev/523ade152a3e
branches:  release-1-6
changeset: 1350:523ade152a3e
user:      Andy Buckley <andy at insectnation.org>
date:      Sun Jul 23 14:51:26 2017 +0100
description:
Fix yodaplot

diffs (truncated from 928 to 50 lines):

--- a/.hgignore	Tue Jul 18 22:44:09 2017 +0100
+++ b/.hgignore	Sun Jul 23 14:51:26 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/ChangeLog	Tue Jul 18 22:44:09 2017 +0100
+++ b/ChangeLog	Sun Jul 23 14:51:26 2017 +0100
@@ -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	Sun Jul 23 14:51:26 2017 +0100
@@ -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