Releases: Justintime50/pip-tree
Releases · Justintime50/pip-tree
v4.0.0
v3.2.0
- Adds support for Python 3.12
v3.1.1
Expand paths for user-supplied strings. This now allows for spaces in paths and proper expansion of home directories (eg: ~
)
v3.1.0
Adds --version
flag
v3.0.0
- Drop support for Python 3.7
v2.1.0
- Makes the
path
CLI arg optional, the default value is now the virtual environment that Pip Tree is running from meaning that you can install Pip Tree to a project and run it without needing to specify thesite-packages
directory explicitly
v2.0.2
- Adds
mypy
type checking and fixes types - Fixes a potential bug when regex pattern matching on package names would result in
None
v2.0.1
- Small bug fix to change the types of functions available in the
__all__
variable to strings
v2.0.0
- Refactored code
- Unwrapped functions from
PipTree
class, exposed them outside the package - Removed an entire loop and function, now Pip Tree will run even faster
- Broke out
cli
logic to a separate module - Use smarter enumeration for package count
- Unwrapped functions from
- Added type hinting
- Updated documentation
v1.1.0
- Drops support for Python 3.6
- Removes unused
mock
library