Skip to content

Releases: festim-dev/festim-gui

Release list

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 15 May 17:58

v1.1.0 (2026-05-15)

This release is published under the MIT License License.

Chores

  • Fix pre-commit (92439e9)

  • Move app/core.py to app.py (723d934)

  • Move Dockerfile to root of repo (c022dbc)

  • festim-ui: Extract Problem object into atomic component (ee5a9a9)

Continuous Integration

  • Fix pre-commit formatting (67cddb5)

  • Make release process manually activated (39ba678)

Features

  • Add boundary conditions, temperature, settings, and export pages (fa7b729)

  • Add domains, species, initial conditions and reactions pages (59cf830)

  • Add trame-code editor & snippet toggle (8e86e9d)

  • Display code snippet per page (db26b67)

  • app: Replace vtk demo with minimal FESTIM Problem page (be97212)

  • pages: Add Materials page (dd7035b)

  • pages: Add Mesh page to app (9fe3fd4)

  • pages: Add Page registry (a32706e)

  • pages: Add problem_page (383b892)

  • script: Add script generation for pages (ea6702d)

Refactoring

  • Add utils for festim_ui generation (a1b01fd)

  • Move festim_ui into pages (aa32bad)

  • Move UI components into classes (68a2d73)


Detailed Changes: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 15:32

v1.0.0 (2026-04-28)

This release is published under the MIT License License.

  • Initial Release