Changes between Version 10 and Version 11 of ZeroRankArray
- Timestamp:
- 02/17/06 21:11:34 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZeroRankArray
v10 v11 33 33 34 34 Numpy's design decision to provide 0-d arrays and array scalars in addition to native python types goes against one of the fundamental python design principles that there should be only one obvious way to do it. In this section we will try to explain why it is necessary to have three different ways to represent a number. 35 36 There were several numpy-discussion threads: 37 38 * [http://sourceforge.net/mailarchive/forum.php?thread_id=6843233&forum_id=4890 Thoughts about zero dimensional arrays vs Python scalars] 35 39 36 40 To be completed ...
