Skip to content

pvfactors limited implementation for bifacial calculations #635

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 29 commits into from
Jan 22, 2019
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
80f910f
Set up import of pvfactors package
Dec 13, 2018
8acfd58
Add test inputs from github repo README.md TLDR section
Dec 13, 2018
2e982d0
Function implementation and testing of outputs
Dec 13, 2018
199ad02
Update docstrings
Dec 14, 2018
397c850
Update pvfactors version to latest v0.1.5
Dec 14, 2018
2168e91
Merge branch 'master' into pvfactors_implementation
Dec 14, 2018
1c976e3
Move bifacial calculation and test to new specific modules
Dec 17, 2018
a340c20
Reverting autopep8 changes in irradiance.py and test_irradiance.py
Dec 17, 2018
fd3adf3
Docstrings section name change
Dec 17, 2018
6435ce3
Implement decorator to allow use of pandas objects vs numpy arrays
Dec 17, 2018
381000c
Update function docstrings since now allowing pandas objects
Dec 17, 2018
74b20af
Small docstrings fixes
Dec 17, 2018
89bad6c
Fix decorator for dataframe case and add test for decorator
Dec 17, 2018
81b8887
Update docs for API changes and whatsnew file
Dec 17, 2018
418ca72
Use better naming
Dec 17, 2018
e93c460
Remove overkill test requirements for test_pvfactors_timeseries
Dec 18, 2018
ef203f0
Remove pvfactors version requirement
Dec 18, 2018
7b62e4a
Add pvfactors to ci requirements
Dec 18, 2018
330660a
Fix import error
Dec 18, 2018
7cd7cf9
Silence stickler and add pvfactors to ci as pip install
Dec 19, 2018
cff21dd
Fix ci typos + docstrings. And use DatetimeIndex and lists in test
Dec 19, 2018
160419a
pandas>=0.23.3 not available for py34, so removing pvfactors install
Dec 19, 2018
bd5078b
Remove decorator implementation + check for pd series in function
Dec 19, 2018
cbc7434
Remove unused import
Dec 19, 2018
9829b81
Simplify and clarify pvfactors function
Dec 19, 2018
9970179
Fix docstrings for pvlib consistency + link to pvfactors TLDR
Jan 21, 2019
608863f
Merge branch 'master' into pvfactors_implementation
Jan 21, 2019
78756cd
Always return timestamped series and dataframe and test for that
Jan 21, 2019
55dd3a6
Update whatsnew and remove old part
Jan 22, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading