Releases: expipiplus1/vector-sized
Releases · expipiplus1/vector-sized
1.6.1
See changelog.md
for details
Release v1.6.0
- 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
- Change indexes used by
accum
from Int
to Finite
.
Release v1.4.3.1
- Fix Bits instance, shiftl and shiftr were incorrect
Release v1.4.3
- 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
See changelog.md
for changes