Skip to content

Releases: damnever/pigar

v2.1.6

10 Jul 04:41
Compare
Choose a tag to compare

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

09 Mar 07:38
Compare
Choose a tag to compare

pip install pigar==2.1.4

See what’s changed between v2.1.3 and v2.1.4.

v2.1.3

19 Feb 04:05
Compare
Choose a tag to compare

pip install pigar==2.1.3

See what’s changed between v2.1.2 and v2.1.3.

v2.1.2

18 Feb 04:01
a493f06
Compare
Choose a tag to compare

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

30 Jun 12:59
Compare
Choose a tag to compare

pip install pigar==2.1.1

See what’s changed between v2.1.0 and v2.1.1.

v2.1.0

22 Jun 06:51
Compare
Choose a tag to compare

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

11 Jun 09:54
Compare
Choose a tag to compare

pip install pigar==2.0.8

See what’s changed between v2.0.7 and v2.0.8.

v2.0.7

30 May 02:41
Compare
Choose a tag to compare

pip install pigar==2.0.7

See what’s changed between v2.0.5 and v2.0.6.

v2.0.6

06 Mar 10:02
Compare
Choose a tag to compare

pip install pigar==2.0.6

See what’s changed between v2.0.5 and v2.0.6.

v2.0.5

12 Jan 11:34
Compare
Choose a tag to compare

pip install pigar==2.0.5

See what’s changed between v2.0.4 and v2.0.5.