Skip to content

Commit 6caa903

Browse files
add transformer to __init__.py (#2388)
* add transformer to __init__.py * update whatsnew --------- Co-authored-by: Kevin Anderson <[email protected]>
1 parent 0507a3b commit 6caa903

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/sphinx/source/whatsnew/v0.11.3.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Enhancements
1212
~~~~~~~~~~~~
1313
* Fix a bug in :py:func:`pvlib.bifacial.get_irradiance_poa` which may have yielded non-zero
1414
ground irradiance when the sun was below the horizon. (:issue:`2245`, :pull:`2359`)
15+
* Fix a bug where :py:func:`pvlib.transformer.simple_efficiency` could only be imported
16+
using the `from pvlib.transformer` syntax (:pull:`2388`)
1517

1618
Documentation
1719
~~~~~~~~~~~~~
@@ -41,4 +43,5 @@ Contributors
4143
* Mark Campanelli (:ghuser:`markcampanelli`)
4244
* Jason Lun Leung (:ghuser:`jason-rpkt`)
4345
* Manoj K S (:ghuser:`manojks1999`)
46+
* Kurt Rhee (:ghuser:`kurt-rhee`)
4447
* Ayush jariyal (:ghuser:`ayushjariyal`)

pvlib/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@
2727
temperature,
2828
tools,
2929
tracking,
30+
transformer,
3031
)

0 commit comments

Comments
 (0)