Skip to content

Commit

Permalink
update whatsnew/pending.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Nov 10, 2023
1 parent bd3c73c commit a97f89d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/sphinx/source/whatsnew/pending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ API Changes
*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`)
*To support multiple modules and row scans for 1axis simulations, outputs like Wm2Front are now stored in ``trackerdict``.``Results`` (:issue:`405`)(:pull:`408`)
* ``mismatch.mad_fn`` has new functionality and input parameter `axis`. If a 2D matrix or dataframe is passed in as data, MAD is calculated along the row (default) or along the columns by passing 'axis=1'
* ``scene.appendtoscene`` functionality added (add more detail here, fix hyperlinks)

Enhancements
~~~~~~~~~~~~

* multiple sceneObjects are tracked by the RadianceObj now. New function :py:class:`~bifacial_radiance.RadianceObj.sceneNames` will return the list of scenes being tracked.



Expand Down

0 comments on commit a97f89d

Please sign in to comment.