Releases: lululxvi/deepxde
Releases · lululxvi/deepxde
DeepXDE v0.8.0
Areas of improvement
- Support layer-wise locally adaptive activation function
- Bug fix
API changes
- Rename
Map.outputs_modify()toMap.apply_output_transform()
New APIs
- Add
Map.apply_feature_transform()
DeepXDE v0.7.0
Areas of improvement
- Support both TensorFlow 1 and TensorFlow 2 as backend
- Check if a
Polygonis aTriangleorRectangle
DeepXDE v0.6.1
Areas of improvement
- Bug fix:
mean_absolute_percentage_errorallowsy_trueto be negative
New APIs
- Add new metric:
max_absolute_percentage_error
DeepXDE v0.6.0
Areas of improvement
- Fix the bug of
float64support
API changes
PDE,TimePDE,IDE: remove argumentnum_outputs, rename argumentfunctosolutionPeriodicBCsupports first order derivative
DeepXDE v0.5.1
Areas of improvement
- Bug fix:
GeometryXTime.uniform_pointsanduniform_boundary_points - Bug fix:
PDEre-generate data each step
DeepXDE v0.5.0
Areas of improvement
PDE,TimePDE, andIDEallow the reference solution to beNone- postprocessing: Add 3D plot
- Bug fix: Replace
net.xwithnet.inputs - Refactor: move
feed_dictfromModeltoMap - Update docs
API changes
data.OpDataSetsupports whether standardizemaps.MfNNsupports train only high or low fidelity network
New APIs
maps.OpNNsupports 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
CuboidandSphere
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
PDEandIDE
New APIs
- Add API to set
float32orfloat64
DeepXDE v0.1.1
This is a bugfix release, fixing the support of Python 2.