Skip to content

Releases: thoth-station/micropipenv

Release v1.0.1

10 Nov 07:50
5921555
Compare
Choose a tag to compare

This release is available on PyPI.

Notable changes for this release:

Added

  • Make the installation log prettier
  • Test with pip==20.2.4

Release v1.0.0

01 Oct 17:31
879c66f
Compare
Choose a tag to compare

This release is available on PyPI.

Notable changes for this release:

Added

  • First major release
  • Tested with pip==20.2.3

Release v0.6.0

03 Sep 06:44
Compare
Choose a tag to compare

This release is available on PyPI.

Notable changes for this release:

Added

  • Produce error message if any issue is raised during pip imports
  • Produce pip compatibility warning only on issues
  • Test micropipenv against pip from the master branch

Other

  • Drop Python 3.5 support (#128)

Release v0.5.3

18 Aug 05:38
Compare
Choose a tag to compare

This release is available on PyPI.

Notable changes for this release:

Release v0.5.2

05 Aug 08:15
Compare
Choose a tag to compare

This release is available on PyPI.

Notable changes for this release:

Release v0.5.1

30 Jul 05:53
Compare
Choose a tag to compare

This release is available on PyPI.

Notable changes for this release:

  • Improvements in the test suite for online tests and different environments setup

Release v0.5.0

23 Jul 13:14
95abbf3
Compare
Choose a tag to compare

This release is available on PyPI.

Notable changes for this release:

  • Add support for a direct reference install using Pipenv and requirements.txt file
    thanks to Tomáš Coufal [email protected] for Pipenv support

  • More descriptive warning message in the unpinned warning message

Release v0.4.0

07 Jul 12:50
Compare
Choose a tag to compare

This release is available on PyPI.

Notable changes for this release:

  • Added pytoml support needed for Red Hat Enterprise Linux thanks to Lumir 'Frenzy' Balhar [email protected]

Release v0.3.0

15 Jun 05:19
bec67c4
Compare
Choose a tag to compare

This release is available on PyPI.

Notable changes for this release:

  • Added support for pip in version >=19.2<20
  • Introduced NotSupportedError exception raised when Mercurial, Subversion or
    Bazaar VCS are used
  • Optimized traversals when requirements file is looked up
  • Improvements in test-suite, now testing support matrix
    thanks to Lumir 'Frenzy' Balhar [email protected]

Release v0.2.1

09 Jun 04:10
Compare
Choose a tag to compare

This release is available on PyPI.

Notable changes for this release:

  • Fixed priority in lock files discovered
  • Improved project documentation