Skip to content

Commit 2ae09c4

Browse files
committed
Bump to v0.3.0
1 parent 86551e7 commit 2ae09c4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = ""
2929
# The full version, including alpha/beta/rc tags
30-
release = "0.2.0"
30+
release = "0.3.0"
3131

3232

3333
# -- General configuration ---------------------------------------------------

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ DeepXDE supports
2424

2525
- complex domain geometries without tyranny mesh generation. The primitive geometries are interval, triangle, rectangle, polygon, disk, cuboid, and sphere. Other geometries can be constructed as constructive solid geometry (CSG) using three boolean operations: union, difference, and intersection;
2626
- multi-physics, i.e., coupled PDEs;
27-
- 4 types of boundary conditions: Dirichlet, Neumann, Robin, and periodic;
27+
- 5 types of boundary conditions (BCs): Dirichlet, Neumann, Robin, periodic, and a general BC;
2828
- time-dependent PDEs are solved as easily as time-independent ones by only adding initial conditions;
2929
- residual-based adaptive refinement (RAR);
3030
- uncertainty quantification using dropout;

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111

1212
setup(
1313
name="DeepXDE",
14-
version="0.2.0",
14+
version="0.3.0",
1515
description="Deep learning library for solving differential equations",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",
1818
author="Lu Lu",
1919
author_email="[email protected]",
2020
url="https://github.com/lululxvi/deepxde",
21-
download_url="https://github.com/lululxvi/deepxde/tarball/v0.2.0",
21+
download_url="https://github.com/lululxvi/deepxde/tarball/v0.3.0",
2222
license="Apache-2.0",
2323
install_requires=install_requires,
2424
classifiers=[
25-
"Development Status :: 3 - Alpha",
25+
"Development Status :: 4 - Beta",
2626
"Intended Audience :: Developers",
2727
"Intended Audience :: Education",
2828
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)