Skip to content

Releases: fpgmaas/deptry

0.2.6

07 Sep 13:07
806f948

Choose a tag to compare

Added functionality to display current version (#47)

0.2.5

07 Sep 12:06
604ddd8

Choose a tag to compare

Added functionality to find missing & transitive dendencies

  • working version with missing and transitive dependencies
  • added unit tests, added documentation
  • added additional logging

0.2.3

06 Sep 15:09

Choose a tag to compare

added function and class to import parsing

0.2.2

06 Sep 14:14
1d58a26

Choose a tag to compare

Added the usage of top-level module names (#37)

* Now using top-level.txt

0.2.1

05 Sep 11:35
e65f683

Choose a tag to compare

Added parsing of imports within try/except  (#32)

0.2.0

05 Sep 09:20
3fea461

Choose a tag to compare

Added Python 3.7 support (#27)

* separated documentation environment and modified github workflows accordingly
* added py37 to tox and github workflows
* added importlib-metadata dependency for python 3.7
* fixed unit tests
* added python version button to README

0.1.5

04 Sep 14:55
bbdc7d2

Choose a tag to compare

improved documentation and logging statements (#25)

0.1.4

04 Sep 12:55
28959f1

Choose a tag to compare

Improved logging to reflect environment should be activated (#24)

* improved docstrings

0.1.3

04 Sep 10:37
d376a2e

Choose a tag to compare

Added functionality to support parsing imports within if/else stateme…

0.1.2

04 Sep 10:19
8c0a2b2

Choose a tag to compare

removed typeguard (#22)