Skip to content

1.2.0

Compare
Choose a tag to compare
@jph00 jph00 released this 16 Oct 17:39
· 1118 commits to main since this release

1.2.0

Breaking Changes

  • Config no longer magically converts str->Path for some keys. Use new path method instead (#131)

New Features

  • rinstance: Curried isinstance but with args reversed, suitable for partial (#130)
  • Use _repr_pretty_ for L (#129)
  • open_file to open optionally-compressed files for reading and writing, and add compression support to load_pickle and save_pickle (#128)
  • add context manager for failed tests (#126), thanks to @hamelsmu

Bugs Squashed

  • urlread does not work with Request.request (#132)