Skip to content

Releases: thebjorn/pydeps

Version 1.9.1

02 May 17:02

Choose a tag to compare

Graphs are now stable across runs for Python 3.x as well as for Python 2.7.

Version 1.9.0

23 Apr 05:29
bef746a

Choose a tag to compare

Version 1.9.0 supports Python 3.8.

Version 1.8.8

25 Nov 22:58

Choose a tag to compare

v1.8.8

upversion

Version 1.8.6

17 Nov 09:21

Choose a tag to compare

Bugfix.

Version 1.8.5

17 Nov 09:16

Choose a tag to compare

Add hover-hightlighted paths.

Version 1.8.3

28 Oct 08:43

Choose a tag to compare

Bugfix release.

Version 1.8.2

25 Oct 13:46

Choose a tag to compare

New flag --only.

Version 1.8.1

20 Oct 19:30

Choose a tag to compare

v1.8.1

upversion

Version 1.8.0

20 Oct 19:15

Choose a tag to compare

Clusters.

Version 1.7.3

13 Jul 20:38

Choose a tag to compare

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).