File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
docs/sphinx/source/whatsnew Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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-
1817Testing
1918~~~~~~~
2019
2120Documentation
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 `)
2426Requirements
2527~~~~~~~~~~~~
2628
You can’t perform that action at this time.
0 commit comments