[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51207] [PATCH 6/9] gnu: Add julia-functors.
From: |
zimoun |
Subject: |
[bug#51207] [PATCH 6/9] gnu: Add julia-functors. |
Date: |
Thu, 14 Oct 2021 17:59:02 +0200 |
* gnu/packages/julia-xyz.scm (julia-functors): New variable.
---
gnu/packages/julia-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 9604460600..86f3446ba3 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1743,6 +1743,31 @@ (define-public julia-functionwrappers
arbitrary functions.")
(license license:expat)))
+(define-public julia-functors
+ (package
+ (name "julia-functors")
+ (version "0.2.6")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/FluxML/Functors.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0vkyh63v6kj70bqg09z6vsnxm2idz3xwiz7nsr53fgj5c37y2xrj"))))
+ (build-system julia-build-system)
+ (home-page "https://fluxml.ai/Functors")
+ (synopsis "Design pattern for structures as in machine learning")
+ (description "This package provides tools to express a design pattern for
+dealing with large/ nested structures, as in machine learning and
+optimisation. For large machine learning models it can be cumbersome or
+inefficient to work with parameters as one big, flat vector, and structs help
+in managing complexity; but it is also desirable to easily operate over all
+parameters at once, e.g. for changing precision or applying an optimiser
+update step.")
+ (license license:expat)))
+
(define-public julia-fuzzycompletions
(package
(name "julia-fuzzycompletions")
--
2.32.0
- [bug#51207] [PATCH 0/9] More Julia packages toward Flux, zimoun, 2021/10/14
- [bug#51207] [PATCH 1/9] gnu: julia-coordinatetransformations: Enable tests., zimoun, 2021/10/14
- [bug#51207] [PATCH 8/9] gnu: Add julia-codeczlib., zimoun, 2021/10/14
- [bug#51207] [PATCH 4/9] gnu: julia-paddedviews: Enable tests., zimoun, 2021/10/14
- [bug#51207] [PATCH 7/9] gnu: Add julia-transcodingstreams., zimoun, 2021/10/14
- [bug#51207] [PATCH 6/9] gnu: Add julia-functors.,
zimoun <=
- [bug#51207] [PATCH 9/9] gnu: Add julia-media., zimoun, 2021/10/14
- [bug#51207] [PATCH 5/9] gnu: julia-stackviews: Enable tests., zimoun, 2021/10/14
- [bug#51207] [PATCH 2/9] gnu: julia-colortypes: Enable tests., zimoun, 2021/10/14
- [bug#51207] [PATCH 3/9] gnu: julia-irtools: Enable tests., zimoun, 2021/10/14
- bug#51207: [PATCH 0/9] More Julia packages toward Flux, Efraim Flashner, 2021/10/19