Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • L LMGC90_user
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • LMGC90
  • LMGC90_user
  • Wiki
  • release_notes

release_notes · Changes

Page history
Update release_notes authored Jul 27, 2018 by Rémy Mozul's avatar Rémy Mozul
Hide whitespace changes
Inline Side-by-side
release_notes.md
View page @ c9b1a02f
......@@ -12,6 +12,15 @@ This is not release notes 'stricto sensu'.
## <a name=2018> version 2018 ##
* General fixes in Core, API and documentation
* All `ReadIni` functions can now take in negative input value to read the *\*.LAST*
files and write the next files from the absolute value of the input value
* Update in MP modules, especially in read/write API
* A newer version of the MatLib is provided by default
* `pre.lecture` real name is now `pre.readMesh` (but is still usable as is)
* Switch all docstrings and error/warning messages left in french to english
* `checkInteractiveCommand` now tries to write *MP_VALUES* files
* `dim` parameters is now mandatory in function `pre.writeBulkBehav`
* In `pre.rigidJonc` and `pre.rigidPlan` last axes MUST be less than the others
* Automatic switch between HDF5 and old OUTBOX directory
and associated documentation added
* Add `rigidsFromMesh3D` in the preprocessor
......@@ -33,9 +42,34 @@ This is not release notes 'stricto sensu'.
```python
chipy.ReadIni(step)
chipy.ReadIniMpValues(step)
chipy.WriteOut(freq)
chipy.WriteOutMvValues(freq)
```
which will read or write all stored data within the database, instead of specifying all type of files (`DOF`, `GPV`, `VlocRloc`, `MP_VALUES`).
* The function:
```python
chipy.overall_WriteOutMpValues
```
is renamed:
```python
chipy.TimeEvolution_WriteOutMpValues
```
### Impact for **Core** developpers ###
The function:
```fortran
write_out_mp_values
```
is renamed:
```fortran
write_xxx_mp_values
```
which will read or write all stored data within the database, instead of specifying all type of files (`DOF`, `GPV`, `VlocRloc`).
## <a name=2017> version 2017 ##
......
Clone repository
  • compilation
  • container
  • documentation
  • download_and_install
  • faq
  • first_steps
  • Home
  • jul_2015
  • jul_2016
  • jul_2018
  • linux_dependencies_install
  • macos_dependencies_install
  • prerequisites
  • release_notes
  • training all
View All Pages