Skip to content

Releases: LBNL-ETA/frads

v2.1.16

Choose a tag to compare

@taoning taoning released this 02 Jul 23:38

Bug Fixes

  • Fix AttributeError: module 'pyradiance' has no attribute 'RcModifier' raised by FivePhaseMethod.generate_matrices() (#63)
    • SunMatrix.generate() now uses the current pr.Rcontrib builder API in place of the removed pr.RcModifier / pr.rcontrib()
    • nproc is now passed directly to the Rcontrib constructor instead of being appended to params

Dependency Updates

  • Pin pyradiance==1.2.4 (was ==1.1.5, which did not contain the RcModifier class)

Tests

  • Add test_sun_matrix_generate to cover the previously untested SunMatrix.generate() code path

v2.1.15

Choose a tag to compare

@taoning taoning released this 22 Mar 16:17

Changes

  • Migrate from standalone epmodel to pyenergyplus_lbnl 25.2.0 (epmodel is now bundled as pyenergyplus.model)
  • Remove epmodel as a direct dependency
  • Fix bugs across matrix, methods, sky, geom, room, utils, window, eplus
  • Update docs: nav titles and add geom/utils reference pages, guide updates

v2.1.14

Choose a tag to compare

@TammieYu TammieYu released this 20 Sep 04:22
  • change epjson,matrices, octree save directory

v2.1.13

Choose a tag to compare

@TammieYu TammieYu released this 05 Aug 23:03
  • update pyenergyplus version
  • fix radiance output directory bug

v2.1.12

Choose a tag to compare

@TammieYu TammieYu released this 04 Aug 23:16

Use epmodel 0.10.0

v2.1.11

Choose a tag to compare

@TammieYu TammieYu released this 01 Aug 22:59
  • update dependency version
  • enable saving radiance files to a specific directory

2.1.10

Choose a tag to compare

@taoning taoning released this 22 Jul 17:23

fix: surface normal calc bug
Full Changelog: v2.1.9...v2.1.10

v2.1.9

Choose a tag to compare

@TammieYu TammieYu released this 16 Jul 17:23
780f98b

add orient parameter to get_sky_matrix function

2.1.8

Choose a tag to compare

@taoning taoning released this 15 Jul 14:34

bug fixes in JSON deserialization.
Full Changelog: v2.1.7...v2.1.8

2.1.7

Choose a tag to compare

@taoning taoning released this 14 Jul 16:21

fix(window.py): spectral_data loading issue
Full Changelog: v2.1.6...v2.1.7