Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@tahoeschrader tahoeschrader released this 11 Apr 18:58
b521327

Features

  • Support for Unit objects from pint.
  • Support for classes with underlying __slots__ objects.
  • Support for classes that utilize to_json() and from_json().
  • Metadata arguments can be marked to be ignored when snapshotting.

Bug-Fixes

  • Objects with from_json() are properly instantiated when comparing snapshots
  • Objects of type float and float64 are now properly compared
  • Iterable objects and numpy iterable objects are now properly compared