Skip to content

Commit

Permalink
Merge pull request #7697 from sinhrks/offsetnano
Browse files Browse the repository at this point in the history
BUG/PERF: offsets.apply doesnt preserve nanosecond
  • Loading branch information
jreback committed Jul 25, 2014
2 parents 99b7c8c + 458ccf0 commit 415fbfc
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 191 deletions.
3 changes: 3 additions & 0 deletions doc/source/v0.15.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ Bug Fixes
- Bug in repeated timeseries line and area plot may result in ``ValueError`` or incorrect kind (:issue:`7733`)


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


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

Expand Down
Loading

0 comments on commit 415fbfc

Please sign in to comment.