-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update dependencies: remove distrax/numpyro/haiku and add flax/tfp-jax * Move to Flax * Move GP and else to experimental * Remove forecasting notebook
- Loading branch information
Showing
78 changed files
with
3,320 additions
and
3,289 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -153,3 +153,5 @@ cython_debug/ | |
|
||
# vscode | ||
.vscode/ | ||
|
||
.data/ |
This file contains 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
This file contains 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
This file contains 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
This file contains 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,7 @@ | ||
Examples | ||
======== | ||
|
||
.. note:: | ||
|
||
More example code can be found on GitHub in `examples <https://github.com/ramsey-devs/ramsey/tree/main/examples>`_. | ||
The examples are executable from the command line, so forking/cloning the code suffices to run them. |
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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,14 @@ | ||
📰 News | ||
======= | ||
|
||
.. note:: | ||
|
||
With :code:`Haiku` having gone into a maintenance mode after the merger of Google Brain and Deepmind, | ||
Ramsey will now be using :code:`Flax` as default neural network library. | ||
Starting from version :code:`v0.2.0` all :code:`Haiku` code will be replaced with :code:`Flax` code. Sadge. | ||
|
||
.. note:: | ||
|
||
Starting from version :code:`v0.2.0` on, experimental and possibly non-permant code will be put into submodule :code:`ramsey.experimental`. | ||
Hence you can expect that the main code base won't change or be subject to API breaking changes, while the experimental code possibly can or even get | ||
deleted in the future. |
Oops, something went wrong.