Differt

Latest version: v0.0.34

Safety actively analyzes 723882 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.0.22

What's Changed
* feat(lib): convenient `set_assume_quads` method by jeertmans in https://github.com/jeertmans/DiffeRT/pull/135
* chore(ci): add bechmark for quads by jeertmans in https://github.com/jeertmans/DiffeRT/pull/136
* chore(docs): update name by jeertmans in https://github.com/jeertmans/DiffeRT/pull/137
* feat(lib): add `keepdims` arg to `normalize` by jeertmans in https://github.com/jeertmans/DiffeRT/pull/138
* chore(docs): reduce line length in notebooks by jeertmans in https://github.com/jeertmans/DiffeRT/pull/139
* feat(lib): preserve objects when samping and `num_objects` by jeertmans in https://github.com/jeertmans/DiffeRT/pull/140
* chore(ci/docs): nitpicky check by jeertmans in https://github.com/jeertmans/DiffeRT/pull/142
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/143
* chore(ci): exclude `multipath` notebook from LT check by jeertmans in https://github.com/jeertmans/DiffeRT/pull/144
* fix(docs): hacky ref to jaxtyping and equinox modules by jeertmans in https://github.com/jeertmans/DiffeRT/pull/145
* chore(lib): make plotting utilities accept JAX arrays by jeertmans in https://github.com/jeertmans/DiffeRT/pull/146
* feat(lib): extend support for parallelism by jeertmans in https://github.com/jeertmans/DiffeRT/pull/148
* chore(docs): update tutorial to match paper content by jeertmans in https://github.com/jeertmans/DiffeRT/pull/147
* feat(lib): add option to provide TX and RX visibility by jeertmans in https://github.com/jeertmans/DiffeRT/pull/149
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/150
* chore(deps): bump to allow NumPy >= 2 by jeertmans in https://github.com/jeertmans/DiffeRT/pull/141


**Full Changelog**: https://github.com/jeertmans/DiffeRT/compare/v0.0.21...v0.0.22

0.0.21

What's Changed
* chore(docs): add basic citation information by jeertmans in https://github.com/jeertmans/DiffeRT/pull/129
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/130
* feat(lib): fix empty scene path tracing and add `path_candidates` args by jeertmans in https://github.com/jeertmans/DiffeRT/pull/131
* fix(lib): path segments that are too small are masked by jeertmans in https://github.com/jeertmans/DiffeRT/pull/132
* feat(cli): add rectangle / quad mesh support by jeertmans in https://github.com/jeertmans/DiffeRT/pull/134


**Full Changelog**: https://github.com/jeertmans/DiffeRT/compare/v0.0.20...v0.0.21

0.0.20

What's Changed
* feat(lib): add basic support for ray tracing on multiple devices by jeertmans in https://github.com/jeertmans/DiffeRT/pull/128


**Full Changelog**: https://github.com/jeertmans/DiffeRT/compare/v0.0.19...v0.0.20

0.0.19

What's Changed
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/123
* ci(dependabot): bump peter-evans/create-pull-request from 6 to 7 by dependabot in https://github.com/jeertmans/DiffeRT/pull/125
* ci(dependabot): bump astral-sh/setup-uv from 2 to 3 by dependabot in https://github.com/jeertmans/DiffeRT/pull/124
* fix(lib): add coherence map by jeertmans in https://github.com/jeertmans/DiffeRT/pull/122
* chore(lib): invert hit logic by jeertmans in https://github.com/jeertmans/DiffeRT/pull/126
* chore(lib): calibrate path tracing by jeertmans in https://github.com/jeertmans/DiffeRT/pull/127


**Full Changelog**: https://github.com/jeertmans/DiffeRT/compare/v0.0.18...v0.0.19

0.0.18

What's Changed
* chore(ci): merge multiple coverage reports by jeertmans in https://github.com/jeertmans/DiffeRT/pull/95
* chore(ci): add automatic PR/issue labeling by jeertmans in https://github.com/jeertmans/DiffeRT/pull/96
* fix(ci): macOS runs by jeertmans in https://github.com/jeertmans/DiffeRT/pull/97
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/99
* feat(lib): improve Sionna scenes support by jeertmans in https://github.com/jeertmans/DiffeRT/pull/98
* chore(ci): from Make to `just` by jeertmans in https://github.com/jeertmans/DiffeRT/pull/101
* chore(lib): use signed integers for array indices by jeertmans in https://github.com/jeertmans/DiffeRT/pull/102
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/104
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/105
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/106
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/108
* chore(docs): add image-method example by jeertmans in https://github.com/jeertmans/DiffeRT/pull/110
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/109
* chore(ci): upgrade Ruff's config by jeertmans in https://github.com/jeertmans/DiffeRT/pull/107
* chore(ci): cleanup justfiles by jeertmans in https://github.com/jeertmans/DiffeRT/pull/111
* chore(ci): simplify Rye setup and use universal lock files by jeertmans in https://github.com/jeertmans/DiffeRT/pull/112
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/113
* chore(tests): move sionna download to fixture by jeertmans in https://github.com/jeertmans/DiffeRT/pull/114
* feat(lib): enhance core library by jeertmans in https://github.com/jeertmans/DiffeRT/pull/115
* chore(lib): warn about overflow and add Rust coverage by jeertmans in https://github.com/jeertmans/DiffeRT/pull/116
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/118
* feat(lib): add `compute_paths` method for image method and "coherence" of paths example by jeertmans in https://github.com/jeertmans/DiffeRT/pull/117
* perf(lib): unroll image method and `use_scan=True/False` by jeertmans in https://github.com/jeertmans/DiffeRT/pull/119
* chore(lib): was `einsum` any better? by jeertmans in https://github.com/jeertmans/DiffeRT/pull/120
* chore(docs): add missing documentation to `differt_core` by jeertmans in https://github.com/jeertmans/DiffeRT/pull/121


**Full Changelog**: https://github.com/jeertmans/DiffeRT/compare/v0.0.17...v0.0.18

0.0.17

What's Changed
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/92
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/93
* feat(lib): added graph disconnection utility by jeertmans in https://github.com/jeertmans/DiffeRT/pull/94


**Full Changelog**: https://github.com/jeertmans/DiffeRT/compare/v0.0.16...v0.0.17

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.