Tags: FelixSippel/pvlib-python
Tags
Add irradiance.clearsky_index (pvlib#571) * basic code for irradiance.clearsky_index, still needs full docstring and tests * Add a float conversion to irradiance.clearsky_index to allow integer inputs * added tests for irradiance.clearsky_index * fix typo in irradiance.clearsky_index test * fix typo in irradiance.clearsky_index test * Update pvlib/test/test_irradiance.py to remove extra spaces * fixed incorrect documentation for irradiance.clearsky_index * rename poorly-named variables in irradiance.clearsky_index * truncate nan/inf values to zero in irradiance.clearsky_index * update whatsnew and api.rst * improved formatting to satisfy stickler * preserve input nans for irradiance.clearsky_index * remove trailing whitespace * refactor irradiance.clearsky_index to simplify type-handling logic. also changed behavior for input inf values to set clearsky index to zero * revert change to inf/nan handling; input infs yield clearsky_index=nan
fix python 3.7 build on travis (pvlib#634) * update try python 3.7 * 3.7dev * new resize operation * whats new, comment
initial implementation of pvsyst_celltemp function (pvlib#552) (pvlib… …#628) * initial implementation of pvsyst_celltemp function (pvlib#552) * Reformat for stickler-ci * Add error tests for pvsyst_celltemp * Remove unused variables per stickler-ci * Add pvsystem.pvsyst_celltemp function to docs * correct api title * formatting changes per wholmgren and cwhanse * Additional formatting improvements * Fix symbol in Reference
add license, docs, authors to manifest, exclude spa files (pvlib#580) add license, docs, authors to manifest, exclude spa files
codecov, deploy git tags to pypi with travis (pvlib#572) * add codecov to .travis.yml * add pypi deploy key to travis * add .codecov.yml, add deploy * remove bad yml * add coveragerc * change deploy env condition * add codecov badge
update joss paper DOIs (pvlib#544) * add joss badge [skip ci] * add holmgren2017 doi * add doi [skip ci] * add mikofski2017 * update pvlib doi [skip ci]
PreviousNext