Skip to content

v0.2.4

Compare
Choose a tag to compare
@aclegg3 aclegg3 released this 31 Mar 21:50
· 201 commits to main since this release
f179b58

v0.2.4

Major features and improvements:

Other improvements and bug fixes:

Bugfixes

Batched Renderer and GFX Replay

  • Decouple gfx-replay player from scene graph; integrate the batch renderer into it by @0mdc in #1947
  • Batch renderer integration into Python viewer. by @0mdc in #1964
  • Gfx-replay: Record scene graph deletions. by @0mdc in #1975
  • Clear replay renderer when all instances are deleted. by @0mdc in #1976
  • Lighting support in the batch renderer by @mosra in #1970
  • Add replay renderer bindings to get CUDA device pointers. by @0mdc in #2011
  • Allow the batch renderer to draw empty scenes. by @0mdc in #2019
  • Disable sim sensors when using the batch renderer. by @0mdc in #2031
  • Add more rigorous context checks when creating classic replay renderer. by @0mdc in #2041
  • Fix standalone batch renderer context deletion. by @0mdc in #2043

CI

  • Fix Pytorch-CUDA dependency on CI. by @0mdc in #1973
  • Fix Miniconda installation on CI. by @0mdc in #1977
  • Pin toml-sort version to fix pre-commit issue on CI. by @0mdc in #1983
  • Bump black and isort. by @0mdc in #2000
  • Pin patchelf version on CI. by @0mdc in #2017
  • Fix flake8 errors. by @0mdc in #2039

Other

New Contributors

Full Changelog: v0.2.3...v0.2.4