Skip to content

Releases: jeertmans/DiffeRT

v0.0.11 - Test new workspace

03 May 09:57
de93a67
Compare
Choose a tag to compare

What's Changed

  • feat(lib): speedup erf(z) on complex by @jeertmans in #73
  • chore(deps): update pre-commit hooks by @github-actions in #74
  • feat(lib): add support for PLY files by @jeertmans in #75
  • chore(deps): update pre-commit hooks by @github-actions in #77
  • chore(ci): check links in documentation by @jeertmans in #78
  • chore(deps): update pre-commit hooks by @github-actions in #79
  • chore(deps): update pre-commit hooks by @github-actions in #80
  • feat(lib): add scene structures and Sionna compatibility by @jeertmans in #76
  • refactor(lib): go back to monorepo with 2 packages by @jeertmans in #81

Full Changelog: v0.0.10...v0.0.11

v0.0.10 - Documentation, fixes and EM module

12 Mar 18:25
ccf0f2f
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v0.0.9...v0.0.10

v0.0.9 - Fermat path tracing and docs

28 Feb 14:55
6864349
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v0.0.8...v0.0.9

v0.0.8 - Path utils refactoring

13 Feb 18:26
Compare
Choose a tag to compare

What's Changed

  • cchore(deps): force Python ABI compatibility by @jeertmans in #39
  • refactor(lib): re-organize graph utils by @jeertmans in #30
  • feat(lib): add iter by chunks by @jeertmans in #40
  • chore(lib): make option-like arguments keyword-only by @jeertmans in #41
  • chore(deps): update pre-commit hooks by @github-actions in #43
  • fix(bench): improve and fix benchmarks by @jeertmans in #44
  • chore(lib): niche optimizations by @jeertmans in #45
  • feat(lib): add complete graph iterators by @jeertmans in #42

Full Changelog: v0.0.7...v0.0.8

v0.0.7 - RTD documentation

05 Feb 08:59
a936323
Compare
Choose a tag to compare

What's Changed

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

New Contributors

  • @github-actions made their first contribution in #26

Full Changelog: v0.0.6...v0.0.7

v0.0.6 - New project structure

04 Jan 14:11
6928581
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5 - Patch shape

14 Nov 16:42
b6dfd8d
Compare
Choose a tag to compare

What's Changed

  • chore(lib): update path_candidates shape by @jeertmans in #7

Full Changelog: v0.0.4...v0.0.5

v0.0.4 - Fix shape

14 Nov 16:11
d04155f
Compare
Choose a tag to compare

What's Changed

  • chore(lib): update path_candidates shape by @jeertmans in #7

Full Changelog: v0.0.3...v0.0.4

v0.0.3 - Both packages and u32

10 Nov 22:19
4f346a4
Compare
Choose a tag to compare

What's Changed

  • chore(lib): force u32 for generate_path_candidates by @jeertmans in #6

Full Changelog: v0.0.2...v0.0.3

v0.0.2 - Fix release

10 Nov 14:20
5c56ae4
Compare
Choose a tag to compare
fix(ci): missing xargs