File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,19 @@ New entries should be added at the top
4
4
2004-09-15 Applied Fernando's backend __init__ patch to support easier
5
5
backend maintenance. Added his numutils to mlab. JDH
6
6
7
+ 2004-09-16 Re-designated all files in matplotlib/images as binary and
8
+ w/o keyword substitution using "cvs admin -kb *.svg ...".
9
+ See binary files in "info cvs" under Linux. This was messing
10
+ up builds from CVS on windows since CVS was doing lf -> cr/lf
11
+ and keyword substitution on the bitmaps. - JTM
12
+
7
13
2004-09-15 Modified setup to build array-package-specific extensions
8
14
for those extensions which are array-aware. Setup builds
9
15
extensions automatically for either Numeric, numarray, or
10
16
both, depending on what you have installed. Python proxy
11
17
modules for the array-aware extensions import the version
12
- optimized for numarray or Numeric determined by numerix. -
13
- JTM
18
+ optimized for numarray or Numeric determined by numerix.
19
+ - JTM
14
20
15
21
2004-09-15 Moved definitions of infinity from mlab to numerix to avoid
16
22
divide by zero warnings for numarray - JTM
You can’t perform that action at this time.
0 commit comments