Releases: speedcell4/torchrua
Releases · speedcell4/torchrua
v0.5.1
v0.5.0
Have almost all the functions rewritten, unifying them into a more user-friendly interface design in Rust style.
v0.4.0
Features
- Rewrite core functions by introducing
major_sizes_to_ptr
- Add indexing functions for
CattedSequence
- Refactor
CattedSequence
to be aNamedTuple
- Add
unique_catted_sequence
andunique_packed_sequence
- Add
repeat_interleave_catted_sequence
andrepeat_interleave_packed_sequence
v0.3.1
Features
- Support scatter operations
v0.3.0
Features
- Add
CattedSequence
v0.2.0
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
Features
First release