Skip to content

Commit 66a64c1

Browse files
committed
flushed old mpl-data
svn path=/trunk/matplotlib/; revision=3011
1 parent d8773b6 commit 66a64c1

File tree

130 files changed

+57
-27742
lines changed

Some content is hidden

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

130 files changed

+57
-27742
lines changed

API_CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Moved data files into lib/matplotlib so that setuptools' develop
2+
mode works. Re-organized the mpl-data layout so that this source
3+
structure is maintained in the installation. (I.e. the 'fonts' and
4+
'images' sub-directories are maintained in site-packages.).
5+
Suggest removing site-packages/matplotlib/mpl-data and
6+
~/.matplotlib/ttffont.cache before installing
7+
18
0.90.0 released
29

310
All artists now implement a "pick" method which users should not

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2006-02-12 Moved data files into lib/matplotlib so that setuptools'
2+
develop mode works. Re-organized the mpl-data layout so
3+
that this source structure is maintained in the
4+
installation. (I.e. the 'fonts' and 'images'
5+
sub-directories are maintained in site-packages.) Suggest
6+
removing site-packages/matplotlib/mpl-data and
7+
~/.matplotlib/ttffont.cache before installing
8+
9+
- ADS
10+
111
2006-02-07 Committed Rob Hetland's patch for qt4: remove
212
references to text()/latin1(), plus some improvements
313
to the toolbar layout - DSD

MANIFEST.in

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ include matplotlibrc.template matplotlibrc
55
include __init__.py setupext.py setup.py setupegg.py makeswig.py
66
include examples/data/*
77
include lib/matplotlib/toolkits
8-
include images/*
9-
recursive-include fonts *
8+
include lib/matplotlib/mpl-data/images/*
9+
include lib/matplotlib/mpl-data/fonts/ttf/*
10+
include lib/matplotlib/mpl-data/fonts/afm/*
1011
recursive-include license LICENSE*
11-
recursive-include examples README *.py *.glade
12+
recursive-include examples README *.py
1213
prune examples/_tmp_*
1314
recursive-include src *.cpp *.c *.h
1415
recursive-include CXX *.cxx *.hxx *.c

fonts/afm/cmex10.afm

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

0 commit comments

Comments
 (0)