v0.24.x series¶
v0.24.0 (7th August 2023)¶
Release highlights:
This is mainly a fix release. Thanks to our users for raising issues!
An experimental interface to mesh-based preset canopies is added. The currently distributed data is limited to the Wellington Citrus Orchard scene; it will be expanded in the coming releases.
Added¶
⚠️ Added data files and APIs for the Wellington Citrus Orchard scene (PR327). This is an experimental feature, use with caution and report issues.
Changed¶
📖 Our change log now adheres Keep a Changelog.
Our versioning scheme now adheres ZeroVer.
Fixed¶
Added missing lookup strategy for participating medium parameters of the
HomogeneousAtmosphere(PR352).Fixed a bug where the kernel dictionary emitted by the
MQDiffuseBSDFwrapper would miss a data point on the azimuth dimension (PR353).Fixed a bug where an incorrect flag field init type would raise a
TypeErroron Python 3.11 (PR358).Fixed a bug where the init context could fall out of the range covered by the loaded spectral dataset (PR360).
v0.24.1 (30th August 2023)¶
Yanked release.
v0.24.2 (31st August 2023)¶
This is a fix release.
Fixed¶
v0.24.3 (18th September 2023)¶
This is a fix release. It ensures compatibility with current xarray versions (v2023.8 and later).
Fixed¶
v0.24.4 (11th October 2023)¶
This is a minor feature release. Adds an option to set a timeout to radiometric kernel runs and fixes a few bugs.
Added¶
All
Integratorclasses now have atimeoutparameter (PR370).
Changed¶
The
eradiate showcommand-line diagnostic tool now reports on dependency versions.
Fixed¶
The
CheckerboardBSDFclass’sscale_patternparameter now behaves as intended (PR372).The post-processing pipeline now skips SRF weighting when using a multi-delta SRF in CKD mode with a
DistantFluxMeasure(fac33c).