From 7e19a3637aaf62bd3182f45a8011753edaac5a4f Mon Sep 17 00:00:00 2001 From: Naman Priyadarshi <77211855+Naman-Priyadarshi@users.noreply.github.com> Date: Tue, 12 Apr 2022 02:16:10 +0530 Subject: [PATCH 1/3] Advance numba from 0.36.1 to 0.40.0 --- benchmarks/asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json index c7da42acf2..bf632065a5 100644 --- a/benchmarks/asv.conf.json +++ b/benchmarks/asv.conf.json @@ -121,7 +121,7 @@ // Note: these don't have a minimum in setup.py "h5py": "2.10.0", "ephem": "3.7.6.0", - "numba": "0.36.1", + "numba": "0.40.0", }, // latest versions available { From 3f3527e85e55082b19ba9de9ac3a4ad144bf3d61 Mon Sep 17 00:00:00 2001 From: Naman Priyadarshi <77211855+Naman-Priyadarshi@users.noreply.github.com> Date: Tue, 12 Apr 2022 02:46:36 +0530 Subject: [PATCH 2/3] Advance numba from 0.36.1 to 0.40.0 --- docs/sphinx/source/whatsnew/v0.9.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.9.2.rst b/docs/sphinx/source/whatsnew/v0.9.2.rst index 4f2dbce094..89ea9bcd69 100644 --- a/docs/sphinx/source/whatsnew/v0.9.2.rst +++ b/docs/sphinx/source/whatsnew/v0.9.2.rst @@ -14,7 +14,7 @@ Bug fixes * :py:func:`pvlib.irradiance.get_total_irradiance` and :py:func:`pvlib.solarposition.spa_python` now raise an error instead of silently ignoring unknown parameters (:ghpull:`1437`) - +* Updated version of numba in asv.conf from 0.36.1 to 0.40.0 to solve numba/numpy conflict. (:issue:`1439`, :pull:`1440`) Testing ~~~~~~~ From a971a47edcb8cae2afc5dee36fe01ceabdc14be9 Mon Sep 17 00:00:00 2001 From: Naman Priyadarshi <77211855+Naman-Priyadarshi@users.noreply.github.com> Date: Tue, 12 Apr 2022 19:59:22 +0530 Subject: [PATCH 3/3] Updated whatsnew.rst --- docs/sphinx/source/whatsnew/v0.9.2.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.9.2.rst b/docs/sphinx/source/whatsnew/v0.9.2.rst index 89ea9bcd69..1982759bf5 100644 --- a/docs/sphinx/source/whatsnew/v0.9.2.rst +++ b/docs/sphinx/source/whatsnew/v0.9.2.rst @@ -14,13 +14,15 @@ Bug fixes * :py:func:`pvlib.irradiance.get_total_irradiance` and :py:func:`pvlib.solarposition.spa_python` now raise an error instead of silently ignoring unknown parameters (:ghpull:`1437`) -* Updated version of numba in asv.conf from 0.36.1 to 0.40.0 to solve numba/numpy conflict. (:issue:`1439`, :pull:`1440`) Testing ~~~~~~~ Documentation ~~~~~~~~~~~~~ +Benchmarking +~~~~~~~~~~~~~ +* Updated version of numba in asv.conf from 0.36.1 to 0.40.0 to solve numba/numpy conflict. (:issue:`1439`, :pull:`1440`) Requirements ~~~~~~~~~~~~