Releases: conda-incubator/conda-tree
Releases · conda-incubator/conda-tree
1.1.1
1.1.0
1.0.5
1.0.4
- cyclic dependencies are printed only once on tree view (fixes #15)
- include orphan cycles on deptree output
- new option
leaves --with-cycles
will also print orphan cycles
orphan cycles are packages in a cyclic dependency that are unreachable by the leaves, technically they are not leaves but if you want to re-create the current env with all the packages you will want to include them too, you can do that with the new command leaves --with-cycles
1.0.3
1.0.2
1.0.1
1.0.0
- new command: unowned-files, finds files in the env not owned by any package
- new command: who-owns, finds which package owns a file
- new argument: --dot, prints a graphviz dot notation dependency graph
- new argument: leaves --export, creates a minimal set of dependencies of a env
- use colorama package