This project follows the guidelines of Keep a changelog and adheres to Semantic versioning.
0.3.1 - 2024-04-10
- Material parameter coupling with exponential expression.
0.3.0 - 2024-04-03
- Generic API for simulation of coupled fields using boundary conditions and dependent material parameters.
- One-dimensional thermo-acoustic simulation.
- Internal import structure.
0.2.0 - 2023-06-30
- Support for elliptic regions.
- Code style and documentation issues.
- Boundary test cases.
- From setup.py to pyproject.toml.
0.1.6 - 2023-03-30
- Acoustic simulation with moving medium.
- Asymmetric scaling for animations.
- Minor issues.
0.1.5 - 2021-12-20
- Electrostatic field simulations.
- Thermal and electrostatics API documentation.
- Documentation issues.
0.1.4 - 2021-11-02
- Thermal field simulations.
- Reset method that allows multiple simulation runs using the same Field object.
- Documentation issues.
0.1.3 - 2020-02-21
- This changelog.
- A DOI tag.
- Probably broken option to set multiple points in a boundary to different, constant values.
- Animator docstring.
- Stepping bug in segmented simulation runs.
0.1.2 - 2019-04-24
- Saving animations as video files.
- Support for triangular regions.
0.1.1 - 2018-07-16
- Preview function for the simulation setup.
- Logging.
- Setting acoustic losses directly.
- Implementation of the simulation process: New simulation cases now only need to implement a method for a single time step.
0.1.0 - 2017-06-21
- First preview release.