Skip to content

Commit 7fc57b5

Browse files
cdelineshirubana
andauthored
Release 0.4.2 (#456)
* initial whatsnew/v0.4.2.rst * More useful error message in spectral_utils if SMARTS isn't installed correctly * Squashed commit of the following: commit 93b39ef Merge: 165d163 d882e16 Author: cdeline <[email protected]> Date: Thu Mar 9 18:23:34 2023 -0700 Merge branch '417_instructions' of https://github.com/NREL/bifacial_radiance into 417_instructions commit 165d163 Author: cdeline <[email protected]> Date: Thu Mar 9 18:23:24 2023 -0700 update whatsnew commit 2f6e478 Author: cdeline <[email protected]> Date: Thu Mar 9 16:54:40 2023 -0700 update PATH commit cee8eca Author: cdeline <[email protected]> Date: Thu Mar 9 15:32:17 2023 -0700 Update Github CI to pull new Radiance 5.3 commit 8f713f2 Author: cdeline <[email protected]> Date: Thu Mar 9 15:12:00 2023 -0700 Update instructions for Radiance pointing to new github repo. Fixes #417 commit 311a457 Author: Silvana Ovaitt <[email protected]> Date: Thu Mar 9 15:12:04 2023 -0700 pytest.yaml update commit d882e16 Merge: 6fb291c b94375e Author: Silvana Ovaitt <[email protected]> Date: Thu Mar 9 16:58:45 2023 -0700 Merge branch '417_instructions' of https://github.com/NREL/bifacial_radiance into 417_instructions commit 52694c3 Author: cdeline <[email protected]> Date: Thu Mar 9 15:12:00 2023 -0700 Update instructions for Radiance pointing to new github repo. Fixes #417 * footer_items warning... 2 of 34 * 421 save image (#455) * add saveImage to ModuleObj to duplicate objview * Initial module saveImage workflow integrated with modelchain. Not fully tested. First whack at _getDesiredIndex * First cut at saveImage in SceneObj * SceneObj.saveImage is coded and working. * update saveImage in modelchain. Make simulationParamsDict['saveImage'] = True in GUI. Tested and working for GUI examples so far.. * what's new for #422 * add pytests for saveImage. Fixes #421 * cleanup prep for multiSceneObj: - remove self.sceneRAD, nMods, nRows from RadianceObj - remove 'clearance_height' as entry in trackerdict (get it from 'scene' entry) - add 'name' input parameter to SceneObj as placeholder (automatically set to Scene0) * example notebook 1 now runs SceneObj.saveImage at the end. --------- Co-authored-by: Silvana Ovaitt <[email protected]> * Doc updates * 434 notebooks (#454) * Fix notebook headings * Fixes #434. update whatsnew --------- Co-authored-by: Silvana Ovaitt <[email protected]> * minor cleanup * Fix the example gallery links * update requirements.txt using pur * Revert requirements.txt. Quick bugfix * Deprecating Py3.7 support. Update requirements.txt. Fixes dependabot pulls #448 and #425. --------- Co-authored-by: Silvana Ovaitt <[email protected]>
1 parent d80bc70 commit 7fc57b5

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
.. _whatsnew_0430:
2+
3+
v0.4.3 (XX / XX / 2023)
4+
------------------------
5+
Release of new version including ...
6+
7+
8+
API Changes
9+
~~~~~~~~~~~~
10+
*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.
26+
27+
28+
Contributors
29+
~~~~~~~~~~~~
30+
* Silvana Ayala (:ghuser:`shirubana`)
31+
* Chris Deline (:ghuser:`cdeline`)

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
.. _whatsnew_0420:
22

3+
34
v0.4.2 (03 / 10 / 2023)
5+
46
------------------------
57
Documentation, bug fix and enhancement update
68

79

810

11+
912
Bug fixes
1013
~~~~~~~~~
1114
* 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
2427
* :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`)
2528
* ``trackerdict[index]['clearance_height']`` attribute has been removed. These are available inside the ``trackerdict[index]['scene']`` :py:class:`~bifacial_radiance.SceneObj`. ``sceneDict`` (:pull:`455`)
2629

30+
2731
Documentation
2832
~~~~~~~~~~~~~~
2933
* readthedocs now has an example notebook gallery (:pull:`440`)
@@ -39,6 +43,7 @@ API Changes
3943

4044

4145

46+
4247
Contributors
4348
~~~~~~~~~~~~
4449
* Silvana Ovaitt (:ghuser:`shirubana`)

0 commit comments

Comments
 (0)