Changelog for sparse-tensor-0.2
Changelog
[0.1.0.0] - 2019-08-16
Initial release.
[0.2] - 2019-08-21
-
removed singletons from dependencies
-
removed eigen from dependencies
-
replaced eigen with hmatrix
-
added implementation of gaussian elimination based on hmatrix
-
added test suite
-
integration with travis ci
-
stack.yaml and cabal.project contain workaround for type-checker error when using haddock with ghc 8.6
-
ensured backwards compatibility down to ghc 8.0.2 (stackage lts-9.21)