Skip to content

Version 1.1.5

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jun 20:32
· 5 commits to main since this release
607f57d

This patch release fixes the modname_to_modpath issue that 1.1.4 mitigated. It should be once again be possible to invoke xdoctest using module names of packages that installed in editable mode (a feature that was broken whenever type annotations were added into the editable finder files installed to site-packages).

Version 1.1.5 - Released 2024-06-07

Changed

  • Minor modification to xdoctest --version-info and exposed it in CLI help.

Fixed

  • modname_to_modpath fixed in cases where editable installs use type annotations in their MAPPING definition.

What's Changed

Full Changelog: v1.1.4...refs/heads/release