Changes
Page history
Update release_notes
authored
Jan 14, 2026
by
Rémy Mozul
Hide whitespace changes
Inline
Side-by-side
release_notes.md
View page @
1b229051
# Release notes #
# Release notes #
This page aims at keeping major information regarding the changes of function names, argument names or whatever between
This page aims at keeping major information regarding the changes of function names, argument names or whatever between
...
@@ -35,6 +36,7 @@ Core and API changes:
...
@@ -35,6 +36,7 @@ Core and API changes:
Pre changes:
Pre changes:
------------
------------
*
Add management of law
`IQS_WET_CZM`
*
The
`pre.surfacicMeshToRigid3D`
and
`pre.surfacicMeshesToRigid3D`
accept the
`is_open`
boolean options which:
*
The
`pre.surfacicMeshToRigid3D`
and
`pre.surfacicMeshesToRigid3D`
accept the
`is_open`
boolean options which:
*
create a new type of variants of the
`POLYR`
: the
`POLYO`
*
create a new type of variants of the
`POLYR`
: the
`POLYO`
*
in the same way than in the
`POLYF`
it can be define by a set of surfacic mesh of triangles
*
in the same way than in the
`POLYF`
it can be define by a set of surfacic mesh of triangles
...
@@ -68,13 +70,17 @@ Paraview changes:
...
@@ -68,13 +70,17 @@ Paraview changes:
*
Fix 'mecafe' block of paraview files to always have 0 on the Z component of velocity in 2D
*
Fix 'mecafe' block of paraview files to always have 0 on the Z component of velocity in 2D
*
Fix 'rigid' block of paraview files to always have 0 on the Z component of reac in 2D
*
Fix 'rigid' block of paraview files to always have 0 on the Z component of reac in 2D
*
Fix
`writeThisToVtk`
to keep working as is
*
Fix
`writeThisToVtk`
to keep working as is
*
Possibility to round the time displayed (with for example
`chipy.OpenDisplayFiles(time_fmt=".2f")`
)
Cmake changes:
Cmake changes:
--------------
--------------
*
Now only
`CMake>=3.
10
`
is supported
*
Now only
`CMake>=3.
22
`
is supported
*
`WITH_HDF5`
compil flag is now
`True`
by default
*
All options and cache variables are now prefixed with
`LMGC90_`
*
CMake now update the installation path if the
`VENV_PATH`
variable changes
*
`LMGC90_WITH_HDF5`
compil flag is now
`True`
by default
*
Fix compil with numpy
\>
=2.0 installed in a virtualenv
*
Fix compil with numpy
\>
=2.0 installed in a virtualenv
*
Now possible, within a venv, to
`pip install .`
to install from source
*
Possibility to install in a
`conda`
environment on Windows
Examples changes:
Examples changes:
-----------------
-----------------
...
...
...
...