Bugfix
- Fixed deserialization of sized
VariableItem
instances
New features
Variable
supports indexing from a list of indices (eg. var[[0, 1, 4]]
)
VariableItem
supports __len__()
on sized instances
Changelog
83894fe FIX: Deserialization of sized variable items (#653)