Skip to content

Releases: NREL/bifacial_radiance

v0.4.2

11 Mar 14:04
7fc57b5
Compare
Choose a tag to compare

Bug fix and minor release, returning ModuleObj.text functionality. New functions ModuleObj.saveImage and SceneObj.saveImage automatically save a picture to /images/. This is done by default by the gui, and is controlled in modelchain by simulationParamsDict['saveImage'] = True.

Python 3.7 support is dropped (it should still work though). Example notebook gallery updates in readthedocs.

v0.4.1

10 Mar 03:45
Compare
Choose a tag to compare

Minor bug fix update, fixing some GUI startup issues and assorted minor errors from the 0.4.0 release.

Requirements.txt has been updated. Python 3.10 support added and Python 3.6 support dropped (it should still work though).

v0.4.0-dev3

14 Feb 21:04
cf5ae46
Compare
Choose a tag to compare

Bug-fix development release, fixing GUI startup issues.

v0.4.0-dev1

09 Feb 23:45
Compare
Choose a tag to compare

Release of development branch to test DOCKER for AWS.

v 0.4.0 official release

04 Feb 03:01
8e40416
Compare
Choose a tag to compare

This is a major release which includes new spectral property class, object-oriented ModuleObj class and other improvements for more seamless use with dask and paralellization.

Major usage changes include a ModuleObj output from makeModule, allowing updating geometry and adding module features (adding a torque tube with .addTorquetube, frame members using .addFrame, etc ). This release also changes start and end time format to ‘YYYY-MM-DD_HHMM’ enabling multi-year and sub-hourly met file support.

See what's new at bifacial-radiance.readthedocs.io.

v 0.3.4 official release

27 May 15:45
Compare
Choose a tag to compare

This is a major release allowing time-series albedo to be passed into setGround(). Weather data that is left-labeled (SAM, PVSYST) or center-labeled (NSRDB) can now be specified in readWeatherFile(). Support for Python 2.7 is now removed.

See what's new at bifacial-radiance.readthedocs.io.

v 0.3.3.2 official release

16 Apr 17:59
Compare
Choose a tag to compare

This release fixes several bugs, adds glass materials and more scan flexibility. Documentation, examples and testing are greatly updated.
Read the changes at bifacial-radiance.readthedocs.io.

GUI bug fix

17 Oct 02:10
7940830
Compare
Choose a tag to compare

This patch fixes a GUI error preventing the simulation from running.

v 0.3.3 official release

14 Oct 19:01
Compare
Choose a tag to compare

This is a major release that adds many power mismatch analysis features, GUI updates as well as documentation and multiple bug fixes.
See what's new at bifacial-radiance.readthedocs.io.

0.3.1-dev1 Test of PyPi automatic deployment

30 Jul 20:54
Compare
Choose a tag to compare
minor .travis.yml change