Skip to content

Commit

Permalink
add transformer to __init__.py (#2388)
Browse files Browse the repository at this point in the history
* add transformer to __init__.py

* update whatsnew

---------

Co-authored-by: Kevin Anderson <[email protected]>
  • Loading branch information
kurt-rhee and kandersolar authored Feb 12, 2025
1 parent 0507a3b commit 6caa903
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/sphinx/source/whatsnew/v0.11.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Enhancements
~~~~~~~~~~~~
* Fix a bug in :py:func:`pvlib.bifacial.get_irradiance_poa` which may have yielded non-zero
ground irradiance when the sun was below the horizon. (:issue:`2245`, :pull:`2359`)
* Fix a bug where :py:func:`pvlib.transformer.simple_efficiency` could only be imported
using the `from pvlib.transformer` syntax (:pull:`2388`)

Documentation
~~~~~~~~~~~~~
Expand Down Expand Up @@ -41,4 +43,5 @@ Contributors
* Mark Campanelli (:ghuser:`markcampanelli`)
* Jason Lun Leung (:ghuser:`jason-rpkt`)
* Manoj K S (:ghuser:`manojks1999`)
* Kurt Rhee (:ghuser:`kurt-rhee`)
* Ayush jariyal (:ghuser:`ayushjariyal`)
1 change: 1 addition & 0 deletions pvlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@
temperature,
tools,
tracking,
transformer,
)

0 comments on commit 6caa903

Please sign in to comment.