Skip to content

Radiance 6.0a (2024-02-29)

Pre-release
Pre-release
Compare
Choose a tag to compare
@taoning taoning released this 29 Feb 00:50
· 305 commits to master since this 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)