Skip to content

Releases: lululxvi/deepxde

DeepXDE v0.5.1

01 Apr 23:07
Compare
Choose a tag to compare

Areas of improvement

  • Bug fix: GeometryXTime.uniform_points and uniform_boundary_points
  • Bug fix: PDE re-generate data each step

DeepXDE v0.5.0

26 Mar 23:03
Compare
Choose a tag to compare

Areas of improvement

  • PDE, TimePDE, and IDE allow the reference solution to be None
  • postprocessing: Add 3D plot
  • Bug fix: Replace net.x with net.inputs
  • Refactor: move feed_dict from Model to Map
  • Update docs

API changes

  • data.OpDataSet supports whether standardize
  • maps.MfNN supports train only high or low fidelity network

New APIs

  • maps.OpNN supports setting default function input

DeepXDE v0.4.0

20 Dec 21:16
Compare
Choose a tag to compare

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 and Sphere

DeepXDE v0.3.0

24 Sep 18:31
Compare
Choose a tag to compare

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

12 Jul 15:52
Compare
Choose a tag to compare

Areas of improvement

  • Bug fixes
  • Add error checking
  • Add documentation
  • Improve output
  • Add more examples
  • Improve PDE and IDE

New APIs

  • Add API to set float32 or float64

DeepXDE v0.1.1

14 Jun 17:52
Compare
Choose a tag to compare

This is a bugfix release, fixing the support of Python 2.

DeepXDE First Release

13 Jun 02:21
Compare
Choose a tag to compare

This is the first release of DeepXDE.