Skip to content
Snippets Groups Projects

Draft: Resolve "Short circuiting and lazy evaluation"

Open Ivan Kondov requested to merge 49-short-circuiting-and-lazy-evaluation into master
1 file
+ 9
4
Compare changes
  • Side-by-side
  • Inline
+ 9
4
@@ -9,17 +9,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
## [0.5.6] - 2025-02-07
### Added
- **amml**: add periodic boundary conditions (PBC) to input structure automatically with Vasp calculator ([#401](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/401))
- **docs**: add a section on resource configuration ([#411](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/411))
- **amml**: apply constraints optionally in view structure ([#405](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/405))
- **amml**: add periodic boundary conditions (PBC) to input structure automatically with Vasp calculator ([#401](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/401))
### Fixed
- **interpreter**: fix warnings not being suppressed by `-w` flag ([#412](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/412))
- **cli**: fix cases with empty search results to avoid crash of `%find ... load one` ([#410](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/410))
- **interpreter**: fix printing the type in case of evaluation error ([#408](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/408))
- **grammar**: fix a semantic version grammar rule ([#404](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/404))
### Changed
- **docs**: make several corrections in docs ([#400](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/400))
- **interpreter**: omit Python exception traceback of evaluation errors ([#402](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/402))
- **setup**: adapt package dependencies for the new fireworks release ([#413](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/413))
- **amml**: change default value of an environment variable to the vendor default ([#411](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/411))
- **setup**: adapt for new fireworks release ([#413](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/413))
- **interpreter**: do not show Python exception traceback of evaluation errors ([#402](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/402))
- **docs**: make several corrections in docs ([#400](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/400))
- **grammar**: make parse rule version requirement more precise ([#354](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/issues/354))
## [0.5.5] - 2025-01-13
Loading