From 96a57d7188865f58c04221beccde6dba5768dbd6 Mon Sep 17 00:00:00 2001 From: Daniel Ward <42737813+danielward27@users.noreply.github.com> Date: Mon, 27 Jun 2022 10:44:41 +0100 Subject: [PATCH 1/3] Add installation into readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fc348841..96338fea 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,12 @@ So far the package supports the following: For more detailed examples, see [examples](https://github.com/danielward27/flowjax/blob/main/examples/). +## Installation +------- +``` +pip install flowjax +``` + ## Authors ------- From 35deb1ba942f23d93ccc90d80499320cf9891da8 Mon Sep 17 00:00:00 2001 From: Daniel Ward <42737813+danielward27@users.noreply.github.com> Date: Mon, 27 Jun 2022 10:45:31 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 96338fea..4ff35582 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,9 @@ So far the package supports the following: For more detailed examples, see [examples](https://github.com/danielward27/flowjax/blob/main/examples/). ## Installation -------- ``` pip install flowjax ``` ## Authors -------- - `flowjax` was written by `Daniel Ward `. From 1cefa261f80a656784a78dd752a1bb8bc20b9a5e Mon Sep 17 00:00:00 2001 From: Daniel Ward <42737813+danielward27@users.noreply.github.com> Date: Mon, 27 Jun 2022 10:48:48 +0100 Subject: [PATCH 3/3] Update version in __init__ --- flowjax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowjax/__init__.py b/flowjax/__init__.py index 9ad84ada..af1e8e94 100644 --- a/flowjax/__init__.py +++ b/flowjax/__init__.py @@ -1,5 +1,5 @@ """flowjax - Basic flowjax implementation in jax.""" -__version__ = "0.1.0" +__version__ = "0.9.0" __author__ = "Daniel Ward " __all__ = []