Changes
Page history
Update release_notes
authored
May 24, 2023
by
Rémy Mozul
Hide whitespace changes
Inline
Side-by-side
release_notes.md
View page @
b29dc948
...
...
@@ -27,7 +27,9 @@ Added features:
*
add macros for paraview (10 and 11) to add glyph/tubes on ptc files and ck (Central Kernel) files.
Changes in API:
*
Some macro of
`pylmgc90.chipy`
now raise an error if
`SetDimension`
has not been called beforehand
*
Argument
`step`
has been renamed to
`record`
in all the
`ReadIni`
macros
*
Removed all obsolete read/write of binary file using the old OUTBOX format
*
`CloseDisplayFiles`
is now empty function and no longer needed
*
`chipy.WriteDisplayFiles`
no longer use the
`ref_radius`
and
`normal_orient`
parameters
*
when adding user field to
`ptc.vtu`
files in chipy.WriteDisplayFiles
` now needs an numpy array instead of a dictionary
...
...
@@ -38,6 +40,8 @@ Changes in API:
* `
getInteractions
` can now get "this" or "verlet" interactions, with byte-string or integer id, for the parameters fields
Added functions to `
chipy
`:
* `
WriteLast
` added to macros
* `
io_hdf5_write_last(fname)
` allowing to write last state in the input file
* `
inter_handler_xD_getNbRecup
` was added (and corresponding getter in detection module removed)
* `
inter_handler_xD_tgetIData
` was added
* `
PRPRx_GetF2f2Inters
` to get the *face to face* to interaction mapping
...
...
@@ -47,6 +51,11 @@ Added functions to `pre`:
* method `
avatar.updateReferenceConfig
` to update the reference configuration of the bodie(s) to the current one
Fixes:
* SPPRx detection when contact point is not in a PR face
* PRASp computation of VN in prjj
* Add missing pre.mesh function in sphinx documentation
* correct read/write regarding stress of mecax in HDF5 files
* pre.IO.writeVlocRloc if inters is a list and not a numpy array
* bug in PRPRx where unwanted contacts where added with 0 coordinates
* some drvdof where ignored if index of body was greater than 99999
* inertia computation error of CYLND in `
pre
`
...
...
...
...