Skip to content

Commit 8d0f863

Browse files
Advance numba from 0.36.1 to 0.40.0 in asv py3.6 environment (#1440)
* Advance numba from 0.36.1 to 0.40.0 * Advance numba from 0.36.1 to 0.40.0 * Updated whatsnew.rst
1 parent 5cb695d commit 8d0f863

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

benchmarks/asv.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
// Note: these don't have a minimum in setup.py
122122
"h5py": "2.10.0",
123123
"ephem": "3.7.6.0",
124-
"numba": "0.36.1",
124+
"numba": "0.40.0",
125125
},
126126
// latest versions available
127127
{

docs/sphinx/source/whatsnew/v0.9.2.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ Bug fixes
1414
* :py:func:`pvlib.irradiance.get_total_irradiance` and
1515
:py:func:`pvlib.solarposition.spa_python` now raise an error instead
1616
of silently ignoring unknown parameters (:ghpull:`1437`)
17-
1817
Testing
1918
~~~~~~~
2019

2120
Documentation
2221
~~~~~~~~~~~~~
2322

23+
Benchmarking
24+
~~~~~~~~~~~~~
25+
* Updated version of numba in asv.conf from 0.36.1 to 0.40.0 to solve numba/numpy conflict. (:issue:`1439`, :pull:`1440`)
2426
Requirements
2527
~~~~~~~~~~~~
2628

0 commit comments

Comments
 (0)