Update release_notes authored by Rémy Mozul's avatar Rémy Mozul
...@@ -20,6 +20,9 @@ This is not release notes 'stricto sensu'. ...@@ -20,6 +20,9 @@ This is not release notes 'stricto sensu'.
Core and API changes: 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 wrappers to set/get body vector for all rigid 2/3D with one array
* Add external timer for MUMPs use * Add external timer for MUMPs use
* Add parameter to save MUMPs matrix in a file * Add parameter to save MUMPs matrix in a file
...@@ -32,11 +35,16 @@ Core and API changes: ...@@ -32,11 +35,16 @@ Core and API changes:
Pre 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 * Remove `pre.granuloMonodisperse` useless function
* Modification of the `pre.depositIn*` functions to: * Modification of the `pre.depositIn*` functions to:
* no longer modify input `radii` * no longer modify input `radii`
* but return the used list of `radii` as an output * but return the used list of `radii` as an output
* the `coor` returned value is now an `[nb_point,dim]` arrray * the `coor` returned value is now an `[nb_point,dim]` array
* use of single clean wrapper * use of single clean wrapper
* log are deactivated by default * log are deactivated by default
* all deposit not as reference of lower, left, rear corner in 0. * all deposit not as reference of lower, left, rear corner in 0.
...@@ -63,6 +71,7 @@ Paraview changes: ...@@ -63,6 +71,7 @@ Paraview changes:
Cmake changes: Cmake changes:
-------------- --------------
* Now only `CMake>=3.10` is supported
* `WITH_HDF5` compil flag is now `True` by default * `WITH_HDF5` compil flag is now `True` by default
* CMake now update the installation path if the `VENV_PATH` variable changes * CMake now update the installation path if the `VENV_PATH` variable changes
* Fix compil with numpy \>=2.0 installed in a virtualenv * Fix compil with numpy \>=2.0 installed in a virtualenv
... ...
......