Hi all,
in https://github.com/numpy/numpy/pull/15925 I propose to deprecate
promotion of strings and numbers. I have to double check whether this
has a large effect on pandas, but it currently seems to me that it will
be reasonable.
This means that `np.promote_types("S", "int8")`, etc. will lead
> Another larger visible change will be code such as:
>
> np.concatenate([np.array(["string"]), np.array([2])])
>
> will result in an error instead of returning a string array. (Users
> will have to cast manually here.)
I wonder if we can lessen the blow by allowing
`np.concatenate([np.array([
On Thu, Apr 30, 2020 at 10:32 AM Sebastian Berg
wrote:
> Hi all,
>
> in https://github.com/numpy/numpy/pull/15925 I propose to deprecate
> promotion of strings and numbers. I have to double check whether this
> has a large effect on pandas, but it currently seems to me that it will
> be reasonabl
On Thu, 2020-04-30 at 18:47 +0100, Eric Wieser wrote:
> > Another larger visible change will be code such as:
> >
> > np.concatenate([np.array(["string"]), np.array([2])])
> >
> > will result in an error instead of returning a string array. (Users
> > will have to cast manually here.)
>
> I
I look forward to participating in this year's Season of Docs. Though it's
early, I'm eager to start a conversation; I've posted the webpage
https://bennathanson.com/numpy2020 to share my thoughts on contributing.
___
NumPy-Discussion mailing list
NumPy-D
Hi Ben,
That is great news. Thanks for that! Let's keep our fingers crossed and see
if we can participate in the program this year.
Cheers!
- Melissa
Em qui, 30 de abr de 2020 15:26, Ben Nathanson
escreveu:
> I look forward to participating in this year's Season of Docs. Though it's
> early,