10000 symc to 0.72 · matplotlib/matplotlib@79b9b80 · GitHub
[go: up one dir, main page]

Skip to content

Commit 79b9b80

Browse files
committed
symc to 0.72
svn path=/trunk/matplotlib/; revision=951
1 parent a79df98 commit 79b9b80

File tree

6 files changed

+32
-19
lines changed

6 files changed

+32
-19
lines changed

CHANGELOG

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
New entries should be added at the top
22

3-
2005-02-10 new zorder example for fine control in zorder_demo.py - FP
3+
2005-02-09 matplotlib-0.72 released
44

5-
2005-02-10 backend renderer draw_lines now has transform in backend,
5+
2005-02-09 new zorder example for fine control in zorder_demo.py - FP
6+
7+
2005-02-09 backend renderer draw_lines now has transform in backend,
8+
9+
10+
2005-02-09 backend renderer draw_lines now has transform in backend,
611
as in draw_markers; use numerix in _backend_agg, aded small
712
line optimization to agg
813

@@ -25,8 +30,8 @@ New entries should be added at the top
2530
2005-02-05 Added some default key press events to pylab figures: 'g'
2631
toggles grid - JDH
2732

28-
2005-02-05 Added some support for handling log switching
29-
for lines that have nonpos data - JDH
33+
2005-02-05 Added some support for handling log switching for lines
34+
that have nonpos data - JDH
3035

3136
2005-02-04 Added Nadia's contour patch - contour now has matlab
3237
compatible syntax; this also fixed an unequal sized contour

LICENSE/LICENSE

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
LICENSE AGREEMENT FOR MATPLOTLIB 0.71
1+
LICENSE AGREEMENT FOR MATPLOTLIB 0.72
22
--------------------------------------
33

4-
1. This LICENSE AGREEMENT is between the John D. Hunter ("JDH"), and the
4+
1. This LICENSE AGREEMENT is between John D. Hunter ("JDH"), and the
55
Individual or Organization ("Licensee") accessing and otherwise using
66
matplotlib software in source or binary form and its associated
77
documentation.
88

99
2. Subject to the terms and conditions of this License Agreement, JDH
1010
hereby grants Licensee a nonexclusive, royalty-free, world-wide license
1111
to reproduce, analyze, test, perform and/or display publicly, prepare
12-
derivative works, distribute, and otherwise use matplotlib 0.71
12+
derivative works, distribute, and otherwise use matplotlib 0.72
1313
alone or in any derivative version, provided, however, that JDH's
1414
License Agreement and JDH's notice of copyright, i.e., "Copyright (c)
15-
2002-2004 John D. Hunter; All Rights Reserved" are retained in
16-
matplotlib 0.71 alone or in any derivative version prepared by
15+
2002-2005 John D. Hunter; All Rights Reserved" are retained in
16+
matplotlib 0.72 alone or in any derivative version prepared by
1717
Licensee.
1818

1919
3. In the event Licensee prepares a derivative work that is based on or
20-
incorporates matplotlib 0.71 or any part thereof, and wants to
20+
incorporates matplotlib 0.72 or any part thereof, and wants to
2121
make the derivative work available to others as provided herein, then
2222
Licensee hereby agrees to include in any such work a brief summary of
23-
the changes made to matplotlib 0.71.
23+
the changes made to matplotlib 0.72.
2424

25-
4. JDH is making matplotlib 0.71 available to Licensee on an "AS
25+
4. JDH is making matplotlib 0.72 available to Licensee on an "AS
2626
IS" basis. JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
2727
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND
2828
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
29-
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB 0.71
29+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB 0.72
3030
WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
3131

3232
5. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB
33-
0.71 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR
33+
0.72 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR
3434
LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING
35-
MATPLOTLIB 0.71, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF
35+
MATPLOTLIB 0.72, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF
3636
THE POSSIBILITY THEREOF.
3737

3838
6. This License Agreement will automatically terminate upon a material
@@ -44,6 +44,6 @@ Licensee. This License Agreement does not grant permission to use JDH
4444
trademarks or trade name in a trademark sense to endorse or promote
4545
products or services of Licensee, or any third party.
4646

47-
8. By copying, installing or otherwise using matplotlib 0.71,
47+
8. By copying, installing or otherwise using matplotlib 0.72,
4848
Licensee agrees to be bound by the terms and conditions of this License
4949
Agreement.

MANIFEST

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ CHANGELOG
44
INSTALL
55
INTERACTIVE
66
KNOWN_BUGS
7+
MANIFEST
78
MANIFEST.in
89
Makefile
10+
NUMARRAY_ISSUES
911
README
1012
TODO
1113
__init__.py
@@ -247,6 +249,7 @@ agg22/svg/win32_api/svg_test.dsw
247249
examples/README
248250
examples/__init__.py
249251
examples/accented_text.py
252+
examples/agg_oo.py< 6DB6 /div>
250253
examples/alignment_test.py
251254
examples/anim.py
252255
examples/anim_tk.py
@@ -353,6 +356,7 @@ examples/scatter_demo.py
353356
examples/scatter_demo2.py
354357
examples/scatter_profile.py
355358
examples/set_and_get.py
359+
examples/shared_axis_demo.py
356360
examples/simple_plot.py
357361
examples/specgram_demo.py
358362
examples/stem_plot.py
@@ -527,6 +531,7 @@ lib/matplotlib/mathtext.py
527531
lib/matplotlib/matlab.py
528532
lib/matplotlib/mlab.py
529533
lib/matplotlib/patches.py
534+
lib/matplotlib/path.py
530535
lib/matplotlib/pylab.py
531536
lib/matplotlib/pyparsing.py
532537
lib/matplotlib/table.py
@@ -546,6 +551,7 @@ lib/matplotlib/backends/backend_gtkagg.py
546551
lib/matplotlib/backends/backend_gtkcairo.py
547552
lib/matplotlib/backends/backend_paint.py
548553
lib/matplotlib/backends/backend_ps.py
554+
lib/matplotlib/backends/backend_qtagg.py
549555
lib/matplotlib/backends/backend_svg.py
550556
lib/matplotlib/backends/backend_template.py
551557
lib/matplotlib/backends/backend_tkagg.py
@@ -1142,9 +1148,11 @@ src/_contour.c
11421148
src/_gtkagg.cpp
11431149
src/_image.cpp
11441150
src/_image.h
1151+
src/_na_backend_agg.cpp
11451152
src/_na_contour.c
11461153
src/_na_image.cpp
11471154
src/_na_transforms.cpp
1155+
src/_nc_backend_agg.cpp
11481156
src/_nc_contour.c
11491157
src/_nc_image.cpp
11501158
src/_nc_transforms.cpp

examples/backend_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def drive(backend, python='python2.3'):
106106
#backends = ['Agg', 'Cairo', 'GDK', 'PS', 'SVG', 'Template']
107107
backends = ['Agg', 'PS', 'SVG', 'Template']
108108
#backends = [ 'GTK', 'WX', 'TkAgg']
109-
backends = ['Agg']
109+
#backends = ['Agg']
110110
python = 'python2.2'
111111
for backend in backends:
112112
print 'testing %s' % backend

examples/mathtext_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
"""
3-
3+
44
In order to use mathtext, you must build matplotlib.ft2font. This is
55
built by default in the windows installer.
66

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
Most of the other commands are from the Numeric, MLab and FFT, with
141141
the exception of those in mlab.py provided by matplotlib.
142142
"""
143-
__version__ = '0.71'
143+
__version__ = '0.72'
144144
__revision__ = '$Revision$'
145145
__date__ = '$Date$'
146146

0 commit comments

Comments
 (0)
0