Skip to content

0.4.0

Compare
Choose a tag to compare
@sunsided sunsided released this 02 Sep 19:48
· 25 commits to main since this release
4f7393c

To use timelag/0.4.0 in your project, add:

[dependencies]
timelag = "0.4.0"

Changes since 0.3.0

Changed

  • #2: Changed functions operating on slices to return a LagMatrix struct providing meta information about the generated matrix.
  • #3: Lag indices can now be specified as any IntoIterator<Item = usize>, e.g. range, array or slice.