<div dir="ltr">Hi Wes and Tom,<div><br></div><div>I'm sorry I missed the sprint, but this looks like a great plan!<br></div><div><br></div><div>My main concern would be figuring out how to smoothly transition from exposing the NumPy API directly to users to a separate abstraction layer. The "mixed" semantics of dtype and values in pandas (sometimes matching NumPy, sometimes not) is highly confusing, especially with incremental changes for data types in new releases of pandas. There is still a lot of code that relies on the internal representation of pandas.Series as a wrapper over a NumPy array.</div><div><br></div><div>I wonder if it would be possible to do a hard break in 1.0 that switches everything over to a pandas dtype system, even if it is currently just a wrapper over NumPy. Or maybe that would be too large of a change to do right now, and it would be enough to merely stabilize the set of numpy vs pandas dtypes for the 1.X series.</div><div><br></div><div>Cheers,</div><div>Stephan</div><br><div class="gmail_quote"><div dir="ltr">On Mon, Jul 9, 2018 at 11:26 AM Wes McKinney <<a href="mailto:wesmckinn@gmail.com" target="_blank">wesmckinn@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks Tom! To all readers: please have a look. We are really<br>
interested in the community's feedback on the upcoming roadmap and the<br>
future work the team is contemplating<br>
<br>
On Sun, Jul 8, 2018 at 5:26 PM, Tom Augspurger<br>
<<a href="mailto:tom.w.augspurger@gmail.com" target="_blank">tom.w.augspurger@gmail.com</a>> wrote:<br>
> Hi all,<br>
><br>
> This week, a group of the pandas maintainers sat down in Austin to talk<br>
> through the status of the project, and its future direction.<br>
><br>
> I've posted a document on our wiki with a summary of the topics discussed.<br>
> <a href="https://github.com/pandas-dev/pandas/wiki/Pandas-Sprint-(July,-2018)" rel="noreferrer" target="_blank">https://github.com/pandas-dev/pandas/wiki/Pandas-Sprint-(July,-2018)</a><br>
><br>
> If people have questions or comments, feel free to post here and we'll<br>
> clarify that document.<br>
><br>
> Tom<br>
><br>
> _______________________________________________<br>
> Pandas-dev mailing list<br>
> <a href="mailto:Pandas-dev@python.org" target="_blank">Pandas-dev@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/pandas-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/pandas-dev</a><br>
><br>
_______________________________________________<br>
Pandas-dev mailing list<br>
<a href="mailto:Pandas-dev@python.org" target="_blank">Pandas-dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/pandas-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/pandas-dev</a><br>
</blockquote></div></div>