1.1.1
changed
segments
property of aSequence
is a tuple, not a list, so that class is immutable + hashable
fixed
__hash__
implementation forSequence
class- convert attributes that are
numpy.ndarray
s into tuples before hashing
- convert attributes that are
- tests for
Sequence
- no longer assert that calling
__hash__
raisesNotImplementedError
- test that
segments
attribute is atuple
not alist
- no longer assert that calling