Version 1.1.5
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