Skip to content

Commit 0fe4b50

Browse files
committed
Updating CHANGELOG.
svn path=/trunk/matplotlib/; revision=4670
1 parent bf7f49e commit 0fe4b50

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

CHANGELOG

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2007-12-07 Issue a warning when drawing an image on a non-linear axis. - MGD
2+
13
2007-12-06 let widgets.Cursor initialize to the lower x and y bounds
24
rather than 0,0, which can cause havoc for dates and other
35
transforms - DSD
@@ -6,6 +8,10 @@
68

79
2007-12-06 fixed a bug in rcsetup, see bug 1845057 - DSD
810

11+
2007-12-05 Fix how fonts are cached to avoid loading the same one multiple times.
12+
(This was a regression since 0.90 caused by the refactoring of
13+
font_manager.py) - MGD
14+
915
===============================================================
1016
2007-11-27 Released 0.91.1 at revision 4517
1117

@@ -17,8 +23,8 @@
1723
object in place of a file path. - MGD
1824

1925
2007-11-13 Improved the default backend selection at build time:
20-
SVG -> Agg -> TkAgg -> WXAgg -> GTK -> GTKAgg. The last usable
21-
backend in this progression will be chosen in the default
26+
SVG -> Agg -> TkAgg -> WXAgg -> GTK -> GTKAgg. The last usable
27+
backend in this progression will be chosen in the default
2228
config file. If a backend is defined in setup.cfg, that will
2329
be the default backend - DSD
2430

@@ -28,41 +34,41 @@
2834
2007-11-12 Exposed all the build options in setup.cfg. These options are
2935
read into a dict called "options" by setupext.py. Also, added
3036
"-mpl" tags to the version strings for packages provided by
31-
matplotlib. Versions provided by mpl will be identified and
37+
matplotlib. Versions provided by mpl will be identified and
3238
updated on subsequent installs - DSD
3339

3440
2007-11-12 Added support for STIX fonts. A new rcParam,
35-
mathtext.fontset, can be used to choose between:
36-
41+
mathtext.fontset, can be used to choose between:
42+
3743
'cm':
38-
The TeX/LaTeX Computer Modern fonts
44+
The TeX/LaTeX Computer Modern fonts
3945

40-
'stix':
46+
'stix':
4147
The STIX fonts (see stixfonts.org)
4248

43-
'stixsans':
44-
The STIX fonts, using sans-serif glyphs by default
49+
'stixsans':
50+
The STIX fonts, using sans-serif glyphs by default
4551

46-
'custom':
52+
'custom':
4753
A generic Unicode font, in which case the mathtext font
4854
must be specified using mathtext.bf, mathtext.it,
4955
mathtext.sf etc.
50-
56+
5157
Added a new example, stix_fonts_demo.py to show how to access
5258
different fonts and unusual symbols.
53-
59+
5460
- MGD
5561

56-
2007-11-12 Options to disable building backend extension modules moved
62+
2007-11-12 Options to disable building backend extension modules moved
5763
from setup.py to setup.cfg - DSD
5864

5965
2007-11-09 Applied Martin Teichmann's patch 1828813: a QPainter is used in
60-
paintEvent, which has to be destroyed using the method end(). If
61-
matplotlib raises an exception before the call to end - and it
62-
does if you feed it with bad data - this method end() is never
66+
paintEvent, which has to be destroyed using the method end(). If
67+
matplotlib raises an exception before the call to end - and it
68+
does if you feed it with bad data - this method end() is never
6369
called and Qt4 will start spitting error messages
6470

65-
2007-11-09 Moved pyparsing back into matplotlib namespace. Don't use
71+
2007-11-09 Moved pyparsing back into matplotlib namespace. Don't use
6672
system pyparsing, API is too variable from one release
6773
to the next - DSD
6874

0 commit comments

Comments
 (0)