--- ray/doc/notes/ReleaseNotes 2025/02/04 19:11:49 1.476 +++ ray/doc/notes/ReleaseNotes 2025/03/19 01:18:20 1.478 @@ -2764,3 +2764,14 @@ a bit more difficult to adjust. Added rad -N option to rholo call for multiprocessing when mkillum and/or mkpmap are involved in octree prep. + +Added ability of gendaymtx to read EPW as well as WEA files. +When EPW input is provided, the 3-hour average dew point is +used to compute a more accurate precipitable water content +value. It currently does not use these data directly from +the EPW input, relying instead on a dew-point-to-W calculation. +This follows the request and recommendations of David G-M. + +Removed limitation in rfluxmtx, which was disallowing distant +and local receivers. Found this to be a perfectly valid approach +for some annual daylighting scenarios.