Releases: thebjorn/pydeps
Releases · thebjorn/pydeps
Version 1.9.1
Graphs are now stable across runs for Python 3.x as well as for Python 2.7.
Version 1.9.0
Version 1.9.0 supports Python 3.8.
Version 1.8.8
v1.8.8 upversion
Version 1.8.6
Bugfix.
Version 1.8.5
Add hover-hightlighted paths.
Version 1.8.3
Bugfix release.
Version 1.8.2
New flag --only.
Version 1.8.1
v1.8.1 upversion
Version 1.8.0
Clusters.
Version 1.7.3
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).