-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Location demotion and PVSystem/LocalizedPVSystem/ModelChain addition #93
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
Changes from 1 commit
Commits
Show all changes
105 commits
Select commit
Hold shift + click to select a range
c33d65d
change location default tz to utc
wholmgren d965f26
a mess of pvsystem and location stuff thats not working
wholmgren e1ad189
add SingleAxisTracker. more brainstorming
wholmgren b4cc4b7
fix import error
wholmgren e92acdd
add get_solarposition and get_clearsky
wholmgren 27fd18e
add get_irradiance, simple doc strings, and a few kwargs
wholmgren 82f28ba
make solarposition.spa_python work without Location
wholmgren cb22f24
add doc links and n_modules kwargs
wholmgren ca0c6ba
add altitude
wholmgren 2524995
get_clearsky works
wholmgren c5d55d3
add v0.3.0 description
wholmgren 697e8d2
remove Location inheritance from PVSystem
wholmgren ff0fb3b
remove Location inheritance from SAT
wholmgren e2a22cf
remove Location inheritance from SAT
wholmgren b9d41c8
fix klucher spelling
wholmgren b01dc5a
add klucher to total_irrad test list
wholmgren 0c5cf68
fix bad paper link
wholmgren 58bb3f5
add release date
wholmgren 2465ae1
more slow progress
wholmgren ddc8816
addes classes. rename modules
wholmgren 7e108ec
add LocalizedPVSystem. improve docs a little
wholmgren 37a36da
add stub modelchain
wholmgren cddf91d
make package overview doc
wholmgren a381049
doc improvements
wholmgren ed6dc81
more doc stuff
wholmgren 1a677d6
make aoi loss models have a consistent signature
wholmgren 515d97a
flesh out modelchain a little
wholmgren 3b7cd9a
remove location from solarposition module. enforce localized or utc t…
wholmgren b2d33ff
move iam args into PVSystems self.module_parameters
wholmgren dc75691
get test_pvsystem working with new ineichen sig. add dummy class tests
wholmgren 10775e2
make test_clearsky work with new sig. fails due to changes in ephem m…
wholmgren 66b3603
make altitude a kwarg
wholmgren ad7c990
make test_irradiance work with new ineichen sig
wholmgren 358accd
make test_atmosphere work with new solpos sig
wholmgren 34b925d
merge ci/appveyor/rtdconda into pvsystem
wholmgren 6036106
fix cs test numbers due to new solpos
wholmgren 2d14082
add has_ephem, modify tests for min pandas compatibility
wholmgren 125cae2
further fixes to min req and transition to all nrel_numpy defaults
wholmgren 04f477f
pull in some @MoonRaker changes to docs conf.py
wholmgren aa52f5f
fix pvlib/pvlib-python#105, add poa_diffuse
wholmgren 7120082
standardize sapm_celltemp arg names. add dict/Series input
wholmgren a366714
get the procedural code example working in the docs
wholmgren c3073f0
change rtd python to 3.5 to use dict unpacking
wholmgren 560bf84
add recommonmark
wholmgren 96449ba
remove recommonmark. problem was in rtd admin config
wholmgren eae606c
back to 2.7...
wholmgren 3ca9fdd
fix python 2.7 issues in doc example. make plotting work
wholmgren e5d77d5
minor markup correction
7d49393
add get_absoluteairmass
wholmgren c541abd
add get_aoi, dni/am calcs
wholmgren f46ef23
run_model finally works
wholmgren 0d5bf83
update mc part of overview
wholmgren 7a863fc
more doc improvements
wholmgren 2bbc618
more doc improvements
wholmgren 0f36234
create PVSystem.localize, allow LocalizedPVSystem pvsystem and locati…
wholmgren 67744b0
update docs with LocalizedPVSystem improvements
wholmgren 64a8fec
fix small typos
wholmgren 176495c
fix small typos
wholmgren d030bb2
try short sphinx class refs
wholmgren d8b9968
trying to track down model differences
wholmgren 55fa894
fix azimuth prob in docs
wholmgren 9901538
maybe fixed discrepancies...
wholmgren a2fc762
add irradiance and weather kwargs to run_model
wholmgren eb8a803
merge pvlib/master into pvsystem
wholmgren fe5d021
clean up merge cruft
wholmgren 3f96b89
convert get_airmassabsolute to get_airmass. add a bunch of failing st…
wholmgren 63da5e6
fix silly syntax error
wholmgren 9d8c374
fix pd import, default am model, ValueError text
wholmgren 8aa8d53
editing docs
wholmgren 862e0f0
editing docs
wholmgren aeb02e8
fix tmy2 metadata label problem
wholmgren 28ed812
break AIRMASS_MODELS into *_ZENITH_MODELS
wholmgren cf1c1f3
small clean ups
wholmgren 3391abf
add pressure, temperature to get_solarposition. make from_tmy work
wholmgren c547c3c
make location tests work
wholmgren bcb41ae
update whatsnew. might still be missing a few things
wholmgren ac6f710
remove sphinx markup from see also numpy doc section
wholmgren 49c670d
implement modelchain tests
wholmgren df389aa
implement PVSystem tests
wholmgren 4bfff5a
Merge remote-tracking branch 'wholmgren/pvsystem' into origin/pvsystem
5fc704e
Minor changes to the documentation
cd0da5b
highly experimental LocalizedSingleAxisTracker
wholmgren 911ceff
typo
dacoex d41053c
contributors
dacoex 01b5ff5
added python 3
dacoex 50da307
Merge pull request #2 from dacoex/pvsystem
wholmgren 96a6884
add api changes to whatsnew
wholmgren 9e5ca7c
fix small doc issues
wholmgren feef0b5
add tests, fix attribute error
wholmgren 9025cfc
pin to ipython 4.0.1
wholmgren 96e7eb3
more tests for location
wholmgren 4c3ad9b
lots of pvsystem tests
wholmgren ab6063f
solarposition.get_solarposition is smart about alt pressure kwargs
wholmgren ee32772
add basic_chain to modelchain
wholmgren 99aea92
merge masters pep8 changes into this branch
wholmgren 1494117
more pep8 and doc line length
wholmgren 0002bd0
clean up modelchain documentation
wholmgren 23d3727
remove unused mc stuff
wholmgren 6448172
remove removed specificchain from classes doc
wholmgren 67d45f8
add basic_chain to package_overview
wholmgren 31e323d
add altitude and pressure kwargs to basic_chain
wholmgren a17379f
pin appveyors scipy to 0.16 to avoid yet another continuum package issue
wholmgren 5280cb9
add test for orientation prop, altitude/pressure kwargs
wholmgren 8c9c89d
correction, appveyor scipy=0.16.0. ugh
wholmgren ab69f9a
run_model now returns self
wholmgren File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix klucher spelling
- Loading branch information
commit b9d41c81aae3fd76caa211a703aad9d1c848cb0f
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably put a deprecation warning here if the old spelling is used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was already merged in #100 and then I rebased after the 0.2.2 release, so I didn't expect this to show up on the diff. Maybe I should have merged 0.2.2 into my branch instead of rebased.
The deprecation warning probably would have been nicer.