Skip to content

Releases: LBNL-ETA/Radiance

Radiance 5.3a (2020-08-02)

02 Aug 12:13
Compare
Choose a tag to compare
Pre-release

5.3a.914d7c40

(2020-08-02)
  • chore: making version string less repetitively repetitive -Gregory J. Ward (914d7c4)
  • perf: quicker check/removal of escaped newlines for Windows -Gregory J. Ward (7983d12)
  • test: conditional to turn multi-processing off under Windows (thanks to Mingbo) -Gregory J. Ward (0ac6f6b)
  • test: fix for Windows, which doesn't like single-quotes in commands -Gregory J. Ward (c0e7580)
  • test: corrected target octree with mkillum involved -Gregory J. Ward (f6426a2)
  • fix: Removed escaped newlines for Windows (popen call, mostly) -Gregory J. Ward (0198d5f)
  • style: removed redundant declaration of fgetline() -Gregory J. Ward (d330e4e)
  • feat(radcompare): added -c option to ignore comments -Gregory J. Ward (ca9caf2)
  • fix(ra_ps): change needed to pass unit test under Windows -Gregory J. Ward (b33d58a)
  • test(pfilt): change to pfilt options to avoid issues with Windows shell -Gregory J. Ward (b80bdd5)

Radiance 5.3a (2020-07-26)

26 Jul 00:45
Compare
Choose a tag to compare
Pre-release

5.3a.d6ba86a2

(2020-07-26)
  • chore(genblinds, genbox, gensky): added missing library links -Gregory J. Ward (d6ba86a)
  • fix(genblinds): normalized header for Windows -Gregory J. Ward (783cea5)
  • fix(genbox, genprism, gensky): normalizing headers for Windows -Gregory J. Ward (36c9077)
  • fix: added missing file pointer to fputc() call -Gregory J. Ward (777c8c1)
  • fix(rsensor): added missing declaration for _exit() -Gregory J. Ward (395181d)
  • Hopeful fix to Windows test issues -Gregory J. Ward (ace2941)
  • Another attempt to fix failing test -Gregory J. Ward (7adbf06)
  • fix(rcode_norm): typo in change for Windows -Gregory J. Ward (7b76e93)
  • fix(pmapdump): fixed potential string overflow after warnings related to strncat(). -Roland Schregle (bd9ac60)
  • style(wrapBSDF): removed unused label -Gregory J. Ward (dcc1876)
  • test: improved test that was failing due to sampling misses -Gregory J. Ward (964dd41)
  • fix(mkillum, rcontrib, rtrace, ranimove, rsensor): stall under macOS 10.15 due to broken flockfile() implementation -- workaround is better, anyway -Gregory J. Ward (88c264b)
  • fix(rcode_depth, rcode_norm): TEXT/BINARY mode was mishandled for Windows -Gregory J. Ward (a0cb878)
  • style(rpict): quit() function wasn't in prototype form -Gregory J. Ward (4f41e0a)
  • test(genskyvec, falsecolr): changed to call perl for Windows -Gregory J. Ward (2afa244)
  • chore(Windows): added installer root location -Gregory J. Ward (a3ed677)
  • chore(Version): updated automatically-generated version string for new builds -Gregory J. Ward (10ac9aa)
  • test(rad): fixed multi-job race condition -Gregory J. Ward (4999cd8)
  • test(normtiff): had to remove normtiff test as it was too fragile -Gregory J. Ward (26290cb)
  • fix(rsplit): added to installer target -Gregory J. Ward (d8987d3)
  • fix(dcglare,rcode_depth,rcode_ident,rcode_norm): added missing installer targets -Gregory J. Ward (2e87278)
  • fix(mesh): reverted previous change (2.30) to better accommodate dense meshes -Gregory J. Ward (ed43066)

Radiance 5.3a (2020-07-11)

11 Jul 23:42
Compare
Choose a tag to compare
Pre-release
5.3a.4b97769a

fix(aBSDF): Improved appearance/accuracy in exclusion zone during pea…