Skip to content

Commit 652d105

Browse files
committed
add notes
1 parent 5fcb161 commit 652d105

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v1.4.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ Other Deprecations
279279
- Deprecated :meth:`.Styler.render` in favour of :meth:`.Styler.to_html` (:issue:`42140`)
280280
- Deprecated passing in a string column label into ``times`` in :meth:`DataFrame.ewm` (:issue:`43265`)
281281
- 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`)
282+
- 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`)
282283

283284
.. ---------------------------------------------------------------------------
284285
@@ -319,6 +320,7 @@ Datetimelike
319320
^^^^^^^^^^^^
320321
- Bug in :class:`DataFrame` constructor unnecessarily copying non-datetimelike 2D object arrays (:issue:`39272`)
321322
- :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`)
323+
- 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`)
322324
-
323325

324326
Timedelta

0 commit comments

Comments
 (0)