Python 3.8+ only.
Fix bug where sys.real_prefix had disappeared
Look for top_level.txt in .egg-info and .egg directories as well.
Check PAT permissions.
Jump start CD pipeline.
Fix bug in finding site-packages directory on debian derivatives.
Fix documentation bug.
Support for rendering the graph in different directions using the --rankdir
option.
Support for Python 3.10.
Improved CI CD pipelines.
Fixes a cryptic error message when the directory is missing an __init__.py
file.
Keep track with PyPI version.
Honor no_show from .pydeps file.
See #33.
Check PYDEPS_DISPLAY
and BROWSER
for a program to open the graph.
--no-show
and --no-dot
as aliases for --noshow
and --nodot
Fix for pre-commit hook.
Support for https://pre-commit.com/
Push typo fix to pypi.
Documentation updates.
Graphs are now stable across runs for Python 3.x as well as for Python 2.7.
Version 1.9.0 supports Python 3.8.
Bugfix.
Add hover-hightlighted paths.
Bugfix release.
New flag --only
.
Clusters.
Version 1.7.3 includes a new flag -xx
or --exclude-exact
which matches the functionality of the --exclude
flag,
except it requires an exact match, i.e. -xx foo.bar
will exclude foo.bar, but not foo.bar.blob
(thanks to
@AvenzaOleg for the PR).
Adds support for --no-output flag.
Fixes excludes in .pydeps file.
Fix for --noshow --show-cycles from PR# 13.
Now with images in readme on both github and PyPi (https://stackoverflow.com/questions/51803904/how-do-you-link-to-images-from-your-docs-folder-in-your-readme-rst)
This release reworks some of the confusion between file names/paths and module names/paths.
Py3 support (thanks @eight04 )