update some more version change timestamps
This commit is contained in:
@ -187,7 +187,7 @@ folder that the dynamic loader searches or inside of the installed
|
|||||||
folders are searched by default by Python or the LAMMPS Python
|
folders are searched by default by Python or the LAMMPS Python
|
||||||
package.
|
package.
|
||||||
|
|
||||||
.. versionchanged:: TBD
|
.. versionchanged:: 24Mar2022
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|||||||
@ -63,8 +63,10 @@ Examples
|
|||||||
Description
|
Description
|
||||||
"""""""""""
|
"""""""""""
|
||||||
|
|
||||||
|
.. versionchanged:: 24Mar2022
|
||||||
|
|
||||||
Implement a lattice-Boltzmann fluid on a uniform mesh covering the
|
Implement a lattice-Boltzmann fluid on a uniform mesh covering the
|
||||||
LAMMPS simulation domain. Note that this fix was updated in 2021 and is
|
LAMMPS simulation domain. Note that this fix was updated in 2022 and is
|
||||||
not backward compatible with the previous version. If you need the
|
not backward compatible with the previous version. If you need the
|
||||||
previous version, please download an older version of LAMMPS. The MD
|
previous version, please download an older version of LAMMPS. The MD
|
||||||
particles described by *group-ID* apply a velocity dependent force to
|
particles described by *group-ID* apply a velocity dependent force to
|
||||||
|
|||||||
@ -405,7 +405,7 @@ after calling Py_Finalize().
|
|||||||
This function can be called to explicitly clear the Python
|
This function can be called to explicitly clear the Python
|
||||||
environment in case it is safe to do so.
|
environment in case it is safe to do so.
|
||||||
|
|
||||||
.. versionadded:: TBD
|
.. versionadded:: 20Sep2021
|
||||||
|
|
||||||
*See also*
|
*See also*
|
||||||
:cpp:func:`lammps_mpi_finalize`, :cpp:func:`lammps_kokkos_finalize`
|
:cpp:func:`lammps_mpi_finalize`, :cpp:func:`lammps_kokkos_finalize`
|
||||||
|
|||||||
Reference in New Issue
Block a user