inf-backprop 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~compositiondep ~fixed-vectorPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: composition, fixed-vector
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- inf-backprop.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,8 @@ # Revision history for inf-backprop +## [0.2.0.2] -- 2025-11-23+* **Documentation fixes**+ ## [0.2.0.1] -- 2025-11-23 * **Dependency upper bounds** * **Documentation fixes**
inf-backprop.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: inf-backprop-version: 0.2.0.1+version: 0.2.0.2 synopsis: Automatic differentiation and backpropagation. description:  .@@ -25,7 +25,7 @@ for research, prototyping neural networks, and implementing custom differentiable algorithms. .- See the [tutorial](https://hackage-content.haskell.org/package/inf-backprop-0.2.0.1/docs/Numeric-InfBackprop-Tutorial.html) for detailed+ See the [tutorial](https://hackage-content.haskell.org/package/inf-backprop/docs/Numeric-InfBackprop-Tutorial.html) for detailed examples and usage patterns. . Similar Projects: