From: <md...@us...> - 2007-09-07 18:07:44
|
Revision: 3811 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3811&view=rev Author: mdboom Date: 2007-09-07 11:07:43 -0700 (Fri, 07 Sep 2007) Log Message: ----------- Note that .bmp is no longer an alias for .raw Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2007-09-07 15:23:32 UTC (rev 3810) +++ trunk/matplotlib/CHANGELOG 2007-09-07 18:07:43 UTC (rev 3811) @@ -1,3 +1,5 @@ +2007-09-06 .bmp file format is now longer an alias for .raw + 2007-09-07 Added clip path support to pdf backend. - JKS 2007-09-06 Fixed a bug in the embedding of Type 1 fonts in PDF. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ds...@us...> - 2007-09-24 13:00:13
|
Revision: 3880 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3880&view=rev Author: dsdale Date: 2007-09-24 06:00:12 -0700 (Mon, 24 Sep 2007) Log Message: ----------- backend_qt* bugfix for multiple plot windows and show() Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2007-09-24 12:56:38 UTC (rev 3879) +++ trunk/matplotlib/CHANGELOG 2007-09-24 13:00:12 UTC (rev 3880) @@ -1,3 +1,7 @@ +2007-09-24 Applied Eike Welk's patch reported on mpl-dev on 2007-09-22 + Fixes a bug with multiple plot windows in the qt backend, + ported the changes to backend_qt4 as well - DSD + 2007-09-21 Changed cbook.reversed to yield the same result as the python reversed builtin - DSD This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cm...@us...> - 2007-11-28 01:33:16
|
Revision: 4475 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4475&view=rev Author: cmoad Date: 2007-11-27 17:33:15 -0800 (Tue, 27 Nov 2007) Log Message: ----------- rev typo fixed for 0.91 release Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2007-11-28 01:31:59 UTC (rev 4474) +++ trunk/matplotlib/CHANGELOG 2007-11-28 01:33:15 UTC (rev 4475) @@ -1,5 +1,5 @@ =============================================================== -2007-11-27 Released 0.91.0 at revision 4244 +2007-11-27 Released 0.91.0 at revision 4474 2007-11-13 All backends now support writing to a file-like object, not just a regular file. savefig() can be passed a file-like This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cm...@us...> - 2007-11-28 02:25:07
|
Revision: 4477 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4477&view=rev Author: cmoad Date: 2007-11-27 18:25:06 -0800 (Tue, 27 Nov 2007) Log Message: ----------- rev bump for new bug Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2007-11-28 02:24:40 UTC (rev 4476) +++ trunk/matplotlib/CHANGELOG 2007-11-28 02:25:06 UTC (rev 4477) @@ -1,5 +1,5 @@ =============================================================== -2007-11-27 Released 0.91.0 at revision 4474 +2007-11-27 Released 0.91.0 at revision 4477 2007-11-13 All backends now support writing to a file-like object, not just a regular file. savefig() can be passed a file-like This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cm...@us...> - 2007-11-30 02:41:02
|
Revision: 4513 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4513&view=rev Author: cmoad Date: 2007-11-29 18:41:01 -0800 (Thu, 29 Nov 2007) Log Message: ----------- minor rev bump Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2007-11-30 02:40:30 UTC (rev 4512) +++ trunk/matplotlib/CHANGELOG 2007-11-30 02:41:01 UTC (rev 4513) @@ -1,4 +1,7 @@ =============================================================== +2007-11-27 Released 0.91.1 at revision 4513 + +=============================================================== 2007-11-27 Released 0.91.0 at revision 4478 2007-11-13 All backends now support writing to a file-like object, not This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <md...@us...> - 2007-12-07 19:19:04
|
Revision: 4670 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4670&view=rev Author: mdboom Date: 2007-12-07 11:18:58 -0800 (Fri, 07 Dec 2007) Log Message: ----------- Updating CHANGELOG. Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2007-12-07 19:18:02 UTC (rev 4669) +++ trunk/matplotlib/CHANGELOG 2007-12-07 19:18:58 UTC (rev 4670) @@ -1,3 +1,5 @@ +2007-12-07 Issue a warning when drawing an image on a non-linear axis. - MGD + 2007-12-06 let widgets.Cursor initialize to the lower x and y bounds rather than 0,0, which can cause havoc for dates and other transforms - DSD @@ -6,6 +8,10 @@ 2007-12-06 fixed a bug in rcsetup, see bug 1845057 - DSD +2007-12-05 Fix how fonts are cached to avoid loading the same one multiple times. + (This was a regression since 0.90 caused by the refactoring of + font_manager.py) - MGD + =============================================================== 2007-11-27 Released 0.91.1 at revision 4517 @@ -17,8 +23,8 @@ object in place of a file path. - MGD 2007-11-13 Improved the default backend selection at build time: - SVG -> Agg -> TkAgg -> WXAgg -> GTK -> GTKAgg. The last usable - backend in this progression will be chosen in the default + SVG -> Agg -> TkAgg -> WXAgg -> GTK -> GTKAgg. The last usable + backend in this progression will be chosen in the default config file. If a backend is defined in setup.cfg, that will be the default backend - DSD @@ -28,41 +34,41 @@ 2007-11-12 Exposed all the build options in setup.cfg. These options are read into a dict called "options" by setupext.py. Also, added "-mpl" tags to the version strings for packages provided by - matplotlib. Versions provided by mpl will be identified and + matplotlib. Versions provided by mpl will be identified and updated on subsequent installs - DSD 2007-11-12 Added support for STIX fonts. A new rcParam, - mathtext.fontset, can be used to choose between: - + mathtext.fontset, can be used to choose between: + 'cm': - The TeX/LaTeX Computer Modern fonts + The TeX/LaTeX Computer Modern fonts - 'stix': + 'stix': The STIX fonts (see stixfonts.org) - 'stixsans': - The STIX fonts, using sans-serif glyphs by default + 'stixsans': + The STIX fonts, using sans-serif glyphs by default - 'custom': + 'custom': A generic Unicode font, in which case the mathtext font must be specified using mathtext.bf, mathtext.it, mathtext.sf etc. - + Added a new example, stix_fonts_demo.py to show how to access different fonts and unusual symbols. - + - MGD -2007-11-12 Options to disable building backend extension modules moved +2007-11-12 Options to disable building backend extension modules moved from setup.py to setup.cfg - DSD 2007-11-09 Applied Martin Teichmann's patch 1828813: a QPainter is used in - paintEvent, which has to be destroyed using the method end(). If - matplotlib raises an exception before the call to end - and it - does if you feed it with bad data - this method end() is never + paintEvent, which has to be destroyed using the method end(). If + matplotlib raises an exception before the call to end - and it + does if you feed it with bad data - this method end() is never called and Qt4 will start spitting error messages -2007-11-09 Moved pyparsing back into matplotlib namespace. Don't use +2007-11-09 Moved pyparsing back into matplotlib namespace. Don't use system pyparsing, API is too variable from one release to the next - DSD This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jd...@us...> - 2007-12-13 22:40:36
|
Revision: 4730 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4730&view=rev Author: jdh2358 Date: 2007-12-13 14:40:33 -0800 (Thu, 13 Dec 2007) Log Message: ----------- noted rec2gtk and recexcel moves in CHANGELOG Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2007-12-13 18:42:54 UTC (rev 4729) +++ trunk/matplotlib/CHANGELOG 2007-12-13 22:40:33 UTC (rev 4730) @@ -1,3 +1,6 @@ +2007-12-13 Moved rec2gtk to matplotlib.toolkits.gtktools and rec2excel + to matplotlib.toolkits.exceltools - JDH + 2007-12-12 Support alpha-blended text in the Agg and Svg backends - MGD This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2008-01-10 13:15:39
|
Revision: 4838 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4838&view=rev Author: jswhit Date: 2008-01-10 05:15:37 -0800 (Thu, 10 Jan 2008) Log Message: ----------- moved toolkits to mpl_toolkits Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-01-10 13:12:46 UTC (rev 4837) +++ trunk/matplotlib/CHANGELOG 2008-01-10 13:15:37 UTC (rev 4838) @@ -1,3 +1,6 @@ +2008-01-10 Moved toolkits to mpl_toolkits, made mpl_toolkits + a namespace package - JSWHIT + 2008-01-10 Use setup.cfg to set the default parameters (tkagg, numpy) when building windows installers - DSD This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jd...@us...> - 2008-02-16 21:12:15
|
Revision: 4976 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4976&view=rev Author: jdh2358 Date: 2008-02-16 13:12:14 -0800 (Sat, 16 Feb 2008) Log Message: ----------- addred rec_groupby and rec2txt Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-02-16 20:58:37 UTC (rev 4975) +++ trunk/matplotlib/CHANGELOG 2008-02-16 21:12:14 UTC (rev 4976) @@ -2,7 +2,6 @@ (rec_summarize, rec2txt and rec_groupby). See examples/rec_groupby_demo.py. Thanks to Tim M for rec2txt. - 2008-02-12 Applied Erik Tollerud's span selector patch - JDH 2008-02-11 Update plotting() doc string to refer to getp/setp. - JKS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <md...@us...> - 2008-04-28 17:16:02
|
Revision: 5092 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5092&view=rev Author: mdboom Date: 2008-04-28 09:52:44 -0700 (Mon, 28 Apr 2008) Log Message: ----------- Removing SVN conflict marker. Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-04-28 14:19:06 UTC (rev 5091) +++ trunk/matplotlib/CHANGELOG 2008-04-28 16:52:44 UTC (rev 5092) @@ -14,7 +14,6 @@ 2008-04-24 Fix compilation issues on VS2003 (Thanks Martin Spacek for all the help) - MGD ->>>>>>> .merge-right.r5090 2008-04-24 Fix sub/superscripts when the size of the font has been changed - MGD This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ds...@us...> - 2008-05-05 18:59:42
|
Revision: 5117 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5117&view=rev Author: dsdale Date: 2008-05-05 11:59:10 -0700 (Mon, 05 May 2008) Log Message: ----------- forgot to make a note in the changelog Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-05-05 18:56:38 UTC (rev 5116) +++ trunk/matplotlib/CHANGELOG 2008-05-05 18:59:10 UTC (rev 5117) @@ -1,3 +1,7 @@ +2008-05-05 pass notify_axes_change to the figure's add_axobserver + in the qt backends, like we do for the other backends. + Thanks Glenn Jones for the report - DSD + 2008-05-02 Added step histograms, based on patch by Erik Tollerud. - MM 2008-05-02 On PyQt <= 3.14 there is no way to determine the underlying This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jd...@us...> - 2008-05-16 20:09:14
|
Revision: 5155 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5155&view=rev Author: jdh2358 Date: 2008-05-16 13:09:09 -0700 (Fri, 16 May 2008) Log Message: ----------- added changelog entry Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-05-16 20:08:39 UTC (rev 5154) +++ trunk/matplotlib/CHANGELOG 2008-05-16 20:09:09 UTC (rev 5155) @@ -1,3 +1,5 @@ +2008-05-16 Reorganized examples dir + 2008-05-16 Added 'elinewidth' keyword arg to errorbar, based on patch by Christopher Brown - MM This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ds...@us...> - 2008-05-22 21:02:14
|
Revision: 5219 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5219&view=rev Author: dsdale Date: 2008-05-22 14:02:08 -0700 (Thu, 22 May 2008) Log Message: ----------- forgot to commit the CHANGELOG Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-05-22 21:01:40 UTC (rev 5218) +++ trunk/matplotlib/CHANGELOG 2008-05-22 21:02:08 UTC (rev 5219) @@ -1,3 +1,10 @@ +2008-05-22 Added support for ReST-based doumentation using Sphinx. + Documents are located in doc/, and are broken up into + a users guide and an API reference. To build, run the + make.py files. Sphinx-0.4 is needed to build generate xml, + which will be useful for rendering equations with mathml, + use sphinx from svn until 0.4 is released - DSD + 2008-05-21 Fix segfault in TkAgg backend - MGD 2008-05-21 Fix a "local variable unreferenced" bug in plotfile - MM This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <md...@us...> - 2008-05-29 15:14:24
|
Revision: 5301 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5301&view=rev Author: mdboom Date: 2008-05-29 08:13:52 -0700 (Thu, 29 May 2008) Log Message: ----------- Removed erroneous CHANGELOG entry (it was applied only to branch) Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-05-29 14:57:15 UTC (rev 5300) +++ trunk/matplotlib/CHANGELOG 2008-05-29 15:13:52 UTC (rev 5301) @@ -3,8 +3,6 @@ fixed a bug introduced when get_grey method was added - DSD -2008-05-29 Implement path clipping in SVG backend - MGD - 2008-05-28 Fix crashing of PDFs in xpdf and ghostscript when two-byte characters are used with Type 3 fonts - MGD This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jd...@us...> - 2008-06-12 19:15:34
|
Revision: 5491 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5491&view=rev Author: jdh2358 Date: 2008-06-12 12:15:17 -0700 (Thu, 12 Jun 2008) Log Message: ----------- added array and png helper funcs to mathtext Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-06-12 19:14:21 UTC (rev 5490) +++ trunk/matplotlib/CHANGELOG 2008-06-12 19:15:17 UTC (rev 5491) @@ -2,7 +2,7 @@ return bitmap arrays or write pngs to make it easier to use mathtext outside the context of an mpl figure. modified the mathpng sphinxext to use the mathtext png save - functionality + functionality - see examples/api/mathtext_asarray.py - JDH 2008-06-11 Use matplotlib.mathtext to render math expressions in online docs - MGD This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cm...@us...> - 2008-06-23 01:32:25
|
Revision: 5637 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5637&view=rev Author: cmoad Date: 2008-06-22 18:32:18 -0700 (Sun, 22 Jun 2008) Log Message: ----------- minor rev bump Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-06-22 16:32:47 UTC (rev 5636) +++ trunk/matplotlib/CHANGELOG 2008-06-23 01:32:18 UTC (rev 5637) @@ -1,3 +1,6 @@ +=============================================================== +2008-06-22 Released 0.98.1 at revision 5637 + 2008-06-22 Removed axes3d support and replaced it with a NotImplementedError for one release cycle This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <md...@us...> - 2008-06-24 17:46:54
|
Revision: 5664 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5664&view=rev Author: mdboom Date: 2008-06-24 10:46:40 -0700 (Tue, 24 Jun 2008) Log Message: ----------- Updating changelog. Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-06-24 17:44:09 UTC (rev 5663) +++ trunk/matplotlib/CHANGELOG 2008-06-24 17:46:40 UTC (rev 5664) @@ -1,4 +1,6 @@ -2006-08-24 Applied Stefan's patch to draw a sinle centered marker over +2006-06-24 Added "transparent" kwarg to savefig. - MGD + +2006-06-24 Applied Stefan's patch to draw a sinle centered marker over a line with numpoints==1 - JDH 2008-06-23 Use splines to render circles in scatter plots - MGD This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jd...@us...> - 2008-06-24 18:16:30
|
Revision: 5668 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5668&view=rev Author: jdh2358 Date: 2008-06-24 11:16:11 -0700 (Tue, 24 Jun 2008) Log Message: ----------- tagged 0.98.2 Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-06-24 18:13:40 UTC (rev 5667) +++ trunk/matplotlib/CHANGELOG 2008-06-24 18:16:11 UTC (rev 5668) @@ -1,3 +1,6 @@ +================================================================= +2006-02-24 Released 0.98.2 at svn r5667 - (source only for debian) JDH + 2006-06-24 Added "transparent" kwarg to savefig. - MGD 2006-06-24 Applied Stefan's patch to draw a sinle centered marker over This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <md...@us...> - 2008-07-07 18:34:49
|
Revision: 5718 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5718&view=rev Author: mdboom Date: 2008-07-07 11:34:48 -0700 (Mon, 07 Jul 2008) Log Message: ----------- Committing CHANGELOG Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-07-07 18:34:07 UTC (rev 5717) +++ trunk/matplotlib/CHANGELOG 2008-07-07 18:34:48 UTC (rev 5718) @@ -1,11 +1,13 @@ -2007-07-03 Implemented findobj method for artist and pyplot - see +2008-07-07 Fix custom scales in pcolormesh (thanks Matthew Turk) - MGD + +2008-07-03 Implemented findobj method for artist and pyplot - see examples/pylab_examples/findobj_demo.py - JDH 2008-06-30 Another attempt to fix TextWithDash - DSD -2008-06-30 Removed Qt4 NavigationToolbar2.destroy -- it appears to - have been unnecessary and caused a bug reported by P. - Raybaut - DSD +2008-06-30 Removed Qt4 NavigationToolbar2.destroy -- it appears to + have been unnecessary and caused a bug reported by P. + Raybaut - DSD 2008-06-27 Fixed tick positioning bug - MM This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |