Changes
Page history
Update release_notes
authored
Jul 16, 2026
by
Rémy Mozul
Show whitespace changes
Inline
Side-by-side
release_notes.md
View page @
7e6611d5
...
...
@@ -5,6 +5,7 @@ This page aims at keeping major information regarding the changes of function na
the different versions of LMGC90.
This is not release notes 'stricto sensu'.
*
[
2025->2026
](
#2026
)
*
[
2024->2025
](
#2025
)
*
[
2023->2024
](
#2024
)
*
[
2022->2023
](
#2023
)
...
...
@@ -16,11 +17,47 @@ This is not release notes 'stricto sensu'.
*
[
2016->2017
](
#2017
)
*
[
2015->2016
](
#2016
)
## <a name=2025> version 2025 ##
## <a name=2026> version 2026 ##
Core and API changes:
---------------------
*
In
`Core`
type of timer is now a input parameter at creation
*
Add timer for
`chipy.WriteDisplayFiles`
*
Fix bug in STO detection
*
Some warning in HE build becomes an error
*
Fix some memory leak when reading
`DATBOX`
*
Correctly get spheres coordinates in
`SPPR`
detection
*
Computation of cluster of
`POLYR`
can now be properly skipped if provided in
`BODIES.DAT`
*
Fix bug in joint elements
*
Add bindings for Compas at core level
*
Update of
[
Matlib
](
https://src.koda.cnrs.fr/matlib/v5
)
as a git submodule using v5
Pre changes:
------------
*
The
`path`
and
`chemin`
to read/write is now
`datbox_dir`
*
`datbox_dir`
can be a string or a
`pathlib.Path`
object
Paraview changes:
-----------------
*
File now include the block for Gauss point of joint element
*
Macro has been update to extract said block
Cmake changes:
--------------
*
Fix bug in bindings for Robotran
Documentation and examples:
---------------------------
*
Fix some errors in the doc/examples
## <a name=2025> version 2025 ##
Core and API changes:
---------------------
*
Fix in
`CleanMemory`
to correctly reset timer
*
Fix an error when using
`chipy.TimeEvolution_SetTimeStep`
after a call to
`chipy.Finalize`
*
It is possible to read/write for the
`ASpxx`
and
`CSpxx`
contactors, the node id of support on 6 character
...
...
@@ -63,6 +100,7 @@ Pre changes:
*
if adding and object with a name already exisitng will raise a
`KeyError`
*
except if the
`override`
argument of the
`addModel`
/
`addMaterial`
is set to
`True`
Paraview changes:
-----------------
*
Paraview macro now tries to apply on the active source
...
...
@@ -73,6 +111,7 @@ Paraview changes:
*
Fix
`writeThisToVtk`
to keep working as is
*
Possibility to round the time displayed (with for example
`chipy.OpenDisplayFiles(time_fmt=".2f")`
)
Cmake changes:
--------------
*
Now only
`CMake>=3.22`
is supported
...
...
@@ -85,7 +124,6 @@ Cmake changes:
Examples changes:
-----------------
*
Fix examples to use
`reverse=True`
instead of error inducing
`'yes'`
...
*
Remove useless
`ref_radius`
leftover in examples and tests
*
Fix examples to use
`mecafe`
and
`ptc`
when adding field to paraview files
...
...
...
...