Menu

/branches/transforms/setupext.py Commit Log


Commit Date  
[r4192] (38.2 kB) by mdboom

Merged revisions 4135-4190 via svnmerge from
http://matplotlib.svn.sf.net/svnroot/matplotlib/trunk/matplotlib

........
r4155 | dsdale | 2007-11-07 19:09:17 -0500 (Wed, 07 Nov 2007) | 2 lines

move configobj.py to lib/, install in site-packages only if required
........
r4156 | dsdale | 2007-11-07 19:24:57 -0500 (Wed, 07 Nov 2007) | 3 lines

update enthought package to version 2.6b1, stripped of setuptools
installed in site-packages, if not already present
........
r4160 | mdboom | 2007-11-08 09:31:15 -0500 (Thu, 08 Nov 2007) | 2 lines

Throw in dummy characters for symbols not in the Bakoma fonts.
........
r4167 | dsdale | 2007-11-08 18:25:44 -0500 (Thu, 08 Nov 2007) | 3 lines

move pyparsing from lib/matplotlib/ to lib/
install pyparsing only if not already available
........
r4168 | jdh2358 | 2007-11-08 18:29:46 -0500 (Thu, 08 Nov 2007) | 2 lines

added recarray utils module
........
r4169 | dsdale | 2007-11-08 19:19:45 -0500 (Thu, 08 Nov 2007) | 2 lines

updated pyparsing to version 1.4.8
........
r4170 | dsdale | 2007-11-08 19:22:03 -0500 (Thu, 08 Nov 2007) | 3 lines

added checks that also print version numbers for
pyparsing, pytz, dateutil, configobj
........
r4171 | dsdale | 2007-11-08 19:31:48 -0500 (Thu, 08 Nov 2007) | 2 lines

note pyparsing change to API_CHANGES
........
r4172 | dsdale | 2007-11-08 20:37:02 -0500 (Thu, 08 Nov 2007) | 2 lines

remove old version of pytz
........
r4173 | dsdale | 2007-11-08 20:40:54 -0500 (Thu, 08 Nov 2007) | 2 lines

added pytz-2007g
........
r4174 | dsdale | 2007-11-08 20:43:18 -0500 (Thu, 08 Nov 2007) | 2 lines

fixed bug in dateutil version check
........
r4175 | jdh2358 | 2007-11-08 21:55:47 -0500 (Thu, 08 Nov 2007) | 2 lines

reverted rec utils to mlab
........
r4176 | efiring | 2007-11-09 02:25:08 -0500 (Fri, 09 Nov 2007) | 2 lines

Pylab uses numpy instead of oldnumeric
........
r4177 | dsdale | 2007-11-09 08:08:48 -0500 (Fri, 09 Nov 2007) | 2 lines

move pyparsing back into mpl namespace
........
r4178 | mdboom | 2007-11-09 08:10:12 -0500 (Fri, 09 Nov 2007) | 3 lines

Avoid annoying Qt4 messages when mpl raises an exception. (Thanks to
Martin Teichmann in patch 1828813)
........
r4179 | mdboom | 2007-11-09 08:19:38 -0500 (Fri, 09 Nov 2007) | 2 lines

Fix font caching bug on OSX
........
r4180 | dsdale | 2007-11-09 08:20:10 -0500 (Fri, 09 Nov 2007) | 3 lines

committed Martin Teichmann's patch 1828813 to fix qt4 error messages
related to QPainter
........
r4181 | mdboom | 2007-11-09 08:47:40 -0500 (Fri, 09 Nov 2007) | 3 lines

Remove duplicate line caused by myself and Darren committing the same
patch and virtually the same time.
........
r4182 | dsdale | 2007-11-09 08:49:54 -0500 (Fri, 09 Nov 2007) | 2 lines

updated CHANGELOG and API_CHANGES
........
r4183 | dsdale | 2007-11-09 09:24:41 -0500 (Fri, 09 Nov 2007) | 2 lines

updated dependency report during build process
........
r4187 | jdh2358 | 2007-11-09 11:42:55 -0500 (Fri, 09 Nov 2007) | 2 lines

added face and edge color = 'None' support to patches
........
r4188 | jdh2358 | 2007-11-09 11:43:38 -0500 (Fri, 09 Nov 2007) | 2 lines

removed unneeded draw command from tkagg
........

2007-11-09 19:48:42 View
Download
[r3996] (35.1 kB) by mdboom

Initial pass of Gtk, Qt, Qt4, Fltk and Wx GUI backends. Lots more
examples passing.

2007-10-24 18:49:08 View
Download
[r3992] (35.1 kB) by mdboom

Separated path utilities from backend_agg

2007-10-24 16:03:49 View
Download
[r3984] (34.3 kB) by mdboom

Merged revisions 3962-3983 via svnmerge from
http://matplotlib.svn.sf.net/svnroot/matplotlib/trunk/matplotlib

........
r3963 | mdboom | 2007-10-18 13:40:30 -0400 (Thu, 18 Oct 2007) | 1 line

Major speedup in PDF backend by using hasattr() rather than 'in dir()'
........
r3964 | mdboom | 2007-10-18 14:07:06 -0400 (Thu, 18 Oct 2007) | 1 line

Faster version of fill() for PDF writing
........
r3966 | jdh2358 | 2007-10-19 10:23:48 -0400 (Fri, 19 Oct 2007) | 2 lines

fixed a verbose report bug in patches
........
r3967 | dsdale | 2007-10-19 10:43:21 -0400 (Fri, 19 Oct 2007) | 2 lines

removed a gsave/grestore pair surrounding _draw_ps
........
r3968 | dsdale | 2007-10-19 11:37:41 -0400 (Fri, 19 Oct 2007) | 3 lines

changed dependency check for ghostscript, which was failing to identify svn
versions
........
r3969 | dsdale | 2007-10-19 11:41:25 -0400 (Fri, 19 Oct 2007) | 2 lines

whitespace cleanup
........
r3975 | jdh2358 | 2007-10-21 12:02:07 -0400 (Sun, 21 Oct 2007) | 1 line

added a show method for gtk fig manager
........

2007-10-23 14:30:57 View
Download
[r3928] (34.1 kB) by mdboom

More work on collections.

2007-10-08 18:10:11 View
Download
[r3851] (34.1 kB) by mdboom

Removed transforms on the C++ side -- removed many methods that depend
on it in backend_agg in preparation for path generalization.
Lots of general renaming...

2007-09-14 13:03:31 View
Download
[r3824] (34.6 kB) by mdboom

Merged revisions 3813-3823 via svnmerge from
http://matplotlib.svn.sf.net/svnroot/matplotlib/trunk/matplotlib

........
r3814 | jouni | 2007-09-07 15:45:48 -0400 (Fri, 07 Sep 2007) | 3 lines

In backend_pdf usetex, gather consecutive characters with same x
coordinate and same font into strings.
........
r3815 | mdboom | 2007-09-07 16:28:01 -0400 (Fri, 07 Sep 2007) | 3 lines

Support characters composed of multiple characters. Only one
supported at the moment is AA (angstrom).
........
r3816 | jouni | 2007-09-07 16:43:20 -0400 (Fri, 07 Sep 2007) | 2 lines

Return widths of glyphs to caller
........
r3817 | efiring | 2007-09-08 19:53:06 -0400 (Sat, 08 Sep 2007) | 2 lines

Delete gd and paint backends.
........
r3818 | efiring | 2007-09-08 20:41:17 -0400 (Sat, 08 Sep 2007) | 2 lines

Removed matplotlibrc; it is generated by setup.py.
........
r3819 | efiring | 2007-09-09 18:41:36 -0400 (Sun, 09 Sep 2007) | 2 lines

Factored plotting part of pylab.py into pyplot.py
........
r3820 | efiring | 2007-09-09 21:42:39 -0400 (Sun, 09 Sep 2007) | 2 lines

Numpification and cleanup of examples
........
r3821 | efiring | 2007-09-10 02:55:10 -0400 (Mon, 10 Sep 2007) | 2 lines

Removed obsolete and broken methods from Axes and PolarAxes
........

2007-09-10 17:45:15 View
Download
[r3806] (34.9 kB) by mdboom

Creating branch to work on transforms/projections refactoring.

2007-09-07 14:04:36 View
Download
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.