Update release_notes authored by Rémy Mozul's avatar Rémy Mozul
...@@ -15,8 +15,15 @@ This is not release notes 'stricto sensu'. ...@@ -15,8 +15,15 @@ This is not release notes 'stricto sensu'.
* General fixes in Core, API and documentation * General fixes in Core, API and documentation
* Minimum required version of CMake is now 3.0 * Minimum required version of CMake is now 3.0
* Minimum required version of gcc suite is now 4.5 * Minimum required version of gcc suite is now 4.5
* Support of ubuntu 20 for building * Support of gcc 10
* Support of ubuntu 20 and ArchLinux for building
* Better handling of link with Siconos library * Better handling of link with Siconos library
* Gmsh:
* update `pre.readMesh` function to handle gmsh file formats 4.0 and 4.1
* add a `gmshutils` submodule to `pylmgc90`, available only if `gmsh` python module is available
* MatLib:
* Possibility to set material as nodal field
* as such `ExternalModels_CheckProperties` is now split in `ExternalModels_StoreProperties` and `xxxxMAILx_CheckProperties`
* HDF5: * HDF5:
* better detection * better detection
* add script to build and use for Anaconda on Windows * add script to build and use for Anaconda on Windows
... ...
......