Releases: JeanChristopheMorinPerso/rez-pip
Releases · JeanChristopheMorinPerso/rez-pip
0.3.2
Small bug fix release with the following changes:
0.3.1
This is a small bug fix release that includes these two changes:
- Fix decoding error when reading pip dependency report. See PR #63. This is @SuperValou's first contribution to rez-pip!
- Update vendored pip from 23.2.1 to 23.3.1
0.3.0
This release fixes two bugs reported by @SuperValou. One of the bugs was also fixed by @SuperValou, our first contributor!
Most notable changes:
Version 0.2.0
This release fixes a lot of bugs and gets us closer to a more official release.
Most notable changes:
- Dropped support for installing Python 2 packages. Python 3.7+ is supported. See PR #39.
- A lot more documentation. It now includes a transition guide, a user guide, information on the metadata conversion process, etc.
- The command line arguments have been cleaned up (
--install-path
renamed to--prefix
,--release
was added, etc). - A lightweigth weehl cache was added to avoid re-downloading the same wheel for multiple python versions.
- New
--debug-info
command line argument to help debugging when there is issues.
v0.1.0
This is the initial release. It is not production ready.
The sdist and wheel were manually uploaded to PyPI: https://pypi.org/project/rez-pip/.