|
2 | 2 | key events resulting from auto-repeat. This makes |
3 | 3 | constrained zoom/pan work. - EF |
4 | 4 |
|
| 5 | +2011-04-14 interpolation="nearest" always interpolate images. A new |
| 6 | + mode "none" is introduced for no interpolation - JJL |
| 7 | + |
5 | 8 | 2011-04-03 Fixed broken pick interface to AsteriskCollection objects |
6 | 9 | used by scatter. - EF |
7 | 10 |
|
| 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 | + |
8 | 16 | 2011-03-29 Wrapped ViewVCCachedServer definition in a factory function. |
9 | 17 | This class now inherits from urllib2.HTTPSHandler in order |
10 | 18 | to fetch data from github, but HTTPSHandler is not defined |
|
19 | 27 | not responding to the c kwarg. The symbols have no |
20 | 28 | face area, so only the edgecolor is visible. - EF |
21 | 29 |
|
| 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 | + |
22 | 40 | 2011-02-07 Quick workaround for dviread bug #3175113 - JKS |
23 | 41 |
|
| 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 | + |
24 | 57 | 2011-01-04 Tag 1.0.1 for release at r8896 |
25 | 58 |
|
| 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 | + |
26 | 67 | 2010-11-22 Fixed error with Hammer projection. - BVR |
27 | 68 |
|
28 | 69 | 2010-11-12 Fixed the placement and angle of axis labels in 3D plots. - BVR |
|
31 | 72 | allow bypassing the download mechanism in get_sample_data. |
32 | 73 | - JKS |
33 | 74 |
|
| 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 | + |
34 | 87 | 2010-08-21 Change Axis.set_view_interval() so that when updating an |
35 | 88 | existing interval, it respects the orientation of that |
36 | 89 | interval, and can enlarge but not reduce the interval. |
|
45 | 98 |
|
46 | 99 | 2010-08-14 Fix bug in patch alpha handling, and in bar color kwarg - EF |
47 | 100 |
|
| 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 | + |
48 | 118 | 2010-07-20 Return Qt4's default cursor when leaving the canvas - DSD |
49 | 119 |
|
50 | 120 | 2010-07-06 Tagging for mpl 1.0 at r8502 |
|
0 commit comments