February 11, 2020
https://github.com/mstksg/hmatrix-vector-sized/releases/tag/v0.1.3.0
-
Added "generic" versions of vector conversions, to cover the common use cases involving conversion to and from non-storable vectors. This includes:
grVec
gvecR
gcVec
gvecC
glVec
gvecL
gmVec
gvecM
Rewrite rules are included so that you can use these with storable vectors without any cost, but don't rely on those.
-
Added big-O analysis to documentation for all functions.
August 17, 2019
https://github.com/mstksg/hmatrix-vector-sized/releases/tag/v0.1.2.0
- Fixed bugs that would occur if ever converting anything that contained an
hmatrix vector or matrix that was created using
konst
. This does change the API slightly in a potentially breaking way, as some functions now requireKnownNat
constraints.
Nov 13, 2018
-
https://github.com/mstksg/hmatrix-vector-sized/releases/tag/v0.1.1.1
Fix building on GHC 8.6.
-
https://github.com/mstksg/hmatrix-vector-sized/releases/tag/v0.1.1.2
Fix tests building on GHC 8.6.
-
https://github.com/mstksg/hmatrix-vector-sized/releases/tag/v0.1.1.3
Optimization for matrix converters.
Feb 11, 2018
https://github.com/mstksg/hmatrix-vector-sized/releases/tag/v0.1.1.0
- Conversions to and from flattened versions of matrices.
Feb 10, 2018
https://github.com/mstksg/hmatrix-vector-sized/releases/tag/v0.1.0.0
- Initial release