File tree Expand file tree Collapse file tree 3 files changed +16
-11
lines changed Expand file tree Collapse file tree 3 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 1
1
New entries should be added at the top
2
2
3
3
==============================================================
4
-
5
- 2004-09-15 Modified setup to build array-package-specific extensions for those
6
- extensions which are array-aware. Setup builds extensions
7
- automatically for either Numeric, numarray, or both,
8
- depending on what you have installed. Python proxy modules
9
- for the array-aware extensions import the version optimized
10
- for numarray or Numeric determined by numerix. - JTM
11
-
12
- 2004-09-15 Moved definitions of infinity from mlab to numerix
13
- to avoid divide by zero warnings for numarray - JTM
4
+ 2004-09-15 Applied Fernando's backend __init__ patch to support easier
5
+ backend maintenance. Added his numutils to mlab. JDH
6
+
7
+ 2004-09-15 Modified setup to build array-package-specific extensions
8
+ for those extensions which are array-aware. Setup builds
9
+ extensions automatically for either Numeric, numarray, or
10
+ both, depending on what you have installed. Python proxy
11
+ modules for the array-aware extensions import the version
12
+ optimized for numarray or Numeric determined by numerix. -
13
+ JTM
14
+
15
+ 2004-09-15 Moved definitions of infinity from mlab to numerix to avoid
16
+ divide by zero warnings for numarray - JTM
14
17
15
18
16
19
==============================================================
Original file line number Diff line number Diff line change @@ -574,3 +574,5 @@ ZeroDivisionError: SeparableTransformation::eval_scalars yin interval is zero; c
574
574
files.
575
575
576
576
-- file save dialog for Tk? See Mayavi for the right call to make.
577
+
578
+ -- colorbar for dynamic images.
Original file line number Diff line number Diff line change 12
12
title ('About as simple as it gets, folks' )
13
13
grid (True )
14
14
#axis([0,1,-1,1])
15
- # savefig('simple_plot')
15
+ savefig ('simple_plot' )
16
16
17
17
show ()
You can’t perform that action at this time.
0 commit comments