Skip to content

rel-2.24.0

Compare
Choose a tag to compare
@ricardoV94 ricardoV94 released this 03 Jul 12:55
· 97 commits to main since this release

What's Changed

Major Changes 🛠

New Features 🎉

  • Implement basic Alloc Ops in PyTorch by @ricardoV94 in #836
  • Do not use Numba objmode for supported advanced indexing operations by @ricardoV94 in #805
  • Improve static output shapes of Reshape and AdvancedSubtensor1 by @ricardoV94 in #834
  • Add more specialized static output shape to Eye by @ricardoV94 in #841
  • Update tensor.where to allow for case with only condition by @tanish1729 in #844
  • Implement JAX dispatch for Argsort and add stable argument to sorting functions by @ricardoV94 in #848
  • Add rewrite to merge multiple SVD Ops with different settings by @HangenYuu in #769
  • Implemented JAX backend for Eigvalsh by @HangenYuu in #867
  • PyTorch Softmax Ops by @HAKSOAT in #846
  • Rewrite determinant of diagonal matrix as product of diagonal by @tanish1729 in #797

Bugfixes 🐛

  • Fix numba implementation of cholesky not setting off-diag entries to zero by @aseyboldt in #816
  • Replace RNG update in RV lift rewrites by @ricardoV94 in #870

Maintenance 🔧

New Contributors

Full Changelog: rel-2.23.0...rel-2.24.0