inf-backprop 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+13/−8 lines, 2 filesdep ~ghc-primdep ~simple-exprPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc-prim, simple-expr
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- inf-backprop.cabal +9/−8
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for inf-backprop +## [0.2.0.1] -- 2025-11-23+* **Dependency upper bounds**+* **Documentation fixes**+ ## 0.2.0.0 -- 2025-11-13 ### Major Breaking Changes
inf-backprop.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.18 --- This file has been generated from package.yaml by hpack version 0.37.0.+-- This file has been generated from package.yaml by hpack version 0.38.1. -- -- see: https://github.com/sol/hpack name: inf-backprop-version: 0.2.0.0+version: 0.2.0.1 synopsis: Automatic differentiation and backpropagation.-description:  +description:  . Automatic differentiation library with efficient reverse-mode backpropagation for Haskell. .@@ -21,13 +21,11 @@ . * Integration with [numhask](https://hackage.haskell.org/package/numhask) .- * Flexible representations including profunctor and Van Laarhoven encodings - . The library emphasizes composability and type safety, making it suitable for research, prototyping neural networks, and implementing custom differentiable algorithms. .- See the [tutorial](docs/Numeric-InfBackprop-Tutorial.html) for detailed+ See the [tutorial](https://hackage-content.haskell.org/package/inf-backprop-0.2.0.1/docs/Numeric-InfBackprop-Tutorial.html) for detailed examples and usage patterns. . Similar Projects: @@ -42,6 +40,9 @@ license: BSD3 license-file: LICENSE build-type: Simple+tested-with:+ GHC == 9.8.4+ , GHC == 9.10.3 extra-source-files: CHANGELOG.md doc/images/backprop.drawio.png@@ -105,7 +106,7 @@ , extra <1.9 , finite-typelits <0.3 , fixed-vector <2.1- , ghc-prim <0.13+ , ghc-prim <0.14 , hashable <1.6 , indexed-list-literals <0.3 , isomorphism-class <0.4@@ -115,7 +116,7 @@ , primitive <0.10 , profunctors <5.7 , safe <0.4- , simple-expr <0.3+ , simple-expr ==0.2.* , text <2.2 , transformers <0.7 , unordered-containers <0.3