Menu

/branches/transforms/setup.py Commit Log


Commit Date  
[r4135] (9.8 kB) by mdboom

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

........
r4061 | jdh2358 | 2007-10-29 14:52:41 -0400 (Mon, 29 Oct 2007) | 2 lines

fixed some examples bugs
........
r4062 | jdh2358 | 2007-10-29 15:00:25 -0400 (Mon, 29 Oct 2007) | 2 lines

added cohere demo
........
r4072 | dsdale | 2007-10-31 15:43:54 -0400 (Wed, 31 Oct 2007) | 2 lines

added STIX fonts
........
r4073 | dsdale | 2007-10-31 15:53:35 -0400 (Wed, 31 Oct 2007) | 2 lines

add STIX license agreement
........
r4081 | efiring | 2007-11-01 03:21:00 -0400 (Thu, 01 Nov 2007) | 2 lines

Made contour auto level generation work with log color scale
........
r4087 | dsdale | 2007-11-01 10:17:28 -0400 (Thu, 01 Nov 2007) | 2 lines

install fonts/otf to mpl-data
........
r4088 | dsdale | 2007-11-01 10:32:52 -0400 (Thu, 01 Nov 2007) | 2 lines

dont enable usetex in arrow_demo.py
........
r4092 | dsdale | 2007-11-01 12:56:33 -0400 (Thu, 01 Nov 2007) | 2 lines

rm configtest.py from repository
........
r4093 | dsdale | 2007-11-01 12:57:26 -0400 (Thu, 01 Nov 2007) | 2 lines

remove STIXFonts zip file
........
r4094 | dsdale | 2007-11-02 08:55:51 -0400 (Fri, 02 Nov 2007) | 2 lines

improved ghostscript version checking
........
r4095 | jdh2358 | 2007-11-02 09:13:40 -0400 (Fri, 02 Nov 2007) | 2 lines

added Manuel's contour linestyle patch
........
r4096 | dsdale | 2007-11-02 12:37:37 -0400 (Fri, 02 Nov 2007) | 3 lines

commit patch 1599876, fixes to qt4agg backend and qt4 blitting demo.
Thanks to Phil Thompson.
........
r4097 | jdh2358 | 2007-11-02 14:45:38 -0400 (Fri, 02 Nov 2007) | 2 lines

fix unit changes for errorbar_limits code
........
r4106 | efiring | 2007-11-04 21:36:20 -0500 (Sun, 04 Nov 2007) | 2 lines

Added easy access to minor tick properties (Pierre G-M)
........
r4107 | mdboom | 2007-11-05 10:45:00 -0500 (Mon, 05 Nov 2007) | 3 lines

First pass at getting STIX fonts to work.
Support .otf fonts in font_manager.py
........
r4110 | mdboom | 2007-11-05 12:30:08 -0500 (Mon, 05 Nov 2007) | 2 lines

Make STIX fonts work.
........
r4112 | efiring | 2007-11-05 14:49:27 -0500 (Mon, 05 Nov 2007) | 2 lines

Minor cleanup; removed old ipython hack.
........
r4113 | efiring | 2007-11-05 14:54:49 -0500 (Mon, 05 Nov 2007) | 2 lines

make step_demo use npyma
........
r4114 | efiring | 2007-11-05 15:13:00 -0500 (Mon, 05 Nov 2007) | 2 lines

Make safezip accept more args; quadmesh_demo cleanup
........
r4115 | mdboom | 2007-11-05 15:42:23 -0500 (Mon, 05 Nov 2007) | 2 lines

Fix rcParams bug.
........
r4126 | mdboom | 2007-11-06 13:32:30 -0500 (Tue, 06 Nov 2007) | 3 lines

Prevent errors when using OpenType CFF fonts. This means turning off
subsetting on backend_pdf, and raising an exception in backend_ps.
........
r4130 | mdboom | 2007-11-06 14:38:29 -0500 (Tue, 06 Nov 2007) | 2 lines

Converted STIX fonts from otf to ttf.
........
r4131 | mdboom | 2007-11-06 14:38:57 -0500 (Tue, 06 Nov 2007) | 1 line

Removing STIX otf fonts
........
r4132 | mdboom | 2007-11-06 14:39:23 -0500 (Tue, 06 Nov 2007) | 2 lines

Converted STIX fonts from otf to ttf.
........

2007-11-06 20:02:07 View
Download
[r3992] (9.7 kB) by mdboom

Separated path utilities from backend_agg

2007-10-24 16:03:49 View
Download
[r3984] (9.4 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
[r3908] (9.4 kB) by mdboom

Lots of progress on Polar transform refactoring. Added point_in_path algorithm.

2007-10-03 12:50:04 View
Download
[r3851] (9.4 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
[r3806] (9.5 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.