Releases: lululxvi/deepxde
Releases · lululxvi/deepxde
DeepXDE v0.5.1
Areas of improvement
- Bug fix:
GeometryXTime.uniform_points
anduniform_boundary_points
- Bug fix:
PDE
re-generate data each step
DeepXDE v0.5.0
Areas of improvement
PDE
,TimePDE
, andIDE
allow the reference solution to beNone
- postprocessing: Add 3D plot
- Bug fix: Replace
net.x
withnet.inputs
- Refactor: move
feed_dict
fromModel
toMap
- Update docs
API changes
data.OpDataSet
supports whether standardizemaps.MfNN
supports train only high or low fidelity network
New APIs
maps.OpNN
supports setting default function input
DeepXDE v0.4.0
Areas of improvement
- Bug fix: Fix the support of Python 2
- Add example of solution to satisfy BC exactly: diffusion_1d_exactBC.py
- Improve documentation
New APIs
- Add
Cuboid
andSphere
DeepXDE v0.3.0
Areas of improvement
- Bug fix:
Rectangle.random_boundary_points
- Add Euler beam example
New APIs
- Add metric:
absolute_percentage_error_std
- Add a general operator BC
OperatorBC
DeepXDE v0.2.0
Areas of improvement
- Bug fixes
- Add error checking
- Add documentation
- Improve output
- Add more examples
- Improve
PDE
andIDE
New APIs
- Add API to set
float32
orfloat64
DeepXDE v0.1.1
This is a bugfix release, fixing the support of Python 2.
DeepXDE First Release
This is the first release of DeepXDE.