-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[new release] raven (11 packages) (1.0.0~alpha2) #28827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
tmattio
wants to merge
1
commit into
ocaml:master
Choose a base branch
from
tmattio:release-raven-1.0.0_alpha2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| opam-version: "2.0" | ||
| synopsis: "Reinforcement learning framework for OCaml" | ||
| description: | ||
| "Fehu is a reinforcement learning framework built on Raven's ecosystem, providing environments, algorithms, and training utilities" | ||
| maintainer: ["Thibaut Mattio <[email protected]>"] | ||
| authors: ["Thibaut Mattio <[email protected]>"] | ||
| license: "ISC" | ||
| tags: [ | ||
| "reinforcement-learning" "machine-learning" "ai" "environments" "agents" | ||
| ] | ||
| homepage: "https://github.com/raven-ml/raven" | ||
| doc: "https://raven-ml.dev/docs/" | ||
| bug-reports: "https://github.com/raven-ml/raven/issues" | ||
| depends: [ | ||
| "ocaml" {>= "5.3.0"} | ||
| "dune" {>= "3.19"} | ||
| "rune" {= version} | ||
| "kaun" {= version} | ||
| "yojson" {>= "2.0.0"} | ||
| "alcotest" {with-test} | ||
| "odoc" {with-doc} | ||
| ] | ||
| build: [ | ||
| ["dune" "subst"] {dev} | ||
| [ | ||
| "dune" | ||
| "build" | ||
| "-p" | ||
| name | ||
| "-j" | ||
| jobs | ||
| "--promote-install-files=false" | ||
| "@install" | ||
| "@runtest" {with-test} | ||
| "@doc" {with-doc} | ||
| ] | ||
| ["dune" "install" "-p" name "--create-install-files" name] | ||
| ] | ||
| dev-repo: "git+https://github.com/raven-ml/raven.git" | ||
| x-maintenance-intent: ["(latest)"] | ||
| url { | ||
| src: | ||
| "https://github.com/raven-ml/raven/releases/download/1.0.0_alpha2/raven-1.0.0.alpha2.tbz" | ||
| checksum: [ | ||
| "sha256=93abc49d075a1754442ccf495645bc4fdc83e4c66391ec8aca8fa15d2b4f44d2" | ||
| "sha512=5eb958c51f30ae46abded4c96f48d1825f79c7ce03f975f9a6237cdfed0d62c0b4a0774296694def391573d849d1f869919c49008acffca95946b818ad325f6f" | ||
| ] | ||
| } | ||
| x-commit-hash: "85d5214e2f346cb859d31bf5494bdac70961e48d" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| opam-version: "2.0" | ||
| synopsis: "Visualization library for OCaml" | ||
| description: | ||
| "Hugin is a powerful visualization library for OCaml that produces publication-quality plots and charts. It integrates with the Raven ecosystem to provide visualization of Nx data." | ||
| maintainer: ["Thibaut Mattio <[email protected]>"] | ||
| authors: ["Thibaut Mattio <[email protected]>"] | ||
| license: "ISC" | ||
| tags: ["visualization" "plotting" "charts" "data-science" "graphics"] | ||
| homepage: "https://github.com/raven-ml/raven" | ||
| doc: "https://raven-ml.dev/docs/" | ||
| bug-reports: "https://github.com/raven-ml/raven/issues" | ||
| depends: [ | ||
| "ocaml" {>= "5.3.0"} | ||
| "dune" {>= "3.19"} | ||
| "dune-configurator" {build} | ||
| "conf-sdl2" | ||
| "cairo2" | ||
| "nx" {= version} | ||
| "base64" {>= "3.1.0"} | ||
| "alcotest" {with-test} | ||
| "odoc" {with-doc} | ||
| ] | ||
| build: [ | ||
| ["dune" "subst"] {dev} | ||
| [ | ||
| "dune" | ||
| "build" | ||
| "-p" | ||
| name | ||
| "-j" | ||
| jobs | ||
| "--promote-install-files=false" | ||
| "@install" | ||
| "@runtest" {with-test} | ||
| "@doc" {with-doc} | ||
| ] | ||
| ["dune" "install" "-p" name "--create-install-files" name] | ||
| ] | ||
| dev-repo: "git+https://github.com/raven-ml/raven.git" | ||
| x-maintenance-intent: ["(latest)"] | ||
| url { | ||
| src: | ||
| "https://github.com/raven-ml/raven/releases/download/1.0.0_alpha2/raven-1.0.0.alpha2.tbz" | ||
| checksum: [ | ||
| "sha256=93abc49d075a1754442ccf495645bc4fdc83e4c66391ec8aca8fa15d2b4f44d2" | ||
| "sha512=5eb958c51f30ae46abded4c96f48d1825f79c7ce03f975f9a6237cdfed0d62c0b4a0774296694def391573d849d1f869919c49008acffca95946b818ad325f6f" | ||
| ] | ||
| } | ||
| x-commit-hash: "85d5214e2f346cb859d31bf5494bdac70961e48d" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| opam-version: "2.0" | ||
| synopsis: "Flax-inspired neural network library for OCaml" | ||
| description: | ||
| "Kaun brings modern deep learning to OCaml with a flexible, type-safe API for building and training neural networks. It leverages Rune for automatic differentiation and computation graph optimization while maintaining OCaml's functional programming advantages." | ||
| maintainer: ["Thibaut Mattio <[email protected]>"] | ||
| authors: ["Thibaut Mattio <[email protected]>"] | ||
| license: "ISC" | ||
| tags: ["neural-networks" "machine-learning" "deep-learning"] | ||
| homepage: "https://github.com/raven-ml/raven" | ||
| doc: "https://raven-ml.dev/docs/" | ||
| bug-reports: "https://github.com/raven-ml/raven/issues" | ||
| depends: [ | ||
| "ocaml" {>= "5.3.0"} | ||
| "dune" {>= "3.19"} | ||
| "logs" | ||
| "yojson" {>= "2.0.0"} | ||
| "domainslib" {>= "0.5.0"} | ||
| "saga" {= version} | ||
| "rune" {= version} | ||
| "nx-datasets" {= version} | ||
| "alcotest" {with-test} | ||
| "odoc" {with-doc} | ||
| ] | ||
| build: [ | ||
| ["dune" "subst"] {dev} | ||
| [ | ||
| "dune" | ||
| "build" | ||
| "-p" | ||
| name | ||
| "-j" | ||
| jobs | ||
| "--promote-install-files=false" | ||
| "@install" | ||
| "@runtest" {with-test} | ||
| "@doc" {with-doc} | ||
| ] | ||
| ["dune" "install" "-p" name "--create-install-files" name] | ||
| ] | ||
| dev-repo: "git+https://github.com/raven-ml/raven.git" | ||
| x-maintenance-intent: ["(latest)"] | ||
| url { | ||
| src: | ||
| "https://github.com/raven-ml/raven/releases/download/1.0.0_alpha2/raven-1.0.0.alpha2.tbz" | ||
| checksum: [ | ||
| "sha256=93abc49d075a1754442ccf495645bc4fdc83e4c66391ec8aca8fa15d2b4f44d2" | ||
| "sha512=5eb958c51f30ae46abded4c96f48d1825f79c7ce03f975f9a6237cdfed0d62c0b4a0774296694def391573d849d1f869919c49008acffca95946b818ad325f6f" | ||
| ] | ||
| } | ||
| x-commit-hash: "85d5214e2f346cb859d31bf5494bdac70961e48d" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| opam-version: "2.0" | ||
| synopsis: "Common datasets for machine learning" | ||
| description: | ||
| "A collection of common datasets for machine learning tasks, including image classification, regression, and more. This package provides easy access to popular datasets in a format compatible with Nx." | ||
| maintainer: ["Thibaut Mattio <[email protected]>"] | ||
| authors: ["Thibaut Mattio <[email protected]>"] | ||
| license: "ISC" | ||
| tags: [ | ||
| "datasets" | ||
| "machine-learning" | ||
| "data-science" | ||
| "image-classification" | ||
| "regression" | ||
| ] | ||
| homepage: "https://github.com/raven-ml/raven" | ||
| doc: "https://raven-ml.dev/docs/" | ||
| bug-reports: "https://github.com/raven-ml/raven/issues" | ||
| depends: [ | ||
| "ocaml" {>= "5.3.0"} | ||
| "dune" {>= "3.19"} | ||
| "ocurl" | ||
| "csv" | ||
| "logs" | ||
| "nx" {= version} | ||
| "alcotest" {with-test} | ||
| "odoc" {with-doc} | ||
| ] | ||
| build: [ | ||
| ["dune" "subst"] {dev} | ||
| [ | ||
| "dune" | ||
| "build" | ||
| "-p" | ||
| name | ||
| "-j" | ||
| jobs | ||
| "--promote-install-files=false" | ||
| "@install" | ||
| "@runtest" {with-test} | ||
| "@doc" {with-doc} | ||
| ] | ||
| ["dune" "install" "-p" name "--create-install-files" name] | ||
| ] | ||
| dev-repo: "git+https://github.com/raven-ml/raven.git" | ||
| x-maintenance-intent: ["(latest)"] | ||
| url { | ||
| src: | ||
| "https://github.com/raven-ml/raven/releases/download/1.0.0_alpha2/raven-1.0.0.alpha2.tbz" | ||
| checksum: [ | ||
| "sha256=93abc49d075a1754442ccf495645bc4fdc83e4c66391ec8aca8fa15d2b4f44d2" | ||
| "sha512=5eb958c51f30ae46abded4c96f48d1825f79c7ce03f975f9a6237cdfed0d62c0b4a0774296694def391573d849d1f869919c49008acffca95946b818ad325f6f" | ||
| ] | ||
| } | ||
| x-commit-hash: "85d5214e2f346cb859d31bf5494bdac70961e48d" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,65 @@ | ||
| opam-version: "2.0" | ||
| synopsis: "High-performance N-dimensional array library for OCaml" | ||
| description: | ||
| "Nx is the core component of the Raven ecosystem providing efficient numerical computation with multi-device support. It offers NumPy-like functionality with the benefits of OCaml's type system." | ||
| maintainer: ["Thibaut Mattio <[email protected]>"] | ||
| authors: ["Thibaut Mattio <[email protected]>"] | ||
| license: "ISC" | ||
| tags: ["numerical-computation" "tensor-library" "machine-learning"] | ||
| homepage: "https://github.com/raven-ml/raven" | ||
| doc: "https://raven-ml.dev/docs/" | ||
| bug-reports: "https://github.com/raven-ml/raven/issues" | ||
| depends: [ | ||
| "ocaml" {>= "5.3.0"} | ||
| "dune" {>= "3.19"} | ||
| "dune-configurator" {build} | ||
| "conf-pkg-config" {build} | ||
| "conf-zlib" {build} | ||
| "stdlib-shims" | ||
| "alcotest" {with-test} | ||
| "mdx" {with-test} | ||
| "odoc" {with-doc} | ||
| ] | ||
| build: [ | ||
| ["dune" "subst"] {dev} | ||
| [ | ||
| "dune" | ||
| "build" | ||
| "-p" | ||
| name | ||
| "-j" | ||
| jobs | ||
| "--promote-install-files=false" | ||
| "@install" | ||
| "@runtest" {with-test} | ||
| "@doc" {with-doc} | ||
| ] | ||
| ["dune" "install" "-p" name "--create-install-files" name] | ||
| ] | ||
| dev-repo: "git+https://github.com/raven-ml/raven.git" | ||
| x-maintenance-intent: ["(latest)"] | ||
| depexts: [ | ||
| ["libc-dev" "openblas-dev" "lapack-dev"] {os-distribution = "alpine"} | ||
| ["epel-release" "openblas-devel"] {os-distribution = "centos"} | ||
| ["libopenblas-dev" "liblapacke-dev"] {os-family = "debian"} | ||
| ["libopenblas-dev" "liblapacke-dev"] {os-family = "ubuntu"} | ||
| ["openblas-devel"] {os-family = "fedora"} | ||
| ["libopenblas_openmp-devel"] {os-family = "suse" | os-family = "opensuse"} | ||
| ["openblas" "lapacke" "cblas"] {os-distribution = "arch"} | ||
| ["openblas"] {os = "macos" & os-distribution = "homebrew"} | ||
| ["openblas" "lapacke"] {os = "freebsd"} | ||
| ] | ||
| x-ci-accept-failures: [ | ||
| "oraclelinux-7" | ||
| "oraclelinux-8" | ||
| "oraclelinux-9" | ||
| ] | ||
| url { | ||
| src: | ||
| "https://github.com/raven-ml/raven/releases/download/1.0.0_alpha2/raven-1.0.0.alpha2.tbz" | ||
| checksum: [ | ||
| "sha256=93abc49d075a1754442ccf495645bc4fdc83e4c66391ec8aca8fa15d2b4f44d2" | ||
| "sha512=5eb958c51f30ae46abded4c96f48d1825f79c7ce03f975f9a6237cdfed0d62c0b4a0774296694def391573d849d1f869919c49008acffca95946b818ad325f6f" | ||
| ] | ||
| } | ||
| x-commit-hash: "85d5214e2f346cb859d31bf5494bdac70961e48d" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,70 @@ | ||
| opam-version: "2.0" | ||
| synopsis: "Interactive notebook for OCaml data science" | ||
| description: | ||
| "Quill is an interactive notebook application for data exploration, prototyping, and knowledge sharing in OCaml. It provides a Jupyter-like experience with rich visualization and documentation capabilities." | ||
| maintainer: ["Thibaut Mattio <[email protected]>"] | ||
| authors: ["Thibaut Mattio <[email protected]>"] | ||
| license: "ISC" | ||
| tags: [ | ||
| "notebook" "interactive-computing" "data-science" "literate-programming" | ||
| ] | ||
| homepage: "https://github.com/raven-ml/raven" | ||
| doc: "https://raven-ml.dev/docs/" | ||
| bug-reports: "https://github.com/raven-ml/raven/issues" | ||
| depends: [ | ||
| "ocaml" {>= "5.3.0"} | ||
| "dune" {>= "3.19"} | ||
| "dune-site" {>= "3.19.0"} | ||
| "cmdliner" | ||
| "wasm_of_ocaml-compiler" | ||
| "js_of_ocaml-toplevel" | ||
| "dream" {>= "1.0.0~alpha8"} | ||
| "ppx_deriving_yojson" | ||
| "crunch" | ||
| "cmarkit" | ||
| "vdom" | ||
| "brr" | ||
| "base64" {>= "3.1.0"} | ||
| "nx" {= version} | ||
| "nx-datasets" {= version} | ||
| "saga" {= version} | ||
| "rune" {= version} | ||
| "kaun" {= version} | ||
| "sowilo" {= version} | ||
| "hugin" {= version} | ||
| "alcotest" {with-test} | ||
| "odoc" {with-doc} | ||
| ] | ||
| dev-repo: "git+https://github.com/raven-ml/raven.git" | ||
| x-maintenance-intent: ["(latest)"] | ||
| build: [ | ||
| ["dune" "subst"] {dev} | ||
| [ | ||
| "dune" | ||
| "build" | ||
| "--root" | ||
| "." | ||
| "--only-packages" | ||
| name | ||
| "--no-config" | ||
| "--profile" | ||
| "release" | ||
| "-j" | ||
| jobs | ||
| "--auto-promote" | ||
| "--promote-install-files=false" | ||
| "@install" | ||
| "@runtest" {with-test} | ||
| "@doc" {with-doc} | ||
| ] | ||
| ["dune" "install" "-p" name "--create-install-files" name] | ||
| ] | ||
| url { | ||
| src: | ||
| "https://github.com/raven-ml/raven/releases/download/1.0.0_alpha2/raven-1.0.0.alpha2.tbz" | ||
| checksum: [ | ||
| "sha256=93abc49d075a1754442ccf495645bc4fdc83e4c66391ec8aca8fa15d2b4f44d2" | ||
| "sha512=5eb958c51f30ae46abded4c96f48d1825f79c7ce03f975f9a6237cdfed0d62c0b4a0774296694def391573d849d1f869919c49008acffca95946b818ad325f6f" | ||
| ] | ||
| } | ||
| x-commit-hash: "85d5214e2f346cb859d31bf5494bdac70961e48d" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| opam-version: "2.0" | ||
| synopsis: "Meta package for the Raven ML ecosystem" | ||
| description: | ||
| "Raven is a comprehensive machine learning ecosystem for OCaml. This meta package installs all Raven components including Nx (tensors), Hugin (plotting), Quill (notebooks), Rune (autodiff), Kaun (neural networks), and Sowilo (computer vision)." | ||
| maintainer: ["Thibaut Mattio <[email protected]>"] | ||
| authors: ["Thibaut Mattio <[email protected]>"] | ||
| license: "ISC" | ||
| tags: ["machine-learning" "data-science" "numerical-computation"] | ||
| homepage: "https://github.com/raven-ml/raven" | ||
| doc: "https://raven-ml.dev/docs/" | ||
| bug-reports: "https://github.com/raven-ml/raven/issues" | ||
| depends: [ | ||
| "dune" {>= "3.19"} | ||
| "nx" {= version} | ||
| "nx-datasets" {= version} | ||
| "saga" {= version} | ||
| "talon" {= version} | ||
| "rune" {= version} | ||
| "kaun" {= version} | ||
| "sowilo" {= version} | ||
| "fehu" {= version} | ||
| "quill" {= version} | ||
| "hugin" {= version} | ||
| "mdx" {with-test} | ||
| "odoc" {with-doc} | ||
| ] | ||
| build: [ | ||
| ["dune" "subst"] {dev} | ||
| [ | ||
| "dune" | ||
| "build" | ||
| "-p" | ||
| name | ||
| "-j" | ||
| jobs | ||
| "--promote-install-files=false" | ||
| "@install" | ||
| "@runtest" {with-test} | ||
| "@doc" {with-doc} | ||
| ] | ||
| ["dune" "install" "-p" name "--create-install-files" name] | ||
| ] | ||
| dev-repo: "git+https://github.com/raven-ml/raven.git" | ||
| x-maintenance-intent: ["(latest)"] | ||
| url { | ||
| src: | ||
| "https://github.com/raven-ml/raven/releases/download/1.0.0_alpha2/raven-1.0.0.alpha2.tbz" | ||
| checksum: [ | ||
| "sha256=93abc49d075a1754442ccf495645bc4fdc83e4c66391ec8aca8fa15d2b4f44d2" | ||
| "sha512=5eb958c51f30ae46abded4c96f48d1825f79c7ce03f975f9a6237cdfed0d62c0b4a0774296694def391573d849d1f869919c49008acffca95946b818ad325f6f" | ||
| ] | ||
| } | ||
| x-commit-hash: "85d5214e2f346cb859d31bf5494bdac70961e48d" | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.