Tags: RoyCoding8/pvlib-python
Tags
Add gallery example for modeling with interval averages (pvlib#1152) * add example * whatsnew * fix title * make plots more compact * fix unrelated sphinx issue * forgot this wasn't latex * updates from review Co-authored-by: Will Holmgren <[email protected]>
move ModelChain.weather and times to ModelChainResult (pvlib#1197) * move ModelChain.weather and times to ModelChainResult * stickler * Update pvlib/tests/test_modelchain.py Co-authored-by: Cliff Hansen <[email protected]> * update docs Co-authored-by: Cliff Hansen <[email protected]>
fix modelchain with module temperature and arrays (pvlib#1193) * fix modelchain with module temperature and arrays * refactor to directly build from arrays * add test * improve test * fix test
fix run_model_from_effective_irradiance with iterable weather and exc… …luding cell temperature (pvlib#1165) * check for complete poa in _set_celltemp * test for new location of ValueError, add test for run_from_eff_irrad with iterable of length 1 * handle single data/arrays, fix test * remove old test * add _verify_df to run_from_effective_irradiance * remove ValueError from _set_celltemp * test for single, list tuple * edits from review
unwrap_single_value, validate_per_array in SingleAxisTracker.get_irra… …diance (pvlib#1160) * unwrap_single_value and validate_per_array in SingleAxisTracker.get_irradiance * add test * comment
refactor ModelChain inverter methods to use PVSystem.get_ac (pvlib#1150) * deprecate methods * remove new but unreleased methods * refactor modelchain inverter methods for get_ac * update whats new * update api.rst * remove tests for methods that no longer exist * fix get_ac with sandia tests * fix get_ac with sandia tests * clean up pvsystem imports * add test of infer_ac_model * no v in deprecated args * fix pull number.... * remove _infer_ac_model_multi
Add scale_voltage_current_power to ModelChain.pvwatts_dc (pvlib#1138) * add scale_voltage_current_power to ModelChain.pvwatts_dc, docstring edits, whatsnew * extend pvsystem.scale_voltage_current_power to not require all columns, and accept Series * handle tuples, use temporary DataFrame * improve scale_voltage_current_power, handle tuples * sort the new test * improve scale function, fix multiple string test * multiple string test runs * add PR number * Maintain column order in returned DataFrame Co-authored-by: Will Holmgren <[email protected]> * whatsnew entry formatting Co-authored-by: Will Holmgren <[email protected]> Co-authored-by: Will Holmgren <[email protected]>
clean up 0.8.1 whatsnew (pvlib#1123) * whatsnew cleanup * add missing contributors * backtick to apostrophe * remove auto-merge artifact; set release date
clean up 0.8 whatsnew, other minor doc issues (pvlib#1054) * remove api entry for pvsystem.sapm_aoi_loss * fix issues in api.rst and whatsnew * xarray whats new pattern * fix various rst issues * missing issues and contributors * remove travis badge from readme * Update docs/sphinx/source/whatsnew/v0.8.0.rst Co-authored-by: Kevin Anderson <[email protected]> * review fixes * backticks, links * typooooo Co-authored-by: Kevin Anderson <[email protected]>
PreviousNext