Releases: simvia-tech/vs-code-aster
Releases · simvia-tech/vs-code-aster
v1.3.0-beta
[1.3.0-beta] - 2026-01-26
Added support for dual Python & Comm syntax.
Added
- Support for dual Python & Comm syntax.
- code_aster icon for .comm files
Fixed
Known issues
- In Python + Comm mode, Python will not recognize code_aster commands and highlight them in red as an error
- In Python + Comm mode, completions are not working for function arguments
Full Changelog: v1.2.0...v1.3.0-beta
v1.2.0
[1.2.0] - 2026-01-21
Added support for 2D meshes in the visualizer
Added
- 2D meshes are now supported by the visualizer.
Fixed
What's Changed
- Add 2D mesh support by @ulysse-bouchet-simvia in #5
New Contributors
- @ulysse-bouchet-simvia made their first contribution in #5
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Ensure compatibility with Python <3.10 by @basile-simvia in #2
- Solve issue 1 by @basile-simvia in #3
New Contributors
- @basile-simvia made their first contribution in #2
Full Changelog: v1.0.1...v1.1.0
v1.0.1
[1.0.1] - 2025-12-18
Micro-patch to fix README issues.
Fixed
- Simvia logo in the README now uses an absolute link rather than a relative link
v1.0.0
[1.0.0] - 2025-12-17
Initial public release — first stable feature set.
Added
- Interactive export form: Create and edit
.exportfiles from VS Code (command palette entry and editor button) with validation and a single-click create flow. - Run simulations: Launch simulations from a
.exportfile (usescave run [file].exportby default); run command is configurable via the extension settings. - Smart
.commediting: Syntax highlighting, hover documentation (command descriptions, arguments, types, defaults), signature help, contextual auto-completion, and a status bar showing step progress with a detailed view. - Integrated 3D visualizer: VTK.js-based viewer to load
.medmeshes, highlight face/node groups, interact with camera (rotate/pan/zoom), quick axis alignment, and mesh conversion to.objstored in a hidden.visu_data/folder. - Documentation and requirements: Installation notes for Python 3.8+,
numpy,pygls==1.3.1, andmedcoupling, plus instructions for optionalcaveinstallation. - Troubleshooting: Ability to restart the language server for
.commfiles to restore hover/signature/completion features.