- `PDE`, `TimePDE`, `IDE`: remove argument `num_outputs`, rename argument `func` to `solution` - `PeriodicBC` supports first order derivative
0.5.1
Areas of improvement
- Bug fix: `GeometryXTime.uniform_points` and `uniform_boundary_points` - Bug fix: `PDE` re-generate data each step
0.5.0
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
0.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` and `Sphere`
0.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`