Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@Erotemic Erotemic released this 05 Sep 16:53
· 89 commits to main since this release
9a6f1e7

Fixed

  • Can now handle basic versions of the new __editable__ package finder mechanism.
  • Parsing bug where directives were incorrectly flagged as inline if they were
    directly followed by a function with a decorator.

Removed

  • Dropped 2.7 and 3.5 support. Now supporting 3.6+ Use xdoctest<=1.0.2 for 2.7
    or 3.5 support.

Changed

  • Improved the "dump" functionality of converting doctests to unit tests.