Changes
Page history
Update release_notes
authored
Oct 03, 2025
by
Rémy Mozul
Show whitespace changes
Inline
Side-by-side
release_notes.md
View page @
73c03050
...
...
@@ -20,6 +20,9 @@ This is not release notes 'stricto sensu'.
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
*
Add wrappers to set/get body vector for all rigid 2/3D with one array
*
Add external timer for MUMPs use
*
Add parameter to save MUMPs matrix in a file
...
...
@@ -32,11 +35,16 @@ Core and API changes:
Pre changes:
------------
*
The
`pre.surfacicMeshToRigid3D`
and
`pre.surfacicMeshesToRigid3D`
accept the
`is_open`
boolean options which:
*
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
*
can be opened
*
either must be a wholly fixed boundary condition or the user must provide volume and inertia parameters
*
Remove
`pre.granuloMonodisperse`
useless function
*
Modification of the
`pre.depositIn*`
functions to:
*
no longer modify input
`radii`
*
but return the used list of
`radii`
as an output
*
the
`coor`
returned value is now an
`[nb_point,dim]`
arr
r
ay
*
the
`coor`
returned value is now an
`[nb_point,dim]`
array
*
use of single clean wrapper
*
log are deactivated by default
*
all deposit not as reference of lower, left, rear corner in 0.
...
...
@@ -63,6 +71,7 @@ Paraview changes:
Cmake changes:
--------------
*
Now only
`CMake>=3.10`
is supported
*
`WITH_HDF5`
compil flag is now
`True`
by default
*
CMake now update the installation path if the
`VENV_PATH`
variable changes
*
Fix compil with numpy
\>
=2.0 installed in a virtualenv
...
...
...
...