You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.4.0.rst
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -298,6 +298,7 @@ Other Deprecations
298
298
- Deprecated the 'include_start' and 'include_end' arguments in :meth:`DataFrame.between_time`; in a future version passing 'include_start' or 'include_end' will raise (:issue:`40245`)
299
299
- Deprecated the ``squeeze`` argument to :meth:`read_csv`, :meth:`read_table`, and :meth:`read_excel`. Users should squeeze the DataFrame afterwards with ``.squeeze("columns")`` instead. (:issue:`43242`)
300
300
- Deprecated the ``index`` argument to :class:`SparseArray` construction (:issue:`23089`)
301
+
- Deprecated the `closed` argument in :meth:`date_range` and :meth:`bdate_range` in favor of `inclusive` argument; In a future version passing `closed` wil raise (:issue:`40245`)
- :func:`to_datetime` would silently swap ``MM/DD/YYYY`` and ``DD/MM/YYYY`` formats if the given ``dayfirst`` option could not be respected - now, a warning is raised in the case of delimited date strings (e.g. ``31-12-2012``) (:issue:`12585`)
344
+
- Bug in :meth:`date_range` and `bdate_range` do not return right bound when `start`=`end` and set is closed on one side (:issue:`43394`)
0 commit comments