Skip to content

1.1.1

Compare
Choose a tag to compare
@NickleDave NickleDave released this 07 May 16:20

changed

  • segments property of a Sequence is a tuple, not a list, so that class is immutable + hashable

fixed

  • __hash__ implementation for Sequence class
    • convert attributes that are numpy.ndarrays into tuples before hashing
  • tests for Sequence
    • no longer assert that calling __hash__ raises NotImplementedError
    • test that segments attribute is a tuple not a list