I've merged a pull request from Alok Singhal which implements Robert Kern's idea for this.
Thanks, Mark On Wed, Jul 27, 2011 at 12:50 PM, Matthew Brett <matthew.br...@gmail.com>wrote: > Hi, > > I see that (current trunk): > > In [9]: np.ones((1,), dtype=bool) > Out[9]: array([ True], dtype='bool') > > - whereas (1.5.1): > > In [2]: np.ones((1,), dtype=bool) > Out[2]: array([ True], dtype=bool) > > That is breaking quite a few doctests. What is the reason for the > change? Something to do with more planned dtypes? > > Thanks a lot, > > Matthew > _______________________________________________ > NumPy-Discussion mailing list > NumPy-Discussion@scipy.org > http://mail.scipy.org/mailman/listinfo/numpy-discussion >
_______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion