SF.net SVN: matplotlib: [3916] trunk/matplotlib/lib/matplotlib/axes.py

2007-10-04 Thread sameerd
Revision: 3916 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3916&view=rev Author: sameerd Date: 2007-10-04 14:39:07 -0700 (Thu, 04 Oct 2007) Log Message: --- Fix for "NameError: global name 'ones' is not defined" Modified Paths:

SF.net SVN: matplotlib: [4880] trunk/matplotlib/lib/matplotlib/mlab.py

2008-01-18 Thread sameerd
Revision: 4880 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4880&view=rev Author: sameerd Date: 2008-01-18 10:21:14 -0800 (Fri, 18 Jan 2008) Log Message: --- rec_join now returns an array that has its rows in the same order as the first record array passed t

SF.net SVN: matplotlib: [5007] trunk/matplotlib

2008-03-19 Thread sameerd
Revision: 5007 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5007&view=rev Author: sameerd Date: 2008-03-19 11:07:49 -0700 (Wed, 19 Mar 2008) Log Message: --- Added outerjoin, lefjoin and rightjoin support to rec_join Modified Paths: -- t

SF.net SVN: matplotlib: [5212] trunk/matplotlib/lib/matplotlib/mlab.py

2008-05-21 Thread sameerd
Revision: 5212 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5212&view=rev Author: sameerd Date: 2008-05-21 09:08:26 -0700 (Wed, 21 May 2008) Log Message: --- Record array append multiple fields Modified Paths: -- trunk/matplotlib/lib/matplo

SF.net SVN: matplotlib: [5239] branches/v0_91_maint/lib/matplotlib/mlab.py

2008-05-23 Thread sameerd
Revision: 5239 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5239&view=rev Author: sameerd Date: 2008-05-23 12:27:23 -0700 (Fri, 23 May 2008) Log Message: --- Getting mlab.py in sync with the trunk Modified Paths: -- branches/v0_91_maint

SF.net SVN: matplotlib: [5381] branches/v0_91_maint/lib/matplotlib/mlab.py

2008-06-04 Thread sameerd
Revision: 5381 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5381&view=rev Author: sameerd Date: 2008-06-04 09:49:19 -0700 (Wed, 04 Jun 2008) Log Message: --- Docstring changes Modified Paths: -- branches/v0_91_maint/lib/matplotlib/mla

SF.net SVN: matplotlib: [5382] trunk/matplotlib

2008-06-04 Thread sameerd
Revision: 5382 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5382&view=rev Author: sameerd Date: 2008-06-04 09:53:48 -0700 (Wed, 04 Jun 2008) Log Message: --- Merged revisions 5381 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplo

SF.net SVN: matplotlib: [5715] trunk/matplotlib

2008-07-07 Thread sameerd
Revision: 5715 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5715&view=rev Author: sameerd Date: 2008-07-07 10:37:33 -0700 (Mon, 07 Jul 2008) Log Message: --- bug fixes - edgecases Modified Paths: -- trunk/matplotlib/examples/misc/rec_join_dem

SF.net SVN: matplotlib:[5851] trunk/matplotlib/lib/matplotlib/mlab.py

2008-07-24 Thread sameerd
Revision: 5851 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5851&view=rev Author: sameerd Date: 2008-07-24 21:56:08 + (Thu, 24 Jul 2008) Log Message: --- Fixing edge cases in rec_join Modified Paths: -- trunk/matplotlib/lib/matplotlib/mla

SF.net SVN: matplotlib:[5852] branches/v0_91_maint/lib/matplotlib/mlab.py

2008-07-24 Thread sameerd
Revision: 5852 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5852&view=rev Author: sameerd Date: 2008-07-24 21:56:57 + (Thu, 24 Jul 2008) Log Message: --- Fixing edge cases in rec_join in branch Modified Paths: -- branches/v0_91_maint

SF.net SVN: matplotlib:[6170] trunk/matplotlib/lib/matplotlib/mlab.py

2008-10-08 Thread sameerd
Revision: 6170 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6170&view=rev Author: sameerd Date: 2008-10-08 14:38:26 + (Wed, 08 Oct 2008) Log Message: --- rec_join now handles two record arrays with the same column names with "*fixes"

SF.net SVN: matplotlib:[7159] trunk/matplotlib/lib/matplotlib/mlab.py

2009-05-28 Thread sameerd
Revision: 7159 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7159&view=rev Author: sameerd Date: 2009-05-28 18:02:49 + (Thu, 28 May 2009) Log Message: --- Updated the record array helper functions to create an empty record array where necessary Modified P

SF.net SVN: matplotlib:[7746] trunk/matplotlib/lib/matplotlib

2009-09-11 Thread sameerd
Revision: 7746 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7746&view=rev Author: sameerd Date: 2009-09-11 20:58:27 + (Fri, 11 Sep 2009) Log Message: --- Added a recs_join function to join a single column of multiple record arrays Modified P

SF.net SVN: matplotlib:[7760] trunk/matplotlib/lib/matplotlib/mlab.py

2009-09-14 Thread sameerd
Revision: 7760 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7760&view=rev Author: sameerd Date: 2009-09-14 19:32:27 + (Mon, 14 Sep 2009) Log Message: --- added jointype == "inner" to mlab.recs_join Modified Paths: -- trunk/