Skip to content

0.1.0-b.2

Compare
Choose a tag to compare
@mhmukadam mhmukadam released this 01 Feb 08:00
· 338 commits to main since this release
03f76b0

Major Additions

  • Initial implicit/truncated backward modes by @bamos in #29
  • Adds support for energy based learning with NLL loss (LEO) by @psodhi in #30
  • cusolver based batched LU solver by @maurimo in #22
  • CUDA batch matrix multiplication and ops by @maurimo in #23
  • CUDA-based solver class and autograd function by @maurimo in #24

What Else Changed

  • Added clearer explanation at the end of Tutorial 0 and fixed doc typos by @luisenp in #2
  • Default SE2/SO2 is zero element rather than torch empty. by @luisenp in #3
  • Add plots to tutorials by @bamos in #25
  • update text in Tutorial 2 per issue #27 by @vshobha in #31
  • Update contrib and add gitattributes by @mhmukadam in #33
  • update continuous integration by @maurimo in #21
  • Changed TheseusLayer.forward() to receive optimizer_kwargs as a single dict by @luisenp in #45
  • [hotfix] fix lint issues by @maurimo in #54
  • Update version by @mhmukadam in #63

New Contributors

Full Changelog: 0.1.0-b.1...0.1.0-b.2