From 0cf157ce94b02e0f2533301aba0b2c3744819b86 Mon Sep 17 00:00:00 2001 From: Bincheng Wu Date: Wed, 31 Mar 2021 12:53:12 -0400 Subject: [PATCH 1/4] Update change log --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9005f36..9d8d337c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.5.2] - 2021-3-31 ### Changed - Environments are now introspected with `pip list --format=freeze` instead of `pip freeze`, since the latter injects nonexistent paths into the requirements file when run in a conda environment. This issue started occurring when pip 20.1 added support for PEP 610 metadata. +- Conda environments contain Conda-only versions of setuptools, which are now filtered out from requirements.txt for non-Conda environments. ## [1.5.1] - 2020-11-02 From ead1fb1ecce8eb58d57908042e7dc15e3ba36b99 Mon Sep 17 00:00:00 2001 From: Bincheng Wu Date: Wed, 31 Mar 2021 13:21:20 -0400 Subject: [PATCH 2/4] Update change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d8d337c..0612f34d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.5.2] - 2021-3-31 ### Changed +- Add support for HTTPS_PROXY - Environments are now introspected with `pip list --format=freeze` instead of `pip freeze`, since the latter injects nonexistent paths into the requirements file when run in a conda environment. This issue started occurring when pip 20.1 added support for PEP 610 metadata. From 5479667809734cfef4c0d45d66becc33b35f8bc3 Mon Sep 17 00:00:00 2001 From: Bincheng Wu Date: Wed, 31 Mar 2021 13:22:30 -0400 Subject: [PATCH 3/4] Update change log --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0612f34d..065cf70a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.5.2] - 2021-3-31 +### Added +- support for HTTPS_PROXY + ### Changed -- Add support for HTTPS_PROXY - Environments are now introspected with `pip list --format=freeze` instead of `pip freeze`, since the latter injects nonexistent paths into the requirements file when run in a conda environment. This issue started occurring when pip 20.1 added support for PEP 610 metadata. From c0018ca253d7696e9d6ae2ead9fec4ff0297706b Mon Sep 17 00:00:00 2001 From: Bincheng Wu Date: Fri, 2 Apr 2021 16:34:12 -0400 Subject: [PATCH 4/4] Update release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 065cf70a..591eb1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.5.2] - 2021-3-31 +## [1.5.2] - 2021-04-02 ### Added - support for HTTPS_PROXY