-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
tag:backendgeneral issues with the python backendgeneral issues with the python backendtag:frontendgeneral issues with the typescript frontendgeneral issues with the typescript frontendtag:refactortype:enhancement
Description
having the type of the index labels be a list of python slice
objects on the python side and an array of ISlice
objects on the typescript side is, at best, very confusing. I'm essentially using each "slice" here to define a range of index values, so let's just call these things range
(python) and IRange
(typescript) instead.
To clarify, I'm proposing simply to change the names of these types, not any behavior
Metadata
Metadata
Assignees
Labels
tag:backendgeneral issues with the python backendgeneral issues with the python backendtag:frontendgeneral issues with the typescript frontendgeneral issues with the typescript frontendtag:refactortype:enhancement