From: Paul B. <Ba...@st...> - 2001-11-19 22:11:20
|
Perry Greenfield wrote: > > An early beta version is available on sourceforge as the > package Numarray (http://sourceforge.net/projects/numpy/) > > Information on the goals, changes in user interface, open issues, > and design can be found at http://aten.stsci.edu/numarray 6) Should array properties be accessible as public attributes instead of through accessor methods? We don't currently allow public array attributes to make the Python code simpler and faster (otherwise we will be forced to use __setattr__ and such). This results in incompatibilty with previous code that uses such attributes. I prefer the use of public attributes over accessor methods. -- Paul Barrett, PhD Space Telescope Science Institute Phone: 410-338-4475 ESS/Science Software Group FAX: 410-338-4767 Baltimore, MD 21218 |