Update release_notes authored by Rémy Mozul's avatar Rémy Mozul
......@@ -16,6 +16,11 @@ This is not release notes 'stricto sensu'.
## <a name=2023> version 2023 ##
Added features:
* thermal dilatation management for built-in and demmefi models of mecaMAILx
* In HDF5 files the `rdata` part of `internals` in interaction is now of minimum needed size
* Add new contact laws:
* `ELASTIC_REPELL_CLB_adapt` to change stiffness through internal
* `TOSI_CZM` and `TOSI_CZM_INCRE` laws
* SPPRx detection module (with periodic management)
* periodic detection of CDCDx module
* the NLGS solver now stops with an error if a `NaN` value is met
......@@ -27,6 +32,7 @@ Added features:
* add macros for paraview (10 and 11) to add glyph/tubes on ptc files and ck (Central Kernel) files.
Changes in API:
* `MAX_INTERNAL_TACTS` is now of size 19 by default
* Some macro of `pylmgc90.chipy` now raise an error if `SetDimension` has not been called beforehand
* Argument `step` has been renamed to `record` in all the `ReadIni` macros
* Removed all obsolete read/write of binary file using the old OUTBOX format
......@@ -51,6 +57,10 @@ Added functions to `pre`:
* method `avatar.updateReferenceConfig` to update the reference configuration of the bodie(s) to the current one
Fixes:
* in Demmefi managements models (especially regarding `endo3D`)
* bug in `CDCDx` contact detection
* `pre.readState` when reading with `xxl` interactions
* sort content when using `ExternalFEM` and in `ExternalDetection` for Xper coupling
* SPPRx detection when contact point is not in a PR face
* PRASp computation of VN in prjj
* Add missing pre.mesh function in sphinx documentation
......
......