update pending version tags with planned release date

This commit is contained in:
Axel Kohlmeyer
2024-08-25 16:39:13 -04:00
parent c68981c7fc
commit fa373eb685
24 changed files with 27 additions and 27 deletions

View File

@ -492,7 +492,7 @@ during a run.
Support for downloading files
-----------------------------
.. versionadded:: TBD
.. versionadded:: 29Aug2024
The :doc:`geturl command <geturl>` command uses the `the libcurl library
<https://curl.se/libcurl/>`_ to download files. This requires that

View File

@ -171,7 +171,7 @@ instructions to install i-PI from PyPI via pip are provided.
LAMMPS shell
------------
.. versionchanged:: TBD
.. versionchanged:: 29Aug2024
The LAMMPS shell has been removed from the LAMMPS distribution. Users
are encouraged to use the :ref:`LAMMPS-GUI <lammps_gui>` tool instead.

View File

@ -2642,7 +2642,7 @@ This package has :ref:`specific installation instructions <rheo>` on the :doc:`B
**Authors:** Joel T. Clemmer (Sandia National Labs),
Thomas C. O'Connor (Carnegie Mellon University)
.. versionadded:: TBD
.. versionadded:: 29Aug2024
**Supporting info:**

View File

@ -508,7 +508,7 @@ e.g. the *nfile* and *fileper* keywords. See the
**-restart2info restartfile keyword ...**
.. versionadded:: TBD
.. versionadded:: 29Aug2024
Write out some info about the restart file and and immediately exit.
This is the same operation as if the following 2-line input script were

View File

@ -38,7 +38,7 @@ Examples
Description
"""""""""""
.. versionadded:: TBD
.. versionadded:: 29Aug2024
The *rheo/shell* bond style is designed to work with
:doc:`fix rheo/oxidation <fix_rheo_oxidation>` which creates candidate

View File

@ -55,7 +55,7 @@ Examples
Description
"""""""""""
.. versionadded:: TBD
.. versionadded:: 29Aug2024
Define a computation that stores atom attributes specific to the RHEO
package for each atom in the group. This is useful so that the values

View File

@ -247,7 +247,7 @@ defined by the :doc:`atom_style sph <atom_style>` command.
All particles in the group must be mesoscopic SPH/SDPD particles.
.. versionchanged:: TBD
.. versionchanged:: 29Aug2024
This fix is incompatible with deformation controls that remap velocity,
for instance the *remap v* option of :doc:`fix deform <fix_deform>`.

View File

@ -97,7 +97,7 @@ These fixes are part of the DPD-MESO package. They are only enabled if
LAMMPS was built with that package. See the :doc:`Build package
<Build_package>` page for more info.
.. versionchanged:: TBD
.. versionchanged:: 29Aug2024
This fix is incompatible with deformation controls that remap velocity,
for instance the *remap v* option of :doc:`fix deform <fix_deform>`.

View File

@ -44,7 +44,7 @@ Examples
Description
"""""""""""
.. versionadded:: TBD
.. versionadded:: 29Aug2024
Perform time integration for RHEO particles, updating positions, velocities,
and densities. For an overview of other features available in the RHEO package,

View File

@ -27,7 +27,7 @@ Examples
Description
"""""""""""
.. versionadded:: TBD
.. versionadded:: 29Aug2024
This fix dynamically creates bonds on the surface of fluids to
represent physical processes such as oxidation. It is intended

View File

@ -33,7 +33,7 @@ Examples
Description
"""""""""""
.. versionadded:: TBD
.. versionadded:: 29Aug2024
This fix defines a pressure equation of state for RHEO particles. One can
define different equations of state for different atom types. An equation

View File

@ -48,7 +48,7 @@ Examples
Description
"""""""""""
.. versionadded:: TBD
.. versionadded:: 29Aug2024
This fix performs time integration of temperature for atom style rheo/thermal.
In addition, it defines multiple thermal properties of particles and handles

View File

@ -38,7 +38,7 @@ Examples
Description
"""""""""""
.. versionadded:: TBD
.. versionadded:: 29Aug2024
This fix defines a viscosity for RHEO particles. One can define different
viscosities for different atom types, but a viscosity must be specified for

View File

@ -353,7 +353,7 @@ defined by the :doc:`atom_style sph <atom_style>` command.
All particles in the group must be mesoscopic SPH/SDPD particles.
.. versionchanged:: TBD
.. versionchanged:: 29Aug2024
This fix is incompatible with deformation controls that remap velocity,
for instance the *remap v* option of :doc:`fix deform <fix_deform>`.

View File

@ -137,7 +137,7 @@ constrained (within a fudge factor of MASSDELTA specified in
both bonds in the angle are constrained then the angle will also be
constrained if its type is in the list.
.. versionchanged:: TBD
.. versionchanged:: 29Aug2024
The types may be given as type labels *only* if there is no atom, bond,
or angle type label named *b*, *a*, *t*, or *m* defined in the

View File

@ -53,7 +53,7 @@ Restrictions
This fix is part of the MACHDYN package. It is only enabled if
LAMMPS was built with that package. See the :doc:`Build package <Build_package>` page for more info.
.. versionchanged:: TBD
.. versionchanged:: 29Aug2024
This fix is incompatible with deformation controls that remap velocity,
for instance the *remap v* option of :doc:`fix deform <fix_deform>`.

View File

@ -61,7 +61,7 @@ Restrictions
This fix is part of the MACHDYN package. It is only enabled if
LAMMPS was built with that package. See the :doc:`Build package <Build_package>` page for more info.
.. versionchanged:: TBD
.. versionchanged:: 29Aug2024
This fix is incompatible with deformation controls that remap velocity,
for instance the *remap v* option of :doc:`fix deform <fix_deform>`.

View File

@ -32,7 +32,7 @@ Examples
Description
"""""""""""
.. versionadded:: TBD
.. versionadded:: 29Aug2024
Download a file from an URL to the local disk. This is implemented with
the `libcurl library <https:://curl.se/libcurl/>`_ which supports a

View File

@ -159,7 +159,7 @@ sample scenarios where this is useful:
* When one or more rigid bodies are specified, interactions within each
body can be turned off to save needless computation. See the :doc:`fix rigid <fix_rigid>` command for more details.
.. versionchanged:: TBD
.. versionchanged:: 29Aug2024
Support for type labels was added.

View File

@ -31,7 +31,7 @@ Examples
Description
"""""""""""
.. versionadded:: TBD
.. versionadded:: 29Aug2024
Pair style *rheo* computes pressure and viscous forces between particles
in the :doc:`rheo package <Howto_rheo>`. If thermal evolution is turned

View File

@ -21,7 +21,7 @@ Examples
Description
"""""""""""
.. versionadded:: TBD
.. versionadded:: 29Aug2024
Style *rheo/solid* is effectively a copy of pair style
:doc:`bpm/spring <pair_bpm_spring>` except it only applies forces

View File

@ -1042,7 +1042,7 @@ label2type(), but returns 1 if the type label has been assigned,
otherwise it returns 0. This function can be used to check if a
particular type label already exists in the simulation.
.. versionadded:: TBD
.. versionadded:: 29Aug2024
The is_timeout() function returns 1 when the :doc:`timer timeout
<timer>` has expired otherwise it returns 0. This function can be used

View File

@ -941,7 +941,7 @@ class lammps(object):
def extract_pair_dimension(self, name):
"""Retrieve pair style property dimensionality from LAMMPS
.. versionadded:: TBD
.. versionadded:: 29Aug2024
This is a wrapper around the :cpp:func:`lammps_extract_pair_dimension`
function of the C-library interface. The list of supported keywords
@ -970,7 +970,7 @@ class lammps(object):
def extract_pair(self, name):
"""Extract pair style data from LAMMPS.
.. versionadded:: TBD
.. versionadded:: 29Aug2024
This is a wrapper around the :cpp:func:`lammps_extract_pair` function
of the C-library interface. Since there are no pointers in Python, this

View File

@ -1972,7 +1972,7 @@ void *lammps_extract_global(void *handle, const char *name)
*
\verbatim embed:rst
.. versionadded:: TBD
.. versionadded:: 29Aug2024
This function returns an integer that specified the dimensionality of
the data that can be extracted from the current pair style with ``Pair::extract()``.
@ -2005,7 +2005,7 @@ int lammps_extract_pair_dimension(void * handle, const char *name)
*
\verbatim embed:rst
.. versionadded:: TBD
.. versionadded:: 29Aug2024
This function returns a pointer to data available from the current pair
style with ``Pair::extract()``. The dimensionality of the returned
@ -5859,7 +5859,7 @@ int lammps_config_has_ffmpeg_support() {
\verbatim embed:rst
.. versionadded::TBD
.. versionadded::29Aug2024
The LAMMPS :doc:`geturl command <geturl>` supports downloading files
through using `the libcurl library <https://curl.se/libcurl/>`_.