@@ -7,7 +7,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
## [Unreleased]
## [ 0.5.3] - 2024-11-15
## [0.5.4] - 2024-11-28
### Added
-**cli**: add features to interactive console session ([#372](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/tree/372-add-features-to-interactive-console-session))
-**amml**: implement the Vibrations algorithm ([#363](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/363))
### Fixed
-**interpreter**: configure custom qadapter with a custom launchpad file ([#374](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/374))
-**interpreter**: prevent processing view statements of all models in a model group ([#373](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/373))
-**interpreter**: view statement does not trigger evaluation on demand ([#369](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/369))
-**constraints**: type crashes if the parameter is None (unknown) type ([#367](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/367))
-**interpreter**: non-handled exception when the units in view statement in wrong order ([#366](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/366))
### Changed
-**cli**: use the code and readline modules for the interactive session ([#241](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/241))
## [0.5.3] - 2024-11-15
### Added
-**utilities**: add a data schema version compatibility layer ([#357](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/357))
-**logos**: add logos for textS and textM ([#353](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/353))
...
...
@@ -33,7 +49,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
-**amml**: enable processing of AMML parameters as iterables ([#268](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/268))
## [0.5.2] - 2024-09-27
## [0.5.2] - 2024-09-27
### Added
-**amml**: enable band structure property ([#335](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/335))
-**amml**: enable ASE's density of states algorithm ([#334](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/334))