DOC: whatsnew 0.19.2

This commit is contained in:
Jeff Reback 2016-12-15 06:50:30 -05:00
parent 59b2520282
commit 03d3f185bb
1 changed files with 11 additions and 0 deletions

View File

@ -23,6 +23,17 @@ Performance Improvements
- Improved performance of ``.replace()`` (:issue:`12745`)
.. _whatsnew_0192.enhancements.other:
Other Enhancements
~~~~~~~~~~~~~~~~~~
- ``pd.merge_asof()`` gained ``left_index``/``right_index`` and ``left_by``/``right_by`` arguments (:issue:`14253`)
>>>>>>> 49e3137... DOC: whatsnew 0.19.2
.. _whatsnew_0192.bug_fixes:
Bug Fixes