Skip to content

Commit

Permalink
DEPR: camelCase in offsets, get_offset (#30340)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel authored and jreback committed Dec 27, 2019
1 parent 23a4a51 commit 1d36851
Show file tree
Hide file tree
Showing 18 changed files with 329 additions and 174 deletions.
2 changes: 1 addition & 1 deletion asv_bench/benchmarks/tslibs/offsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def setup(self, offset):

def time_on_offset(self, offset):
for date in self.dates:
offset.onOffset(date)
offset.is_on_offset(date)


class OffestDatetimeArithmetic:
Expand Down
Loading

0 comments on commit 1d36851

Please sign in to comment.