Skip to content

Commit c4bd5b1

Browse files
committed
update release notes
1 parent 61a5872 commit c4bd5b1

File tree

6 files changed

+75
-4
lines changed

6 files changed

+75
-4
lines changed

docs/web/release-notes-1.1.2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ eqnPrefixTemplate: "($$i$$)"
1818
bibliography: bibliography.bib
1919
---
2020

21+
This version was released on December, 12 2025.
22+
2123
# Issues fixed
2224

2325
## Issue #182: `mgis::behaviour::update` does not handle the case when a multi-components material property or external state variable has been initialized by uniform values and is updated by non-uniform values

docs/web/release-notes-1.2.3.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MFrontGenericInterfaceSupport Version 1.2.3
3-
author: Thomas Helfer, Jérémy Bleyer
4-
date: 2020
3+
author: Thomas Helfer
4+
date: 2025
55
lang: en-EN
66
documentclass: article
77
from: markdown+tex_math_single_backslash
@@ -17,6 +17,13 @@ eqnPrefixTemplate: "($$i$$)"
1717
bibliography: bibliography.bib
1818
---
1919

20+
This version is compatible with behaviours generated by Version 3.4.9 of
21+
the `TFEL/MFront` project using the `generic` interface. This version
22+
was released on December, 12 2025 along with [Version
23+
1.1.2](release-notes-1.1.2.html) and inherits from all fixes from this
24+
release.
25+
26+
2027
# Issues solved
2128

2229
## Issue #150: Support for the `enable-glibcxx-debug` option with `clang` and `intel` compilers

docs/web/release-notes-2.0.1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ author: Thomas Helfer
44
lang: en_EN
55
---
66

7+
This version is compatible with behaviours generated by Version 4.0.6 of
8+
the `TFEL/MFront` project using the `generic` interface. This version
9+
was released on December, 12 2025 along with:
10+
11+
- [Version 1.1.2](release-notes-1.1.2.html)
12+
- [Version 1.2.3](release-notes-1.2.3.html)
13+
14+
and inherits from all fixes from those releases.
15+
716
# Issues fixed
817

918
## Issue 154: rotation of tangent operator `DS_DEGL` not available for finite strain behaviours

docs/web/release-notes-2.1.1.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ eqnPrefixTemplate: "($$i$$)"
1818
bibliography: bibliography.bib
1919
---
2020

21+
This version is compatible with behaviours generated by Version 4.1.5 of
22+
the `TFEL/MFront` project using the `generic` interface. This version
23+
was released on December, 12 2025 along with:
24+
25+
- [Version 1.1.2](release-notes-1.1.2.html)
26+
- [Version 1.2.3](release-notes-1.2.3.html)
27+
- [Version 2.0.1](release-notes-2.0.1.html)
28+
29+
and inherits from all fixes from those releases.
30+
31+
2132
# Issues fixed
2233

2334
## Issue #193: fix math error handling in `LoadMaterialPropertyTest`

docs/web/release-notes-2.2.2.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,17 @@ bibliography: bibliography.bib
1919
---
2020

2121
The page describes the new functionalities of Version 2.2.2 of the
22-
`MFrontGenericInterfaceSupport` project. This version is meant to
23-
be used with `TFEL` version 4.2.X.
22+
`MFrontGenericInterfaceSupport` project. This version is compatible with
23+
behaviours generated by Version 4.2.4 of the `TFEL/MFront` project using
24+
the `generic` interface. This version was released on December, 12 2025
25+
along with:
26+
27+
- [Version 1.1.2](release-notes-1.1.2.html)
28+
- [Version 1.2.3](release-notes-1.2.3.html)
29+
- [Version 2.0.1](release-notes-2.0.1.html)
30+
- [Version 2.1.1](release-notes-2.1.1.html)
31+
32+
and inherits from all fixes from those releases.
2433

2534
# Issues fixed
2635

docs/web/release-notes-3.0.2.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: MFrontGenericInterfaceSupport Version 3.0.2
3+
author: Thomas Helfer
4+
date: 2024
5+
lang: en-EN
6+
numbersections: true
7+
documentclass: article
8+
from: markdown+tex_math_single_backslash
9+
geometry:
10+
- margin=2cm
11+
papersize: a4
12+
link-citations: true
13+
colorlinks: true
14+
figPrefixTemplate: "$$i$$"
15+
tabPrefixTemplate: "$$i$$"
16+
secPrefixTemplate: "$$i$$"
17+
eqnPrefixTemplate: "($$i$$)"
18+
bibliography: bibliography.bib
19+
---
20+
21+
The page describes the new functionalities of Version 3.0.2 of the
22+
`MFrontGenericInterfaceSupport` project. This version is compatible with
23+
behaviours generated by Version 5.0.2 of the `TFEL/MFront` project using
24+
the `generic` interface. This version was released on December, 12 2025
25+
along with:
26+
27+
- [Version 1.1.2](release-notes-1.1.2.html)
28+
- [Version 1.2.3](release-notes-1.2.3.html)
29+
- [Version 2.0.1](release-notes-2.0.1.html)
30+
- [Version 2.1.1](release-notes-2.1.1.html)
31+
- [Version 2.2.2](release-notes-2.2.2.html)
32+
33+
and inherits from all fixes from those releases.

0 commit comments

Comments
 (0)