Skip to content

Commit 8abd46c

Browse files
committed
DOC: release notes
1 parent e8cff23 commit 8abd46c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RELEASE.rst

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ pandas 0.10.0
4545

4646
**API Changes**
4747

48+
- The default binning/labeling behavior for ``resample`` has been changed to
49+
`closed='left', label='left'` for daily and lower frequencies. This had
50+
been a large source of confusion for users. See "what's new" page for more
51+
on this. (#2410)
4852
- inf/-inf are no longer considered as NA by isnull/notnull. To be clear, this
4953
is legacy cruft from early pandas. This behavior can be globally re-enabled
5054
using pandas.core.common.use_inf_as_na (#2050, #1919)

0 commit comments

Comments
 (0)