Skip to content

Commit

Permalink
Backprop based everything, in prep for backprop 0.2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mstksg committed May 15, 2018
1 parent 5b88ceb commit b9a6aab
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 137 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

Version 0.1.2.2
---------------

*Unreleased*

<https://github.com/mstksg/hmatrix-backprop/releases/tag/v0.1.2.2>

* Rewrote most of *Numeric.LinearAlgebra.Static.Backprop* module to require
`Backprop` constraints on everything instead of `Num` constraints
* Re-ordered constraint orders on various functions. *Potentially breaking
change* if TypeApplications are used.

Version 0.1.2.1
---------------

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ghc-options:
- -Wredundant-constraints

dependencies:
- backprop >= 0.2
- backprop >= 0.2.3
- base >= 4.7 && < 5
- hmatrix >= 0.18
- hmatrix-vector-sized >= 0.1.1
Expand Down
Loading

0 comments on commit b9a6aab

Please sign in to comment.