From 49c409fe00106b8dea09d44df2404fd93948783c Mon Sep 17 00:00:00 2001 From: Lukas Burgholzer Date: Mon, 13 Jun 2022 18:21:45 +0200 Subject: [PATCH 1/5] drop pandas requirement restriction --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1e91ae1f..0c3e0c02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ psutil>=5 scikit-learn>=0.20.0 fastdtw setuptools>=40.1.0 -pandas<1.4.0 +pandas quandl -yfinance>=0.1.62 +yfinance>=0.1.70 From f5c1f8ef7f3e69447f91ff551f61626255d0ab10 Mon Sep 17 00:00:00 2001 From: Manoel Marques Date: Wed, 15 Jun 2022 20:38:24 -0400 Subject: [PATCH 2/5] Add release notes --- .../notes/pandas-restriction-0965815429fd8877.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releasenotes/notes/pandas-restriction-0965815429fd8877.yaml diff --git a/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml b/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml new file mode 100644 index 00000000..1476cdaa --- /dev/null +++ b/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml @@ -0,0 +1,11 @@ +--- +upgrade: + - | + Drop pandas minimum version requirement restriction and increase yfinance minimum version + to 0.1.70. + The bug that broke yfinance upon upgrading to pandas>=1.4.0 has been fixed + in the release version 0.1.70. + As such, it should be safe to drop the restriction and permit newer versions of pandas. + Related Github links: + * https://github.com/ranaroussi/yfinance/releases/tag/0.1.70 + * https://github.com/ranaroussi/yfinance/issues/937 \ No newline at end of file From e785c7471022f9090791df17394d682a30769b6b Mon Sep 17 00:00:00 2001 From: Manoel Marques Date: Wed, 15 Jun 2022 20:56:27 -0400 Subject: [PATCH 3/5] fix release note format --- releasenotes/notes/pandas-restriction-0965815429fd8877.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml b/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml index 1476cdaa..0b5f4b87 100644 --- a/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml +++ b/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml @@ -7,5 +7,5 @@ upgrade: in the release version 0.1.70. As such, it should be safe to drop the restriction and permit newer versions of pandas. Related Github links: - * https://github.com/ranaroussi/yfinance/releases/tag/0.1.70 - * https://github.com/ranaroussi/yfinance/issues/937 \ No newline at end of file + * https://github.com/ranaroussi/yfinance/releases/tag/0.1.70 + * https://github.com/ranaroussi/yfinance/issues/937 From 3989c38885305c7ed9076330d8d54f4079b18581 Mon Sep 17 00:00:00 2001 From: Manoel Marques Date: Wed, 15 Jun 2022 21:04:16 -0400 Subject: [PATCH 4/5] fix release note spelling --- releasenotes/notes/pandas-restriction-0965815429fd8877.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml b/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml index 0b5f4b87..233f8aa5 100644 --- a/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml +++ b/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml @@ -6,6 +6,6 @@ upgrade: The bug that broke yfinance upon upgrading to pandas>=1.4.0 has been fixed in the release version 0.1.70. As such, it should be safe to drop the restriction and permit newer versions of pandas. - Related Github links: + Related links: * https://github.com/ranaroussi/yfinance/releases/tag/0.1.70 * https://github.com/ranaroussi/yfinance/issues/937 From 70409484bf5ebe6a2f05d145d7dd7332d84d5858 Mon Sep 17 00:00:00 2001 From: Manoel Marques Date: Wed, 15 Jun 2022 23:01:53 -0400 Subject: [PATCH 5/5] Change notes text --- releasenotes/notes/pandas-restriction-0965815429fd8877.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml b/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml index 233f8aa5..49243dbd 100644 --- a/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml +++ b/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml @@ -5,7 +5,7 @@ upgrade: to 0.1.70. The bug that broke yfinance upon upgrading to pandas>=1.4.0 has been fixed in the release version 0.1.70. - As such, it should be safe to drop the restriction and permit newer versions of pandas. Related links: + * https://github.com/ranaroussi/yfinance/releases/tag/0.1.70 * https://github.com/ranaroussi/yfinance/issues/937