What's Changed
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/188
* chore(dev): update type check by jeertmans in https://github.com/jeertmans/DiffeRT/pull/189
* chore(docs): from viewcode to linkcode by jeertmans in https://github.com/jeertmans/DiffeRT/pull/190
* chore(dev): add maturin import hook by jeertmans in https://github.com/jeertmans/DiffeRT/pull/191
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/192
* ci(dependabot): bump astral-sh/setup-uv from 4 to 5 by dependabot in https://github.com/jeertmans/DiffeRT/pull/194
* ci(dependabot): bump actions/attest-build-provenance from 1 to 2 by dependabot in https://github.com/jeertmans/DiffeRT/pull/193
* chore(docs): document how to load trained model by jeertmans in https://github.com/jeertmans/DiffeRT/pull/196
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/195
* chore(docs): cleanup (and lint) by jeertmans in https://github.com/jeertmans/DiffeRT/pull/197
* chore(deps): open3d 0.19 by jeertmans in https://github.com/jeertmans/DiffeRT/pull/198
* feat(lib): implement Fresnel coefficients by jeertmans in https://github.com/jeertmans/DiffeRT/pull/103
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/199
* feat(lib): FSPL and path gain by jeertmans in https://github.com/jeertmans/DiffeRT/pull/200
* feat(lib): add method to easily mask duplicate path candidates by jeertmans in https://github.com/jeertmans/DiffeRT/pull/203
* fix(lib): antenna aperture by jeertmans in https://github.com/jeertmans/DiffeRT/pull/204
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/205
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/207
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/208
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/211
* chore(ci): remove automatic type checking by jeertmans in https://github.com/jeertmans/DiffeRT/pull/210
* chore(ci): test with 'lowest-direct' resolution by jeertmans in https://github.com/jeertmans/DiffeRT/pull/212
* chore(deps): cleanup dev deps by jeertmans in https://github.com/jeertmans/DiffeRT/pull/209
* chore(tests): add benchmark for training a LOS-check ML model by jeertmans in https://github.com/jeertmans/DiffeRT/pull/213
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/215
* chore(ci): use token to query REST API by jeertmans in https://github.com/jeertmans/DiffeRT/pull/216
* perf(lib): remove some `jit` decorators and allow `ArrayLike` arguments by jeertmans in https://github.com/jeertmans/DiffeRT/pull/214
**Full Changelog**: https://github.com/jeertmans/DiffeRT/compare/v0.0.30...v0.0.31
icmlcn2025
Please find here the weights of the models trained on single-bounce ($K=1$) and double-bounce ($K=2$) path candidates.
2024-11-20
A bug was found in the preprint version and fixed in 167. An updated paper version has been submitted, and trained model weights were updated.
2025-01-08
A convenient class method `Model.load` was added to facilitate loading pre-trained weights.