forked from pvlib/pvlib-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary **kwargs from spa_python and get_total_irradiance (p…
…vlib#1437) * Update Solarposition.py Removed **kwargs from pvlib.solarposition.spa_python * Added v0.9.2.rst, changes in pvlib/irradiance.py and pvlib/location.py Made new v0.9.2.rst and removed **kwargs from pvlib/irradiance.py (Line 309) and pvlib/location.py (Line 234-235) * Update docs/sphinx/source/whatsnew/v0.9.2.rst * Update docs/sphinx/source/whatsnew/v0.9.2.rst Co-authored-by: Kevin Anderson <57452607+kanderso-nrel@users.noreply.github.com>
- Loading branch information
1 parent
8460b36
commit 5cb695d
Showing
4 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
.. _whatsnew_0920: | ||
|
||
v0.9.2 (TBD) | ||
----------------------- | ||
|
||
Deprecations | ||
~~~~~~~~~~~~ | ||
|
||
Enhancements | ||
~~~~~~~~~~~~ | ||
|
||
Bug fixes | ||
~~~~~~~~~ | ||
* :py:func:`pvlib.irradiance.get_total_irradiance` and | ||
:py:func:`pvlib.solarposition.spa_python` now raise an error instead | ||
of silently ignoring unknown parameters (:ghpull:`1437`) | ||
|
||
Testing | ||
~~~~~~~ | ||
|
||
Documentation | ||
~~~~~~~~~~~~~ | ||
|
||
Requirements | ||
~~~~~~~~~~~~ | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
* Naman Priyadarshi (:ghuser:`Naman-Priyadarshi`) |
This file contains 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 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 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