Skip to content

Commit 9eee1b9

Browse files
jcitrinTorax team
authored and
Torax team
committed
Prepare for v0.3.1 tag
PiperOrigin-RevId: 743012607
1 parent e2c1f2d commit 9eee1b9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/tutorials.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ https://github.com/google-deepmind/torax/tree/main/torax/tutorials.
77
The tutorials are intended to be run in either a Jupyter or Colab notebook.
88

99
It is necessary to build your own notebook kernel in the same environment
10-
where you installed Torax.
10+
where you installed TORAX. These tutorials are tested for TORAX v0.3.1 and are
11+
not guaranteed to work with later versions due to API changes.
1112

1213
First install the necessary dependencies. Running from the torax root directory:
1314

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "torax"
77
description = "Differentiable 1D tokamak plasma transport simulator in JAX."
8-
version = "0.3.0.dev"
8+
version = "0.3.1"
99
readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)