-**interpreter**: add support for tuple subscripting ([#379](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/379))
-**amml**: enable plotting reaction energy profile diagrams ([#371](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/371))
### Fixed
-**interpreter**: infer the subdtype but not convert to default subdtype with pint-pandas >=0.7 ([#396](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/396), [#398](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/398))
-**interpreter**: add end-of-file to terminated general reference rule to allow variable with a single reference as parameter ([#389](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/389))
-**interpreter**: fix diverse type errors causing crashes ([#394](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/394))
-**interpreter**: prevent crash when printing function value in asynchronous on-demand evaluation ([#391](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/391))
-**grammar**: prevent crash with numeric literal in place of units ([#388](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/388))
-**interpreter**: handle exceptions from database with large documents (solved in the context of [#388]((https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/388)))
-**cli**: prevent crash in the import section of text session ([#384](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/384))
-**constraints**: check first argument of issubclass ([#382](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/382))
-**interpreter**: prevent crash with type() function applied to imports ([#386](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/386))
-**examples**: update the examples for the recent grammar changes ([#380](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/380))
-**interpreter**: prevent evaluating non-active models in case of synchronous and asynchronous on-demand workflow evaluation ([#381](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/381))
-**docs**: correct the docs section about extending SCL ([#378](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/378))
### Changed
-**cli**: revise some CLI options: remove `--textx-debug`, add `%help` in `%help` menu; produce warnings for ignored parameters ([#397](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/397))
-**docs**: adjust the docs for how to use the wfengine file dumped by `texts session` ([#397](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/397))
-**amml**: adapt calculator parameters due to task ([#274](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/274))
-**grammar**: remove variable tuple from grammar, interpreter, examples, tests, and docs ([#379](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/379))
-**cli**: sort model history by time stamps ([#368](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/368))