Skip to content

Releases: expipiplus1/vector-sized

1.6.1

01 Feb 02:33

Choose a tag to compare

See changelog.md for details

Release v1.6.0

22 Jan 16:54
2605273

Choose a tag to compare

  • Add instances of FunctorWithIndex, FoldableWithIndex and
    TraversableWithIndex for Vector n a.
  • Drop support for GHC older than 8.10
  • Safe construction of vectors from linked lists (#88)

Thanks to @sheaf and @kozross

Release v1.5.0

26 Aug 05:18
764e7a8

Choose a tag to compare

  • Change indexes used by accum from Int to Finite.

Release v1.4.4

26 Jun 14:36
45ef035

Choose a tag to compare

  • Add ix'

Release v1.4.3.1

15 Dec 04:56
65fdcfc

Choose a tag to compare

  • Fix Bits instance, shiftl and shiftr were incorrect

Release v1.4.3

08 Dec 05:33
bd3fbe5

Choose a tag to compare

  • Add Primitive flavour of sized vectors
  • Add instance Bits (v a) => Bits (Vector v n a)

Thanks to @Bodigrim and @mstksg

v1.2.0.0

04 Dec 19:59

Choose a tag to compare

See changelog.md for changes