On Fri, Jan 18, 2013 at 11:31 PM, Chris Barker - NOAA Federal <
chris.bar...@noaa.gov> wrote:

> On Fri, Jan 18, 2013 at 2:22 PM, Matthew Brett <matthew.br...@gmail.com>
> wrote:
>
> > I personally find 'fill' OK.  I'd read:
> >
> > a = np.empty((10, 10), fill=np.nan)
> >
> > as
> >
> > "make an empty array shape (10, 10) and fill with nans"
>
> +1
>
> simple, does the job, and doesn't bloat the API.
>

+1 from me too.

Ralf
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to