You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
Copy file name to clipboardexpand all lines: CHANGELOG.md
+16-3
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,29 @@
3
3
## known issues
4
4
5
5
1.`MKL` includes outdated `FEAST`, the external names in `FEAST` library are modified to avoid linking error.
6
-
2.`OpenBLAS` causes SEGFAULT with version 0.3.15+ when compiled with `DYNAMIC_ARCH` enabled.
6
+
7
+
## version 2.8
8
+
9
+
1. better on screen display with the fmt library [#99](https://github.com/TLCFEM/suanPan/pull/99)
10
+
2. add command `overview`
11
+
3. update `OpenBLAS` to version `0.3.21`
12
+
4. add Euler buckling load check for `T2D2`[#104](https://github.com/TLCFEM/suanPan/pull/104)
13
+
5. speed-up analysis with visualisation recorder [#102](https://github.com/TLCFEM/suanPan/pull/102)
14
+
6. update `VTK` to version `9.2.5`
15
+
7. add `Expression` to support custom function definition [#105](https://github.com/TLCFEM/suanPan/pull/105)
16
+
8. add `CustomMises1D`, `CustomCC`, `CustomCDP`, `CustomDP`, `CustomJ2` and `CustomHoffman` models
7
17
8
18
## version 2.7
9
19
10
20
1. optimise assembling of symmetric global matrices [#79](https://github.com/TLCFEM/suanPan/pull/79)
11
-
2. extend `BatheTwoStep` to allow customisation of spectral radius [#81](https://github.com/TLCFEM/suanPan/pull/81) and sub-step size [#82](https://github.com/TLCFEM/suanPan/pull/82)
21
+
2. extend `BatheTwoStep` to allow customisation of spectral radius [#81](https://github.com/TLCFEM/suanPan/pull/81) and
5. update modern `Arpack`[#94](https://github.com/TLCFEM/suanPan/pull/94)
15
-
6. add `Tchamwa`[#88](https://github.com/TLCFEM/suanPan/pull/88), `BatheExplicit`[#90](https://github.com/TLCFEM/suanPan/pull/90) and `GeneralisedAlphaExplicit`[#93](https://github.com/TLCFEM/suanPan/pull/93) explicit time integration methods
0 commit comments