Skip to content

Releases: LBNL-ETA/Radiance

Radiance 6.0a (2024-04-17)

17 Apr 00:47
Compare
Choose a tag to compare
Pre-release

4f0cd8e

(2024-04-17)
  • perf: Improved ambient super-sampling error estimation -Gregory J. Ward (4f0cd8e)
  • perf(rpict,rtrace,rvu): Improved ambient sampling (-as) to reduce bias -Gregory J. Ward (a3b5d90)

Radiance 6.0a (2024-04-15)

15 Apr 03:06
Compare
Choose a tag to compare
Pre-release

18895bd

(2024-04-15)
  • fix(rpict): Error in -features OutputCS support string -Gregory J. Ward (18895bd)

Radiance 6.0a (2024-04-07)

07 Apr 00:48
Compare
Choose a tag to compare
Pre-release

2d52959

(2024-04-07)
  • fix: Avoid infinite loop with lost child and improved lost ray warning -Gregory J. Ward (2d52959)
  • feat: Added warning messages for lost rays in ray_pclose() -Gregory J. Ward (1e84274)
  • fix: Added check for empty subfeature that could cause memory read-past-end -Gregory J. Ward (425d236)
  • fix(rpict,rtrace,rcontrib,rvu): Fixed bug in feature sublist check -Gregory J. Ward (1065f52)
  • fix: Added missing eol escape for Windows -Gregory J. Ward (ec0d3f3)
  • feat(rpict,rtrace,rcontrib): Added OutputCS to features list -Gregory J. Ward (163c46d)
  • fix: Improved tracking of reflected vs. transmitted rays for antimatter -Gregory J. Ward (ad90984)

Radiance 6.0a (2024-04-05)

05 Apr 00:48
Compare
Choose a tag to compare
Pre-release

bdc26c9

(2024-04-05)
  • fix: Regression introduced in previous change (almost 5 years ago!) -Gregory J. Ward (bdc26c9)
  • perf: Added missing data preload calls for multi-processing with spectra -Gregory J. Ward (bd8e921)

Radiance 6.0a (2024-03-24)

24 Mar 00:47
Compare
Choose a tag to compare
Pre-release

cd43ab2

(2024-03-24)
  • fix: Needed to move test for it to work! -Gregory J. Ward (cd43ab2)
  • fix: added check for > 3 spectral samples with photon-mapping -Gregory J. Ward (46d6f0b)

Radiance 6.0a (2024-03-22)

22 Mar 00:46
Compare
Choose a tag to compare
Pre-release

f6e823d

(2024-03-22)
  • fix(rfluxmtx,genBSDF): Fixed issue with -c{s,w} argument parsing -Gregory J. Ward (f6e823d)

Radiance 6.0a (2024-03-17)

17 Mar 00:48
Compare
Choose a tag to compare
Pre-release

34ad1ff

(2024-03-17)
  • perf: Another minor efficieincy tweak -Gregory J. Ward (34ad1ff)
  • perf: Minor optimizations -Gregory J. Ward (a4faad3)
  • style: prettified code and made it look more consistent -Gregory J. Ward (9343048)

Radiance 6.0a (2024-03-13)

13 Mar 00:50
Compare
Choose a tag to compare
Pre-release

9debc87

(2024-03-13)
  • feat: Added check for temp array in freedata() -Gregory J. Ward (9debc87)
  • perf: added datavector() call for quicker spectral interpolation -Gregory J. Ward (9247b1c)
  • chore: Removed inappropriate dependencies -Gregory J. Ward (cd8d923)

Radiance 6.0a (2024-03-03)

03 Mar 00:50
Compare
Choose a tag to compare
Pre-release

cc0d3bf

(2024-03-03)
  • docs: Added example for sky vector/matrix in place of HDR image -Gregory J. Ward (cc0d3bf)
  • style: Changed variable context name -Gregory J. Ward (a37e3d1)
  • docs: changed comment suggesting slightly better command syntax -Gregory J. Ward (9a1622f)
  • feat: Added files for converting sky photos to hyperspectral images -Gregory J. Ward (9814f07)
  • fix(rcomb): Spectral scanlines were being output in reverse order -Gregory J. Ward (6643352)

Radiance 6.0a (2024-02-29)

29 Feb 00:50
Compare
Choose a tag to compare
Pre-release

5755927

(2024-02-29)
  • fix(tabfunc): Better float format error detection -Gregory J. Ward (5755927)
  • perf: Minor optimization -Gregory J. Ward (4615c91)
  • chore: Added missing dependency -Gregory J. Ward (adad335)
  • fix: Indexing error in last change -Gregory J. Ward (fdd86b2)
  • chore(rcomb): Added missing dependencies -Gregory J. Ward (7b6345e)
  • perf: Added shortcut to avoid extra call in eargument(), which was bottleneck -Gregory J. Ward (df4ae06)
  • perf: Removed unnecessary test, since argument(0) should never be called -Gregory J. Ward (2aaebfa)
  • fix: Made error non-fatal in case optimization done twice -Gregory J. Ward (3eb035a)
  • fix: Potential bug in free allocated EPNODE arrays -Gregory J. Ward (3d3d971)
  • perf: Minor optimization -Gregory J. Ward (fee5b8c)
  • style: Fixed spacing and missing "static" keyword -Gregory J. Ward (398046b)
  • perf: Flatten hierarchies for commutative & associative operators, '+' and '*' -Gregory J. Ward (53f51f2)
  • perf: Added array index optimization to calcomp routines -Gregory J. Ward (1bef3d6)
  • perf: Added some list optimization to calcomp routines -Gregory J. Ward (32bfa89)
  • perf: Eliminated redundant calculations when same data file is reused for RGB -Gregory J. Ward (1338510)
  • perf(macbethcal): Untested performance improvement for measured printer values -Gregory J. Ward (c037be7)
  • style: got rid of register keywords -Gregory J. Ward (5dc5fa9)
  • fix(macbethcal): Fixed bug in checking color mapping (erroneous out-of-gamut report) -Gregory J. Ward (6312d18)