Releases: damnever/pigar
v2.1.6
pip install pigar==2.1.6
Fixed a major issue that occurred when upgrading to pip version 24.1+. Pigar now properly vendors pip to avoid depending on the installed version of pip.
Additionally, Pigar now uses Git LFS, and the tarball from the release may not include the necessary files.
See what’s changed between v2.1.4 and v2.1.6.
v2.1.4
pip install pigar==2.1.4
See what’s changed between v2.1.3 and v2.1.4.
v2.1.3
pip install pigar==2.1.3
See what’s changed between v2.1.2 and v2.1.3.
v2.1.2
pip install pigar==2.1.2
See what’s changed between v2.1.1 and v2.1.2.
Great thanks to @laoraid and @baterflyrity for their contributions!
v2.1.1
pip install pigar==2.1.1
See what’s changed between v2.1.0 and v2.1.1.
v2.1.0
pip install pigar==2.1.0
includes an experimental feature called 'requirement-annotations' that allows you to declare implicit packages/distributions by using comments:
import foo # pigar: required-imports=import_name_bar,import_name_baz
import foo # pigar: required-packages=package-name-bar,package-name-baz # Extra comments are allowed.
foo(features=['bar', 'baz']) # pigar: required-distributions=package-name-bar,package-name-baz
See what’s changed between v2.0.8 and v2.1.0.
v2.0.8
pip install pigar==2.0.8
See what’s changed between v2.0.7 and v2.0.8.
v2.0.7
pip install pigar==2.0.7
See what’s changed between v2.0.5 and v2.0.6.
v2.0.6
pip install pigar==2.0.6
See what’s changed between v2.0.5 and v2.0.6.
v2.0.5
pip install pigar==2.0.5
See what’s changed between v2.0.4 and v2.0.5.