Closed
Description
Issue to follow-up 0.19.2 release.
0.19.2 milestoned issues/PRs: https://github.com/pandas-dev/pandas/milestone/45
0.19.1 was released Nov 3. In the meantime already quite some work for 0.19.2 is done (mainly thanks to Jeff!). Main things for 0.19.2 (besides general bug fixes):
- Python 3.6 compatibility (COMPAT: 3.6 #14679).
- This is already done I think thanks to Jeff
- fix segfault with latest dateutil (done in BUG/WIP: segfault manifesting with dateutil=2.6 w.r.t. replace when timezones are present #14631)
- possible regressions (I don't think we have any urgent reported at the moment, only combine_first throws ValueError: Cannot convert NA to integer #14687)
The Python 3.6 release schedule is a rc1 at 2016-12-05, and final release at 2016-12-16.
Regarding timeline for pandas 0.19.2, the question is maybe whether we have to wait until after the final Python 3.6 release, or if we can do it earlier (eg after rc1, with the risk there are still some changes)
@pandas-dev/pandas-core