Skip to content

Releases: speedcell4/torchrua

v0.5.1

12 Oct 10:04
Compare
Choose a tag to compare
v0.5.1 v0.5.1

v0.5.0

25 Feb 05:10
Compare
Choose a tag to compare

Have almost all the functions rewritten, unifying them into a more user-friendly interface design in Rust style.

v0.4.0

03 Mar 16:11
Compare
Choose a tag to compare

Features

  • Rewrite core functions by introducing major_sizes_to_ptr
  • Add indexing functions for CattedSequence
  • Refactor CattedSequence to be a NamedTuple
  • Add unique_catted_sequence and unique_packed_sequence
  • Add repeat_interleave_catted_sequence and repeat_interleave_packed_sequence

v0.3.1

19 Aug 12:52
Compare
Choose a tag to compare

Features

  • Support scatter operations

v0.3.0

30 Jul 16:07
Compare
Choose a tag to compare

Features

  • Add CattedSequence

v0.2.0

12 Apr 06:26
Compare
Choose a tag to compare

Features

  • Rewrite core functions to obtain higher and more elegant index construction performance.
    • Most interfaces are kept unchanged, while these core functions are updated.

v0.1.0

29 Oct 14:54
Compare
Choose a tag to compare

Features

First release