Differt

Latest version: v0.0.12

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

Scan your dependencies

Page 1 of 2

0.0.12

**Full Changelog**: https://github.com/jeertmans/DiffeRT/compare/v0.0.11...v0.0.12

0.0.11

What's Changed
* feat(lib): speedup `erf(z)` on complex by jeertmans in https://github.com/jeertmans/DiffeRT/pull/73
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/74
* feat(lib): add support for PLY files by jeertmans in https://github.com/jeertmans/DiffeRT/pull/75
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/77
* chore(ci): check links in documentation by jeertmans in https://github.com/jeertmans/DiffeRT/pull/78
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/79
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/80
* feat(lib): add scene structures and Sionna compatibility by jeertmans in https://github.com/jeertmans/DiffeRT/pull/76
* refactor(lib): go back to monorepo with 2 packages by jeertmans in https://github.com/jeertmans/DiffeRT/pull/81


**Full Changelog**: https://github.com/jeertmans/DiffeRT/compare/v0.0.10...v0.0.11

0.0.10

What's Changed
* chore(deps): unpin pyo3 by jeertmans in https://github.com/jeertmans/DiffeRT/pull/59
* chore(deps): bump pre-commit/action from 3.0.0 to 3.0.1 by dependabot in https://github.com/jeertmans/DiffeRT/pull/63
* chore(deps): bump pre-commit-ci/lite-action from 1.0.1 to 1.0.2 by dependabot in https://github.com/jeertmans/DiffeRT/pull/62
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/64
* feat(lib): CompleteGraph iterators are sized (`__len__` in Python) by jeertmans in https://github.com/jeertmans/DiffeRT/pull/61
* chore(docs): add tips for jit by jeertmans in https://github.com/jeertmans/DiffeRT/pull/60
* chore(docs): warn about oom by jeertmans in https://github.com/jeertmans/DiffeRT/pull/65
* chore(ci): maturin was fixed by jeertmans in https://github.com/jeertmans/DiffeRT/pull/67
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/68
* feat(lib): add basic em module by jeertmans in https://github.com/jeertmans/DiffeRT/pull/66
* chore(ci): add LanguageTool check and review by jeertmans in https://github.com/jeertmans/DiffeRT/pull/70
* chore(docs): add basic roadmap by jeertmans in https://github.com/jeertmans/DiffeRT/pull/71


**Full Changelog**: https://github.com/jeertmans/DiffeRT/compare/v0.0.9...v0.0.10

0.0.9

What's Changed
* chore(ci): do PGO optimization in CI and benchmark it by jeertmans in https://github.com/jeertmans/DiffeRT/pull/48
* chore(docs): document batch dims and NumPy vs JAX by jeertmans in https://github.com/jeertmans/DiffeRT/pull/51
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/49
* chore(docs): add some links and better build by jeertmans in https://github.com/jeertmans/DiffeRT/pull/52
* chore(docs): remove specific kernel by jeertmans in https://github.com/jeertmans/DiffeRT/pull/54
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/55
* chore(lib): implementing Fermat path tracing by jeertmans in https://github.com/jeertmans/DiffeRT/pull/50
* fix(ci): build issue by jeertmans in https://github.com/jeertmans/DiffeRT/pull/56
* chore(lib/docs): simply minimize's syntax by jeertmans in https://github.com/jeertmans/DiffeRT/pull/57
* chore(lib): jit-all by jeertmans in https://github.com/jeertmans/DiffeRT/pull/58


**Full Changelog**: https://github.com/jeertmans/DiffeRT/compare/v0.0.8...v0.0.9

0.0.8

What's Changed
* cchore(deps): force Python ABI compatibility by jeertmans in https://github.com/jeertmans/DiffeRT/pull/39
* refactor(lib): re-organize graph utils by jeertmans in https://github.com/jeertmans/DiffeRT/pull/30
* feat(lib): add iter by chunks by jeertmans in https://github.com/jeertmans/DiffeRT/pull/40
* chore(lib): make option-like arguments keyword-only by jeertmans in https://github.com/jeertmans/DiffeRT/pull/41
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/43
* fix(bench): improve and fix benchmarks by jeertmans in https://github.com/jeertmans/DiffeRT/pull/44
* chore(lib): niche optimizations by jeertmans in https://github.com/jeertmans/DiffeRT/pull/45
* feat(lib): add complete graph iterators by jeertmans in https://github.com/jeertmans/DiffeRT/pull/42


**Full Changelog**: https://github.com/jeertmans/DiffeRT/compare/v0.0.7...v0.0.8

0.0.7

What's Changed
* fix(ci): update CI to match upload-artifact v4 by jeertmans in https://github.com/jeertmans/DiffeRT/pull/21
* fix(test): typecheck dataclasses by jeertmans in https://github.com/jeertmans/DiffeRT/pull/20
* chore(lib): return array of usize instead by jeertmans in https://github.com/jeertmans/DiffeRT/pull/22
* chore(deps): update pre-commit hooks by pre-commit-ci in https://github.com/jeertmans/DiffeRT/pull/24
* chore(ci): from mypy to pyright by jeertmans in https://github.com/jeertmans/DiffeRT/pull/23
* chore(test): add doctest namespace by jeertmans in https://github.com/jeertmans/DiffeRT/pull/25
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/26
* feat(lib): implementing path candidates iterator by jeertmans in https://github.com/jeertmans/DiffeRT/pull/28
* chore(deps): update pre-commit hooks by github-actions in https://github.com/jeertmans/DiffeRT/pull/29
* chore(docs): publish from RTD by jeertmans in https://github.com/jeertmans/DiffeRT/pull/31
* chore(ci): add MSRV check by jeertmans in https://github.com/jeertmans/DiffeRT/pull/33
* chore(docs): add new logo by jeertmans in https://github.com/jeertmans/DiffeRT/pull/34
* chore(deps): bump pdm-project/setup-pdm from 3 to 4 by dependabot in https://github.com/jeertmans/DiffeRT/pull/35
* chore(deps): bump ssciwr/setup-mesa-dist-win from 1 to 2 by dependabot in https://github.com/jeertmans/DiffeRT/pull/38
* chore(deps): bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/jeertmans/DiffeRT/pull/37
* chore(deps): bump peter-evans/create-pull-request from 5 to 6 by dependabot in https://github.com/jeertmans/DiffeRT/pull/36

New Contributors
* github-actions made their first contribution in https://github.com/jeertmans/DiffeRT/pull/26

**Full Changelog**: https://github.com/jeertmans/DiffeRT/compare/v0.0.6...v0.0.7

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.