Skip to content

Commit

Permalink
DEPR: camelCase in offsets, get_offset (pandas-dev#30340)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel authored and AlexKirko committed Dec 29, 2019
1 parent e98f9b7 commit 5481f51
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

0 comments on commit 5481f51

Please sign in to comment.