Changes between Version 10 and Version 11 of ZeroRankArray

Show
Ignore:
Timestamp:
02/17/06 21:11:34 (7 years ago)
Author:
sasha
Comment:

started collecting numpy-discussion threads

Legend:

Unmodified
Added
Removed
Modified
  • ZeroRankArray

    v10 v11  
    3333 
    3434Numpy'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 
     36There 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] 
    3539 
    3640To be completed ...