You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*A new function can now be called to compile results and report out final irradiance and performance data: :py:class:`~bifacial_radiance.RadianceObj.compileResults`.
11
+
*Multiple modules and rows can now be selected in a single analysis scan. ``modWanted`` and ``rowWanted`` inputs in :py:class:`~bifacial_radiance.RadianceObj.analysis1axis` can now be a list, to select multiple rows and modules for scans. (:issue:`405`)(:pull:`408`)
12
+
*To support multiple modules and row scans for 1axis simulations, outputs like Wm2Front are now stored in ``trackerdict``.``Results`` (:issue:`405`)(:pull:`408`)
13
+
14
+
15
+
Enhancements
16
+
~~~~~~~~~~~~
17
+
18
+
19
+
Bug fixes
20
+
~~~~~~~~~
21
+
22
+
23
+
Documentation
24
+
~~~~~~~~~~~~~~
25
+
* Edge effects evaluation tutorial 23, with the new functionality of multiple modules/rows on the same analysis scan.
Copy file name to clipboardExpand all lines: docs/sphinx/source/whatsnew/v0.4.2.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
1
.. _whatsnew_0420:
2
2
3
+
3
4
v0.4.2 (03 / 10 / 2023)
5
+
4
6
------------------------
5
7
Documentation, bug fix and enhancement update
6
8
7
9
8
10
11
+
9
12
Bug fixes
10
13
~~~~~~~~~
11
14
* Return functionality that existed previous to 0.4.0: :py:class:`~bifacial_radiance.ModuleObj`. ``text`` can be manually passed in, over-riding the module object definition. This was mistakenly removed during the moduleObj refactor in v0.4.0. (:pull:`413`)(:issue:`390`)
@@ -24,6 +27,7 @@ Deprecations
24
27
* :py:class:`~bifacial_radiance.RadianceObj`. ``nMods`` and ``nRows`` internal attributes have been removed. These are now defined per :py:class:`~bifacial_radiance.SceneObj`. ``sceneDict`` (:pull:`455`)
25
28
* ``trackerdict[index]['clearance_height']`` attribute has been removed. These are available inside the ``trackerdict[index]['scene']`` :py:class:`~bifacial_radiance.SceneObj`. ``sceneDict`` (:pull:`455`)
26
29
30
+
27
31
Documentation
28
32
~~~~~~~~~~~~~~
29
33
* readthedocs now has an example notebook gallery (:pull:`440`)
0 commit comments