Skip to content

Commit 5a0d470

Browse files
committed
Bump to v0.13.0
1 parent 75d2020 commit 5a0d470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deepxde/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.12.0"
1+
__version__ = "0.13.0"

docs/user/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ DeepXDE supports TensorFlow 1.x (``tensorflow.compat.v1`` in TensorFlow 2.x) and
4343

4444
Currently BACKEND can be chosen from "tensorflow.compat.v1" (TensorFlow 1.x backend) and "tensorflow" (TensorFlow 2.x backend). The default backend is TensorFlow 1.x.
4545

46-
Currently, TensorFlow 1.x backend supports more features than TensorFlow 2.x backend, and switch to another backend if DeepXDE raised a backend-related error.
46+
Different backends support slightly different features, and switch to another backend if DeepXDE raised a backend-related error. Some features can be implemented easily, we welcome your contributions.
4747

4848
TensorFlow 1.x backend
4949
``````````````````````

0 commit comments

Comments
 (0)