Skip to content

Releases: bndr/pipreqs

v0.5.0 - finally jupyter support!

18 Feb 18:23
Compare
Choose a tag to compare

This release:

  • adds .pyw and jupyter notebook support
  • forces default file encoding to utf-8
  • bumps python support versions
  • migrates packaging system to poetry
  • increased test coverage

Huge thanks to "my" team for all of their work in this release, this was mostly their code:
@fredgrub
@mateuslatrova
@willianrocha
@daherati
@Fernando-crz
@rafael-om

v0.4.13

14 Apr 07:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.12...v0.4.13

v0.4.12

12 Apr 08:09
e5493d9
Compare
Choose a tag to compare

I've noticed the PyPi package was not updated in a long time, so I created a new released with the latest changes from last 2 years or so.

Thank you everyone who contributed.

What's Changed

New Contributors

Full Changelog: v0.4.10...v0.4.12

v0.4.11

23 Oct 09:23
Compare
Choose a tag to compare
  • added => and ~= support through the "mode" option
  • mapping updates, small bug fixes and increased test coverage

v0.4.10

14 Nov 11:06
6ca1f42
Compare
Choose a tag to compare
Merge pull request #111 from yonatanp/master

bugfix: f.close() only required if open succeeded