Skip to content

Commit

Permalink
Merge pull request lammps#3978 from akohlmey/next_patch_release
Browse files Browse the repository at this point in the history
Update version strings for 21 Nov 2023 feature release
  • Loading branch information
akohlmey authored Nov 21, 2023
2 parents fef0e07 + 1130510 commit 33dcfb5
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 18 deletions.
4 changes: 2 additions & 2 deletions doc/lammps.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.TH LAMMPS "1" "2 August 2023" "2023-08-2"
.TH LAMMPS "1" "21 November 2023" "2023-11-21"
.SH NAME
.B LAMMPS
\- Molecular Dynamics Simulator. Version 2 August 2023
\- Molecular Dynamics Simulator. Version 21 November 2023

.SH SYNOPSIS
.B lmp
Expand Down
4 changes: 2 additions & 2 deletions doc/src/Commands_removed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The same functionality is available through
MPIIO package
-------------

.. deprecated:: TBD
.. deprecated:: 21Nov2023

The MPIIO package has been removed from LAMMPS since it was unmaintained
for many years and thus not updated to incorporate required changes that
Expand All @@ -107,7 +107,7 @@ see :doc:`restart <restart>`, :doc:`read_restart <read_restart>`,
MSCG package
------------

.. deprecated:: TBD
.. deprecated:: 21Nov2023

The MSCG package has been removed from LAMMPS since it was unmaintained
for many years and instead superseded by the `OpenMSCG software
Expand Down
2 changes: 1 addition & 1 deletion doc/src/compute_composition_atom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Examples
Description
"""""""""""

.. versionadded:: TBD
.. versionadded:: 21Nov2023

Define a computation that calculates a local composition vector for each
atom. For a central atom with :math:`M` neighbors within the neighbor cutoff sphere,
Expand Down
2 changes: 1 addition & 1 deletion doc/src/compute_property_grid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ varying fastest, then Y, then Z slowest. For 2d grids (in 2d
simulations), the grid IDs range from 1 to Nx*Ny, with X varying
fastest and Y slowest.

.. versionadded:: TBD
.. versionadded:: 21Nov2023

The *proc* attribute is the ID of the processor which owns the grid
cell. Processor IDs range from 0 to Nprocs - 1, where Nprocs is the
Expand Down
2 changes: 1 addition & 1 deletion doc/src/compute_reduce.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ information in this context, the *replace* keywords will extract the
atom IDs for the two atoms in the bond of maximum stretch. These atom
IDs and the bond stretch will be printed with thermodynamic output.

.. versionadded:: TBD
.. versionadded:: 21Nov2023

The *inputs* keyword allows selection of whether all the inputs are
per-atom or local quantities. As noted above, all the inputs must be
Expand Down
2 changes: 1 addition & 1 deletion doc/src/compute_voronoi_atom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Voro++ software in the src/VORONOI/README file.
Output info
"""""""""""

.. deprecated:: TBD
.. deprecated:: 21Nov2023

The *peratom* keyword was removed as it is no longer required.

Expand Down
2 changes: 1 addition & 1 deletion doc/src/dump.rst
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ when running on large numbers of processors.
Note that using the "\*" and "%" characters together can produce a
large number of small dump files!

.. deprecated:: TBD
.. deprecated:: 21Nov2023

The MPIIO package and the the corresponding "/mpiio" dump styles, except
for the unrelated "netcdf/mpiio" style were removed from LAMMPS.
Expand Down
2 changes: 1 addition & 1 deletion doc/src/dump_image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ image will appear. The *sfactor* value must be a value 0.0 <=
*sfactor* <= 1.0, where *sfactor* = 1 is a highly reflective surface
and *sfactor* = 0 is a rough non-shiny surface.

.. versionadded:: TBD
.. versionadded:: 21Nov2023

The *fsaa* keyword can be used with the dump image command to improve
the image quality by enabling full scene anti-aliasing. Internally the
Expand Down
2 changes: 1 addition & 1 deletion doc/src/fix_deposit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ rotated configuration of the molecule.
existing particle. LAMMPS will issue a warning if R is smaller than
this value, based on the radii of existing and inserted particles.

.. versionadded:: TBD
.. versionadded:: 21Nov2023

The *var* and *set* keywords can be used together to provide a criterion
for accepting or rejecting the addition of an individual atom, based on its
Expand Down
2 changes: 1 addition & 1 deletion doc/src/fix_pimd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ normal-mode PIMD. A value of *cmd* is for centroid molecular dynamics
only the k > 0 modes are thermostatted, not the centroid degrees of
freedom.

.. versionadded:: TBD
.. versionadded:: 21Nov2023

Mode *pimd* added to fix pimd/langevin.

Expand Down
8 changes: 4 additions & 4 deletions src/library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ combined by removing the '&' and the following newline character. After
this processing the string is handed to LAMMPS for parsing and
executing.
.. versionadded:: TBD
.. versionadded:: 21Nov2023
The command is now able to process long strings with triple quotes and
loops using :doc:`jump SELF \<label\> <jump>`.
Expand Down Expand Up @@ -2484,7 +2484,7 @@ int lammps_set_variable(void *handle, char *name, char *str)
*
\verbatim embed:rst
.. versionadded:: TBD
.. versionadded:: 21Nov2023
This function copies a string with human readable information about
a defined variable: name, style, current value(s) into the provided
Expand Down Expand Up @@ -5581,7 +5581,7 @@ int lammps_config_has_ffmpeg_support() {
*
\verbatim embed:rst
.. deprecated:: TBD
.. deprecated:: 21Nov2023
LAMMPS has now exceptions always enabled, so this function
will now always return 1 and can be removed from applications
Expand Down Expand Up @@ -6658,7 +6658,7 @@ the failing MPI ranks to send messages.
instance, but instead would check the global error buffer of the
library interface.
.. versionchanged: TBD
.. versionchanged: 21Nov2023
The *buffer* pointer may be ``NULL``. This will clear any error
status without copying the error message.
Expand Down
3 changes: 1 addition & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
#define LAMMPS_VERSION "3 Aug 2023"
#define LAMMPS_UPDATE "Development"
#define LAMMPS_VERSION "21 Nov 2023"

0 comments on commit 33dcfb5

Please sign in to comment.