-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Match
pvsystem.i_from_v
, v_from_i
single diode parameters with `s…
…inglediode` order. (#1719) * reorder i_from_v, v_from_i args and refactor tests * reorder args to _update_io v_from_i call * fix condition in type checks for i_from_v tests * reorder arguments for _lambertw methods * adding versionchanged directives * breaking changes section in whatsnew; edit v_from_i, i_from_v docstrings * "Breaking Changes" to "Breaking changes" to match casing of "Bug fixes" * rename I to current
- Loading branch information
Showing
7 changed files
with
197 additions
and
158 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,47 @@ | ||
.. _whatsnew_01000: | ||
|
||
|
||
v0.10.0 | ||
------- | ||
|
||
|
||
Breaking changes | ||
~~~~~~~~~~~~~~~~ | ||
* Reorder arguments of :py:func:`pvlib.pvsystem.PVSystem.i_from_v`, | ||
:py:func:`pvlib.pvsystem.i_from_v`, :py:func:`pvlib.pvsystem.v_from_i`, | ||
:py:func:`pvlib.singlediode._lambertw_i_from_v`, and | ||
:py:func:`pvlib.singlediode._lambertw_v_from_i` to match | ||
:py:func:`pvlib.pvsystem.singlediode`. | ||
(:issue:`1718`, :pull:`1719`) | ||
|
||
|
||
Deprecations | ||
~~~~~~~~~~~~ | ||
|
||
|
||
Enhancements | ||
~~~~~~~~~~~~ | ||
|
||
|
||
Bug fixes | ||
~~~~~~~~~ | ||
|
||
|
||
Testing | ||
~~~~~~~ | ||
|
||
|
||
Documentation | ||
~~~~~~~~~~~~~ | ||
|
||
Benchmarking | ||
~~~~~~~~~~~~~ | ||
|
||
|
||
Requirements | ||
~~~~~~~~~~~~ | ||
|
||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
* Taos Transue (:ghuser:`reepoi`) |
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
Oops, something went wrong.