change type of index labels from slice to range #58
Labels
tag:backend
general issues with the python backend
tag:frontend
general issues with the typescript frontend
tag:refactor
type:enhancement
having the type of the index labels be a list of python
slice
objects on the python side and an array ofISlice
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 thingsrange
(python) andIRange
(typescript) instead.To clarify, I'm proposing simply to change the names of these types, not any behavior
The text was updated successfully, but these errors were encountered: