Skip to content

Commit 668ef6d

Browse files
committed
Merge remote branch 'upstream/v1.0.x' into gtk_crash
2 parents de18d9a + 53f8139 commit 668ef6d

File tree

1,440 files changed

+35623
-26086
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,440 files changed

+35623
-26086
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ lib/matplotlib/mpl-data/matplotlibrc
4545
#################################
4646
doc/examples
4747
doc/_templates/gallery.html
48+
doc/users/installing.rst
4849
doc/_static/matplotlibrc

CHANGELOG

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
key events resulting from auto-repeat. This makes
33
constrained zoom/pan work. - EF
44

5+
2011-04-14 interpolation="nearest" always interpolate images. A new
6+
mode "none" is introduced for no interpolation - JJL
7+
58
2011-04-03 Fixed broken pick interface to AsteriskCollection objects
69
used by scatter. - EF
710

11+
2011-04-01 The plot directive Sphinx extension now supports all of the
12+
features in the Numpy fork of that extension. These
13+
include doctest formatting, an 'include-source' option, and
14+
a number of new configuration options. - MGD
15+
816
2011-03-29 Wrapped ViewVCCachedServer definition in a factory function.
917
This class now inherits from urllib2.HTTPSHandler in order
1018
to fetch data from github, but HTTPSHandler is not defined
@@ -19,10 +27,43 @@
1927
not responding to the c kwarg. The symbols have no
2028
face area, so only the edgecolor is visible. - EF
2129

30+
2011-02-27 Support libpng version 1.5.x; suggestion by Michael
31+
Albert. Changed installation specification to a
32+
minimum of libpng version 1.2. - EF
33+
34+
2011-02-20 clabel accepts a callable as an fmt kwarg; modified
35+
patch by Daniel Hyams. - EF
36+
37+
2011-02-18 scatter([], []) is now valid. Also fixed issues
38+
with empty collections - BVR
39+
2240
2011-02-07 Quick workaround for dviread bug #3175113 - JKS
2341

42+
2011-02-05 Add cbook memory monitoring for Windows, using
43+
tasklist. - EF
44+
45+
2011-02-05 Speed up Normalize and LogNorm by using in-place
46+
operations and by using float32 for float32 inputs
47+
and for ints of 2 bytes or shorter; based on
48+
patch by Christoph Gohlke. - EF
49+
50+
2011-02-04 Changed imshow to use rgba as uint8 from start to
51+
finish, instead of going through an intermediate
52+
step as double precision; thanks to Christoph Gohlke. - EF
53+
54+
2011-01-13 Added zdir and offset arguments to contourf3d to
55+
bring contourf3d in feature parity with contour3d. - BVR
56+
2457
2011-01-04 Tag 1.0.1 for release at r8896
2558

59+
2011-01-03 Added display of ticker offset to 3d plots. - BVR
60+
61+
2011-01-03 Turn off tick labeling on interior subplots for
62+
pyplots.subplots when sharex/sharey is True. - JDH
63+
64+
2010-12-29 Implement axes_divider.HBox and VBox. -JJL
65+
66+
2667
2010-11-22 Fixed error with Hammer projection. - BVR
2768

2869
2010-11-12 Fixed the placement and angle of axis labels in 3D plots. - BVR
@@ -31,6 +72,18 @@
3172
allow bypassing the download mechanism in get_sample_data.
3273
- JKS
3374

75+
2010-10-04 Fix JPEG saving bug: only accept the kwargs documented
76+
by PIL for JPEG files. - JKS
77+
78+
2010-09-15 Remove unused _wxagg extension and numerix.h. - EF
79+
80+
2010-08-25 Add new framework for doing animations with examples.- RM
81+
82+
2010-08-21 Remove unused and inappropriate methods from Tick classes:
83+
set_view_interval, get_minpos, and get_data_interval are
84+
properly found in the Axis class and don't need to be
85+
duplicated in XTick and YTick. - EF
86+
3487
2010-08-21 Change Axis.set_view_interval() so that when updating an
3588
existing interval, it respects the orientation of that
3689
interval, and can enlarge but not reduce the interval.
@@ -45,6 +98,23 @@
4598

4699
2010-08-14 Fix bug in patch alpha handling, and in bar color kwarg - EF
47100

101+
2010-08-12 Removed all traces of numerix module after 17 months of
102+
deprecation warnings. - EF
103+
104+
2010-08-05 Added keyword arguments 'thetaunits' and 'runits' for polar
105+
plots. Fixed PolarAxes so that when it set default
106+
Formatters, it marked them as such. Fixed semilogx and
107+
semilogy to no longer blindly reset the ticker information
108+
on the non-log axis. Axes.arrow can now accept unitized
109+
data. - JRE
110+
111+
2010-08-03 Add support for MPLSETUPCFG variable for custom setup.cfg
112+
filename. Used by sage buildbot to build an mpl w/ no gui
113+
support - JDH
114+
115+
2010-08-01 Create directory specified by MPLCONFIGDIR if it does
116+
not exist. - ADS
117+
48118
2010-07-20 Return Qt4's default cursor when leaving the canvas - DSD
49119

50120
2010-07-06 Tagging for mpl 1.0 at r8502

CXX5/Config.hxx

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)