2014-05-11 10:57:38 +00:00
|
|
|
Changelog
|
|
|
|
=========
|
|
|
|
|
2018-04-15 06:35:36 +00:00
|
|
|
0.12.1
|
|
|
|
------
|
|
|
|
|
|
|
|
* Fix import of 'FrozenRequirement' for pip 10.0.0
|
|
|
|
|
|
|
|
|
2018-04-15 02:54:36 +00:00
|
|
|
0.12.0
|
|
|
|
------
|
|
|
|
|
|
|
|
* Changes to make pipdeptree work with pip 10.0.0. This change is
|
|
|
|
backward compatible.
|
|
|
|
|
2018-02-24 06:23:19 +00:00
|
|
|
0.11.0
|
|
|
|
------
|
|
|
|
|
|
|
|
* Added support for nested json output (`--json-tree` flag). Behaviour
|
|
|
|
of `--json` stays the same.
|
|
|
|
|
|
|
|
* Test environments have been updated to fix the builds.
|
|
|
|
|
2017-03-19 11:56:37 +00:00
|
|
|
0.10.1
|
|
|
|
------
|
|
|
|
|
|
|
|
* Fixed change of behaviour due to support for ``--json`` and
|
|
|
|
``--packages`` together. PR #65 was reverted for this.
|
|
|
|
|
2017-03-19 06:53:30 +00:00
|
|
|
0.10.0
|
|
|
|
------
|
|
|
|
|
|
|
|
* Dropped support for Python 2.6.
|
|
|
|
|
|
|
|
* ``--json`` and ``--packages`` options can now be used together.
|
|
|
|
|
|
|
|
* Fixed binary graphviz output on Python 3
|
|
|
|
|
|
|
|
|
2017-01-07 07:48:04 +00:00
|
|
|
0.9.0
|
|
|
|
-----
|
|
|
|
|
|
|
|
* Support for visualizing dependency tree of packages using Graphviz
|
|
|
|
in various formats.
|
|
|
|
|
|
|
|
* Support to consider only packages installed in the user directory.
|
|
|
|
|
|
|
|
* Fix the output to use a better term, "Any" instead of "None" if a
|
|
|
|
dependency doesn't need to be of a specific version.
|
|
|
|
|
|
|
|
* CLI option to print version.
|
|
|
|
|
|
|
|
|
2016-10-23 16:28:25 +00:00
|
|
|
0.8.0
|
|
|
|
-----
|
|
|
|
|
|
|
|
* Use pip's list of excluded default packages. This means that the
|
|
|
|
``pipdeptree`` package itself is no longer excluded and will appear
|
|
|
|
in the output tree.
|
|
|
|
|
|
|
|
* Fix the bug that caused a package to appear in conflicting deps
|
|
|
|
although it's installed version could be guessed.
|
|
|
|
|
|
|
|
|
2016-08-21 05:43:41 +00:00
|
|
|
0.7.0
|
|
|
|
-----
|
|
|
|
|
|
|
|
* Fix for a bug in reverse mode.
|
|
|
|
* Alphabetical sorting of packages in the output.
|
|
|
|
* Fallback to guess installed version of packages "skipped" by pip.
|
|
|
|
|
2016-04-09 07:23:04 +00:00
|
|
|
0.6.0
|
|
|
|
-----
|
|
|
|
|
|
|
|
* Better checking for possibly "confusing" dependencies, hence the
|
|
|
|
word "confusing" in the warning message is now replaced with
|
|
|
|
"coflicting" [PR#37]
|
|
|
|
* Fix a bug when rendering dependencies of packages [PR#38]
|
|
|
|
* The ``--nowarn`` flag is now replaced with ``--warn`` with
|
|
|
|
'silence', 'suppress' and 'fail' as possible values, thus giving
|
|
|
|
more control over what should happen when there are warnings. The
|
|
|
|
default behaviour (ie. when the flag is not specified) remains the
|
|
|
|
same. [PR#39]
|
|
|
|
* Fixes for Python 3.5 support [PR#40]
|
|
|
|
|
2015-11-14 19:19:19 +00:00
|
|
|
0.5.0
|
|
|
|
-----
|
|
|
|
|
|
|
|
* Add `--reverse` flag to show the dependency tree upside down.
|
|
|
|
* Add `--packages` flag to show only select packages in output.
|
|
|
|
* Add `--json` flag to output dependency tree as json that may be used
|
|
|
|
by external tools.
|
|
|
|
|
|
|
|
|
2015-08-03 15:56:16 +00:00
|
|
|
0.4.3
|
|
|
|
-----
|
|
|
|
|
|
|
|
* Add python support classifiers to setup.py
|
|
|
|
* Include license and changelog in distribution tar ball
|
|
|
|
* Removed bullets from output of pipdeptree if the `freeze` (-f) flag
|
|
|
|
is set.
|
|
|
|
* Changes related to test setup and travis-ci integration.
|
|
|
|
|
|
|
|
|
2014-11-18 15:14:29 +00:00
|
|
|
0.4.2
|
|
|
|
-----
|
|
|
|
|
|
|
|
* Fix Python 3.x incompatibility (`next()` instead of `.next()`)
|
|
|
|
* Suppress error if a dep is in skipped packages
|
|
|
|
|
2014-09-25 16:22:56 +00:00
|
|
|
0.4.1
|
|
|
|
-----
|
|
|
|
|
|
|
|
* Fix: Show warning about cyclic deps only if found
|
|
|
|
|
2014-06-22 17:26:18 +00:00
|
|
|
0.4
|
|
|
|
---
|
|
|
|
|
|
|
|
* Python 2.6 compatibility
|
|
|
|
* Fix infinite recursion in case of cyclic dependencies
|
|
|
|
* Show warnings about cyclic dependencies
|
|
|
|
* Travis integration and other improvements
|
|
|
|
|
2014-05-11 10:57:38 +00:00
|
|
|
0.3
|
|
|
|
---
|
|
|
|
|
|
|
|
* Add `--freeze` flag
|
|
|
|
* Warn about possible confusing dependencies
|
|
|
|
* Some minor help text and README fixes
|
|
|
|
|
|
|
|
0.2
|
|
|
|
---
|
|
|
|
|
|
|
|
* Minor fixes
|
|
|
|
|
|
|
|
0.1
|
|
|
|
---
|
|
|
|
|
|
|
|
First version
|