Skip to content

Commit 120633d

Browse files
committed
MNT: maintain back compatibility on private API
1 parent 17f8108 commit 120633d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cycler.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,9 @@ def by_key(self):
375375
out[k].append(d[k])
376376
return out
377377

378+
# for back compatibility
379+
_transpose = by_key
380+
378381
def simplify(self):
379382
"""Simplify the Cycler
380383

0 commit comments

Comments
 (0)