Skip to content

Latest commit

 

History

History
152 lines (107 loc) · 2.78 KB

CHANGELOG.rst

File metadata and controls

152 lines (107 loc) · 2.78 KB

Changelog

This project follows the guidelines of Keep a changelog and adheres to Semantic versioning.

0.3.1 - 2024-04-10

Added

  • Material parameter coupling with exponential expression.

0.3.0 - 2024-04-03

Added

  • Generic API for simulation of coupled fields using boundary conditions and dependent material parameters.
  • One-dimensional thermo-acoustic simulation.

Changed

  • Internal import structure.

0.2.0 - 2023-06-30

Added

  • Support for elliptic regions.

Fixed

  • Code style and documentation issues.
  • Boundary test cases.

Changed

  • From setup.py to pyproject.toml.

0.1.6 - 2023-03-30

Added

  • Acoustic simulation with moving medium.
  • Asymmetric scaling for animations.

Fixed

  • Minor issues.

0.1.5 - 2021-12-20

Added

  • Electrostatic field simulations.
  • Thermal and electrostatics API documentation.

Fixed

  • Documentation issues.

0.1.4 - 2021-11-02

Added

  • Thermal field simulations.
  • Reset method that allows multiple simulation runs using the same Field object.

Fixed

  • Documentation issues.

0.1.3 - 2020-02-21

Added

  • This changelog.
  • A DOI tag.

Removed

  • Probably broken option to set multiple points in a boundary to different, constant values.

Fixed

  • Animator docstring.
  • Stepping bug in segmented simulation runs.

0.1.2 - 2019-04-24

Added

  • Saving animations as video files.
  • Support for triangular regions.

0.1.1 - 2018-07-16

Added

  • Preview function for the simulation setup.
  • Logging.
  • Setting acoustic losses directly.

Changed

  • 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

Added

  • First preview release.