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 121
121
// Note: these don't have a minimum in setup.py
122
122
"h5py" : " 2.10.0" ,
123
123
"ephem" : " 3.7.6.0" ,
124
- "numba" : " 0.36.1 " ,
124
+ "numba" : " 0.40.0 " ,
125
125
},
126
126
// latest versions available
127
127
{
Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ Bug fixes
14
14
* :py:func: `pvlib.irradiance.get_total_irradiance ` and
15
15
:py:func: `pvlib.solarposition.spa_python ` now raise an error instead
16
16
of silently ignoring unknown parameters (:ghpull: `1437 `)
17
-
18
17
Testing
19
18
~~~~~~~
20
19
21
20
Documentation
22
21
~~~~~~~~~~~~~
23
22
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 `)
24
26
Requirements
25
27
~~~~~~~~~~~~
26
28
You can’t perform that action at this time.
0 commit comments