Skip to content

0.0.1.dev8 (from datatest 0.9.4)

Compare
Choose a tag to compare
@shawnbrown shawnbrown released this 22 Sep 20:50
  • Added Python 3.8 testing and support.
  • Added Predicate class to formalize behavior--also provides inverse-matching
    with the inversion operator (~).
  • Added new methods to Query class:
    • Added unwrap() to remove single-element containers and return their
      unwrapped contents.
    • Added starmap() to unpack grouped arguments when applying a function
      to elements.