Skip to content

Releases: conda-incubator/conda-tree

1.1.0

27 Dec 21:59
Compare
Choose a tag to compare
  • print one package per line by default (see #21)
  • new --json option to retain old behavior (see #21)
  • new --exclude option to ignore some packages (see #17)
  • add doc notes about using conda-tree as a conda sub-command

1.0.5

17 Jan 16:43
Compare
Choose a tag to compare
  • call colorama.init (see #16) to avoid issues on windows

1.0.4

23 Oct 12:18
Compare
Choose a tag to compare
  • 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

16 Aug 13:03
Compare
Choose a tag to compare

bug fix: only replace the first occurrence

1.0.2

15 Aug 19:38
Compare
Choose a tag to compare
  • use .channel_name for leaves export

1.0.1

15 Aug 18:59
Compare
Choose a tag to compare
  • add channel to the leaves export output

1.0.0

15 Aug 14:55
8549094
Compare
Choose a tag to compare
  • 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

v0.1.1

06 May 15:27
e82b687
Compare
Choose a tag to compare
  • Don't assume all packages have an associated version number when printing the dependency tree
  • Drop inappropriate trailing whitespace
  • Change short form of --version argument to -V like in most other programs

v0.1.0

05 Dec 13:15
d7a98bd
Compare
Choose a tag to compare
  • refactor prefix and name parsing to use current active env if no option is explicitly set

v0.0.5

02 Oct 17:10
Compare
Choose a tag to compare
  • new sub-command deptree and a --tree argument that shows the dependencies in a nice tree format, can be used with both depends and whoneeds.

thanks to @lemeb for the implementation. #7