Skip to content

v1.0.2

Compare
Choose a tag to compare
@damnever damnever released this 13 Nov 04:40
· 97 commits to main since this release

v1.0.1 is a bad release, and I am hoping there is no one using it.. sorry for the inconvenience.

NOTE

Version 1.x will be the last version that supports Python2.7

News

Now, we can search Python package distributions by the top-level import name on https://damnever.github.io/pigar/

Bug fixes

  • Support *.ipynb magics and shell command, fixed #87. See #102, #117, #118 for details.
  • Parse requirements file with the more sophisticated utility, fixed #48, #113. See #115 for details.
  • Fixed #99, continue if a local package isn't exists. See #107 for details.
  • Fixed too many values to unpack error when parsing git config. See #97 for details.

Thanks to @dsimmie, @yashafromrussia and @mdmmn378 for their contributions to this release.