All Versions
9
Latest Version
Avg Release Cycle
69 days
Latest Release
2043 days ago
Changelog History
Changelog History
-
v0.1.3.0 Changes
August 18, 2019August 18, 2019
๐ https://github.com/mstksg/hmatrix-backprop/releases/tag/v0.1.3.0
- Fix for compatibility with hmatrix-vector-sized-0.1.2.0. However, this
is potentially a breaking change because
vector
,fromRows
, andfromColumns
now all require extraKnownNat
constraints.
- Fix for compatibility with hmatrix-vector-sized-0.1.2.0. However, this
is potentially a breaking change because
-
v0.1.2.5 Changes
November 14, 2018November 14, 2018
๐ https://github.com/mstksg/hmatrix-backprop/releases/tag/v0.1.2.5
- Fix compatibility with GHC 8.6
-
v0.1.2.4 Changes
August 08, 2018August 8, 2018
๐ https://github.com/mstksg/hmatrix-backprop/releases/tag/v0.1.2.4
- Fix compatibility with backprop-0.2.6.1
-
v0.1.2.3 Changes
June 20, 2018June 19, 2018
๐ https://github.com/mstksg/hmatrix-backprop/releases/tag/v0.1.2.3
- Fix compatibility with backprop-0.2.5.0
-
v0.1.2.2 Changes
May 29, 2018May 28, 2018
๐ https://github.com/mstksg/hmatrix-backprop/releases/tag/v0.1.2.2
- Fix compatibility with backprop-0.2.4.0.
- Rewrote most of Numeric.LinearAlgebra.Static.Backprop module to require
Backprop
constraints on everything instead ofNum
constraints - Re-ordered constraint orders on various functions. Potentially breaking change if TypeApplications are used.
- Removed redundant dependency on finite-typelits.
-
v0.1.2.1 Changes
May 03, 2018May 1, 2018
๐ https://github.com/mstksg/hmatrix-backprop/releases/tag/v0.1.2.1
- Updated for compatibility with backprop-0.2.0.0
- Orphan instances added for types in Numeric.LinearAlgebra.Static.
-
v0.1.2.0 Changes
March 31, 2018Mar 30, 2018
๐ https://github.com/mstksg/hmatrix-backprop/releases/tag/v0.1.2.0
-
zipWithVector
family rewritten in the same way asdvmap
/dvmap
were for version 0.1.1.0, which is a breaking API change. However, again, it is unlikely that any code using the previous versions compiled at all, so in practicality, no actual code that previously worked is now breaking.
-
-
v0.1.1.0 Changes
March 26, 2018Mar 25, 2018
๐ https://github.com/mstksg/hmatrix-backprop/releases/tag/v0.1.1.0
-
dvmap
/dmmap
family rewritten, which is a breaking API change. Previous version ofdvmap
/dmmap
would not even compile at all if used, though, because of nonsensical constraints, so it is likely that no code that previously worked is now breaking. - backprop types re-exported for convenience
Internal
- Rewrote much code to use
isoVar
instead ofopIso
, for increased clarity and cleanliness. Requires backprop-0.1.4.0.
-
-
v0.1.0.0 Changes
February 11, 2018Feb 10, 2018
๐ https://github.com/mstksg/hmatrix-backprop/releases/tag/v0.1.0.0
- ๐ Initial release