Skip to content

Commit

Permalink
update whatsnew, modify tutorial 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Oct 7, 2024
1 parent 25abe47 commit 5190bde
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 153 deletions.
3 changes: 2 additions & 1 deletion docs/sphinx/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ What's New
**********

These are new features and improvements of note in each release.

.. include:: whatsnew/v0.5.0.rst
.. include:: whatsnew/v0.4.4.rst
.. include:: whatsnew/v0.4.3.rst
.. include:: whatsnew/v0.4.2.rst
.. include:: whatsnew/v0.4.1.rst
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/source/whatsnew/v0.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ API Changes
* Final irradiance and performance data are stored in: :py:class:`~bifacial_radiance.AnalysisObj.results` and :py:class:`~bifacial_radiance.RadianceObj.results`.
* Results generated with the above can be saved with the :py:class:`~bifacial_radiance.RadianceObj.exportTrackerDict`, which saves an Hourly, Monthly and Yearly .csvs in the results folder.
* `trackerdict['key']['scene']` has been renamed `trackerdict['key']['scenes']` and now returns a list of SceneObjs.
* NSRDB weather data can now be loaded using :py:class:`~bifacial_radiance.RadianceObj.NSRDBWeatherData`.
* Raw NSRDB weather data can now be loaded using :py:class:`~bifacial_radiance.RadianceObj.readWeatherData`.
* :py:class:`~bifacial_radiance.AnalysisObj.analysis` updated to allow single (front-only) scans in support of AgriPV modeling. Pass `None` to `backscan` for single-sided scan. (:pull:`499`)
* :py:class:`~bifacial_radiance.makeScene`.`append` added to allow multiple scenes to be attached to a single RadianceObj. Default: False (over-write the scene). (:pull:`487`)
* :py:class:`~bifacial_radiance.makeScene1axis`.`append` added to allow multiple scenes to be attached to a single RadianceObj. Default: False (over-write the scene). (:pull:`487`)
Expand Down
Loading

0 comments on commit 5190bde

Please sign in to comment.