From: Travis O. <oli...@ie...> - 2006-08-18 18:18:33
|
Christopher Hanley wrote: > What happened to numpy.bool8? I realize that bool_ is just as good. I > was just wondering what motivated the change? > > I think it was accidental... The numpy scalar tp_names were recently changed to be more consistent with Python and the bool8 construct probably disappeared because it was automatically generated. Thanks for the check. -Travis |