Skip to content

v0.9.1

Compare
Choose a tag to compare
@dfalbel dfalbel released this 23 Jan 20:02
e97401a

Breaking changes

  • torch_where now returns 1-based indices when it's called with the condition argument only. (#951, @skeydan)

New features

  • Added support for nonABI builds on CUDA 11.6. (#919)
  • The torch_fft_fftfreq() function is now exported. (#950, @skeydan)

Bug fixes

  • Fixed bug that caused distr_normal$sample() not being able to generate reproducible results after setting seeds. (#938)
  • torch_cat error message now correctly reflects 1-based indexing. (#952, @skeydan)

Internal

  • Fixed warnings in R CMD Check generated by the unsafe use of sprintf. (#959, @shikokuchuo)
  • Import, not suggest glue (#960)