this repo has no description

[new release] owl, owl-top and owl-base (1.1)

CHANGES:

* remove several components in owl: `aeos`, `plplot`, `zoo`
* remove the Sparse module in Ndarray and thus Owl's reliance on `eigen`

Changed files
+102
packages
owl
owl.1.1
owl-base
owl-base.1.1
owl-top
owl-top.1.1
+28
packages/owl-base/owl-base.1.1/opam
···
+
opam-version: "2.0"
+
maintainer: "Liang Wang <ryanrhymes@gmail.com>"
+
authors: [ "Liang Wang" ]
+
license: "MIT"
+
homepage: "https://github.com/owlbarn/owl"
+
dev-repo: "git+https://github.com/owlbarn/owl.git"
+
bug-reports: "https://github.com/owlbarn/owl/issues"
+
doc: "https://owlbarn.github.io/"
+
synopsis: "OCaml Scientific and Engineering Computing - Base"
+
description: "Owl is an OCaml scientific library."
+
build: [
+
[ "dune" "subst" ] {pinned}
+
[ "dune" "build" "-p" name "-j" jobs ]
+
]
+
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"base-bigarray"
+
"dune" {>= "2.0.0"}
+
]
+
url {
+
src: "https://github.com/owlbarn/owl/releases/download/1.1/owl-1.1.tbz"
+
checksum: [
+
"sha256=983602676cf7dd54c4bdcea057825379c21703fbc7216b94dfb0400c697fca88"
+
"sha512=2c19d84412e11806dbbce399fe07099404f4987b82ec5ea305de53046063edcc32fd3dd552a04473b14c6c5b942a7ed92582f9f388e73dd652a978d775fb5a95"
+
]
+
}
+
x-commit-hash: "48434ea744d8e5f488a56bb06ecd15659c58f186"
+30
packages/owl-top/owl-top.1.1/opam
···
+
opam-version: "2.0"
+
maintainer: "Liang Wang <ryanrhymes@gmail.com>"
+
authors: [ "Liang Wang" ]
+
license: "MIT"
+
homepage: "https://github.com/owlbarn/owl"
+
dev-repo: "git+https://github.com/owlbarn/owl.git"
+
bug-reports: "https://github.com/owlbarn/owl/issues"
+
doc: "https://owlbarn.github.io/"
+
synopsis: "OCaml Scientific and Engineering Computing - Top"
+
description: "Owl is an OCaml scientific library."
+
+
build: [
+
[ "dune" "subst" ] {pinned}
+
[ "dune" "build" "-p" name "-j" jobs ]
+
]
+
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"dune" {>= "2.0.0"}
+
"ocaml-compiler-libs"
+
"owl" {= version}
+
]
+
url {
+
src: "https://github.com/owlbarn/owl/releases/download/1.1/owl-1.1.tbz"
+
checksum: [
+
"sha256=983602676cf7dd54c4bdcea057825379c21703fbc7216b94dfb0400c697fca88"
+
"sha512=2c19d84412e11806dbbce399fe07099404f4987b82ec5ea305de53046063edcc32fd3dd552a04473b14c6c5b942a7ed92582f9f388e73dd652a978d775fb5a95"
+
]
+
}
+
x-commit-hash: "48434ea744d8e5f488a56bb06ecd15659c58f186"
+44
packages/owl/owl.1.1/opam
···
+
opam-version: "2.0"
+
maintainer: "Liang Wang <ryanrhymes@gmail.com>"
+
authors: [ "Liang Wang" ]
+
license: "MIT"
+
homepage: "https://github.com/owlbarn/owl"
+
dev-repo: "git+https://github.com/owlbarn/owl.git"
+
bug-reports: "https://github.com/owlbarn/owl/issues"
+
doc: "https://owlbarn.github.io/owl/"
+
synopsis: "OCaml Scientific and Engineering Computing"
+
description: """
+
Owl: OCaml Scientific and Engineering Computing
+
+
Owl is an OCaml numerical library.
+
It supports N-dimensional arrays, both dense and sparse matrix operations, linear algebra, regressions, fast Fourier transforms, and many advanced mathematical and statistical functions (such as Markov chain Monte Carlo methods).
+
Recently, Owl has implemented algorithmic differentiation which essentially makes developing machine learning and neural network algorithms trivial.
+
"""
+
+
build: [
+
[ "dune" "subst" ] {pinned}
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
+
]
+
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"alcotest" {with-test}
+
"base" {build}
+
"base-bigarray"
+
"conf-openblas" {>= "0.2.1"}
+
"ctypes" {>= "0.16.0"}
+
"dune" {>= "2.0.0"}
+
"dune-configurator"
+
"owl-base" {= version}
+
"stdio" {build}
+
"npy"
+
]
+
url {
+
src: "https://github.com/owlbarn/owl/releases/download/1.1/owl-1.1.tbz"
+
checksum: [
+
"sha256=983602676cf7dd54c4bdcea057825379c21703fbc7216b94dfb0400c697fca88"
+
"sha512=2c19d84412e11806dbbce399fe07099404f4987b82ec5ea305de53046063edcc32fd3dd552a04473b14c6c5b942a7ed92582f9f388e73dd652a978d775fb5a95"
+
]
+
}
+
x-commit-hash: "48434ea744d8e5f488a56bb06ecd15659c58f186"