Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@piever piever released this 16 Sep 16:30
· 6 commits to master since this release
ce5a9be

Breaking changes

  • Indexing out of bounds now gives a BoundsError (instead of returning the default value for ShiftedArray or the circularly shifted value for CircShiftedArray).
  • lag and lead are no longer exported (but still public API).
  • Calling ShiftedArray(v::ShiftedArray, n) or CircShiftedArray(v::CircShiftedArray, n) does not nest but rather combines the shifts additively.