2011/7/25 Stéfan van der Walt <[email protected]> > Hey all, > > On Tue, Jun 14, 2011 at 4:34 PM, Mark Wiebe <[email protected]> wrote: > > These functions are now fully implemented and documented. As always, code > > reviews are welcome here: > > https://github.com/numpy/numpy/pull/87 > > I haven't been keeping up with the datetime developments, but I > noticed the introduction of more names into the root numpy namespace. > About a year (or two?) ago at SciPy, there were discussions about > organising the NumPy namespace for 2.0, and halting the introduction > of new functions into the root namespace. What is the status quo? > > Datetime is now a numpy type, so to that extent is in the base namespace. One could maybe argue that the calender functions belong in another namespace, and some of what is in numpy/lib (poly1d, financial functions) should have been in separate namespaces to begin with. I'm not sure what else in datetime might belong in its own namespace.
Chuck
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
