Show More
@@ -3,6 +3,8 b'' | |||||
3 | Extension for printing Numeric Arrays in flexible ways. |
|
3 | Extension for printing Numeric Arrays in flexible ways. | |
4 | """ |
|
4 | """ | |
5 |
|
5 | |||
|
6 | from Numeric import ArrayType | |||
|
7 | ||||
6 | def num_display(self,arg): |
|
8 | def num_display(self,arg): | |
7 | """Display method for printing which treats Numeric arrays specially. |
|
9 | """Display method for printing which treats Numeric arrays specially. | |
8 | """ |
|
10 | """ |
@@ -1,3 +1,8 b'' | |||||
|
1 | 2005-09-27 Fernando Perez <Fernando.Perez@colorado.edu> | |||
|
2 | ||||
|
3 | * IPython/Extensions/numeric_formats.py: fix missing import, | |||
|
4 | reported by Stephen Walton. | |||
|
5 | ||||
1 | 2005-09-24 Fernando Perez <Fernando.Perez@colorado.edu> |
|
6 | 2005-09-24 Fernando Perez <Fernando.Perez@colorado.edu> | |
2 |
|
7 | |||
3 | * IPython/demo.py: finish demo module, fully documented now. |
|
8 | * IPython/demo.py: finish demo module, fully documented now. |
General Comments 0
You need to be logged in to leave comments.
Login now