Skip to content

v0.3.0

Compare
Choose a tag to compare
@mlw214 mlw214 released this 01 Mar 06:09
· 4 commits to main since this release
fcbba19

Implement two 1D shift operations. In contrast to create_shift2d_op, these operations are useable with sequence data. These operations include:

  • create_shift1d_op
  • create_multishift1d_op

Additionally, update the README and add an RF/ML example to showcase the 1D shift operations.