update some more version change timestamps

This commit is contained in:
Axel Kohlmeyer
2022-03-19 20:20:30 -04:00
parent 294dd2778a
commit 1b7da77a4a
3 changed files with 5 additions and 3 deletions

View File

@ -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
package.
.. versionchanged:: TBD
.. versionchanged:: 24Mar2022
.. note::

View File

@ -63,8 +63,10 @@ Examples
Description
"""""""""""
.. versionchanged:: 24Mar2022
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
previous version, please download an older version of LAMMPS. The MD
particles described by *group-ID* apply a velocity dependent force to

View File

@ -405,7 +405,7 @@ after calling Py_Finalize().
This function can be called to explicitly clear the Python
environment in case it is safe to do so.
.. versionadded:: TBD
.. versionadded:: 20Sep2021
*See also*
:cpp:func:`lammps_mpi_finalize`, :cpp:func:`lammps_kokkos_finalize`