File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11New entries should be added at the top
22
33==============================================================
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
1417
1518
1619==============================================================
Original file line number Diff line number Diff line change @@ -574,3 +574,5 @@ ZeroDivisionError: SeparableTransformation::eval_scalars yin interval is zero; c
574574 files.
575575
576576-- 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 1212title ('About as simple as it gets, folks' )
1313grid (True )
1414#axis([0,1,-1,1])
15- # savefig('simple_plot')
15+ savefig ('simple_plot' )
1616
1717show ()
You can’t perform that action at this time.
0 commit comments