- `OpNN` can be partially trained - `DirichletBC` supports functions that returns a number - `DataSet` does not standardize by default - Add `Swish` activation - Bug fix in loss plot
0.8.1
Areas of improvement
- Add loss: mean absolute error - Bug fix: `Geometry` point sampling
0.8.0
Areas of improvement
- Support layer-wise locally adaptive activation function - Bug fix
API changes
- Rename `Map.outputs_modify()` to `Map.apply_output_transform()`
New APIs
- Add `Map.apply_feature_transform()`
0.7.0
Areas of improvement
- Support both TensorFlow 1 and TensorFlow 2 as backend - Check if a `Polygon` is a `Triangle` or `Rectangle`
0.6.1
Areas of improvement
- Bug fix: `mean_absolute_percentage_error` allows `y_true` to be negative