Skip to content

Commit 415fbfc

Browse files
committed
Merge pull request #7697 from sinhrks/offsetnano
BUG/PERF: offsets.apply doesnt preserve nanosecond
2 parents 99b7c8c + 458ccf0 commit 415fbfc

File tree

4 files changed

+206
-191
lines changed

4 files changed

+206
-191
lines changed

doc/source/v0.15.0.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,9 @@ Bug Fixes
268268
- Bug in repeated timeseries line and area plot may result in ``ValueError`` or incorrect kind (:issue:`7733`)
269269

270270

271+
- Bug in ``offsets.apply``, ``rollforward`` and ``rollback`` may reset nanosecond (:issue:`7697`)
272+
- Bug in ``offsets.apply``, ``rollforward`` and ``rollback`` may raise ``AttributeError`` if ``Timestamp`` has ``dateutil`` tzinfo (:issue:`7697`)
273+
271274

272275
- Bug in ``is_superperiod`` and ``is_subperiod`` cannot handle higher frequencies than ``S`` (:issue:`7760`, :issue:`7772`, :issue:`7803`)
273276

0 commit comments

Comments
 (0)