diff --git a/doc/lammps.1 b/doc/lammps.1 index 766522d4aa..100ea9b663 100644 --- a/doc/lammps.1 +++ b/doc/lammps.1 @@ -1,7 +1,7 @@ -.TH LAMMPS "1" "17 November 2023" "2023-11-17" +.TH LAMMPS "1" "21 November 2023" "2023-11-21" .SH NAME .B LAMMPS -\- Molecular Dynamics Simulator. Version 17 November 2023 +\- Molecular Dynamics Simulator. Version 21 November 2023 .SH SYNOPSIS .B lmp diff --git a/doc/src/Commands_removed.rst b/doc/src/Commands_removed.rst index d0e723aabe..8a00c63734 100644 --- a/doc/src/Commands_removed.rst +++ b/doc/src/Commands_removed.rst @@ -88,7 +88,7 @@ The same functionality is available through MPIIO package ------------- -.. deprecated:: 17Nov2023 +.. 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 @@ -107,7 +107,7 @@ see :doc:`restart `, :doc:`read_restart `, MSCG package ------------ -.. deprecated:: 17Nov2023 +.. deprecated:: 21Nov2023 The MSCG package has been removed from LAMMPS since it was unmaintained for many years and instead superseded by the `OpenMSCG software diff --git a/doc/src/compute_composition_atom.rst b/doc/src/compute_composition_atom.rst index e65a3e9c95..e973eaa234 100644 --- a/doc/src/compute_composition_atom.rst +++ b/doc/src/compute_composition_atom.rst @@ -36,7 +36,7 @@ Examples Description """"""""""" -.. versionadded:: 17Nov2023 +.. 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, diff --git a/doc/src/compute_property_grid.rst b/doc/src/compute_property_grid.rst index a0b9aba7dc..dfdce220c6 100644 --- a/doc/src/compute_property_grid.rst +++ b/doc/src/compute_property_grid.rst @@ -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:: 17Nov2023 +.. 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 diff --git a/doc/src/compute_reduce.rst b/doc/src/compute_reduce.rst index ba60b52563..604b1c1571 100644 --- a/doc/src/compute_reduce.rst +++ b/doc/src/compute_reduce.rst @@ -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:: 17Nov2023 +.. 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 diff --git a/doc/src/compute_voronoi_atom.rst b/doc/src/compute_voronoi_atom.rst index 5f00a2abab..3bada09518 100644 --- a/doc/src/compute_voronoi_atom.rst +++ b/doc/src/compute_voronoi_atom.rst @@ -190,7 +190,7 @@ Voro++ software in the src/VORONOI/README file. Output info """"""""""" -.. deprecated:: 17Nov2023 +.. deprecated:: 21Nov2023 The *peratom* keyword was removed as it is no longer required. diff --git a/doc/src/dump.rst b/doc/src/dump.rst index bdaefb769e..6d13b43200 100644 --- a/doc/src/dump.rst +++ b/doc/src/dump.rst @@ -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:: 17Nov2023 +.. deprecated:: 21Nov2023 The MPIIO package and the the corresponding "/mpiio" dump styles, except for the unrelated "netcdf/mpiio" style were removed from LAMMPS. diff --git a/doc/src/dump_image.rst b/doc/src/dump_image.rst index 43f182b889..3102caaa97 100644 --- a/doc/src/dump_image.rst +++ b/doc/src/dump_image.rst @@ -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:: 17Nov2023 +.. 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 diff --git a/doc/src/fix_deposit.rst b/doc/src/fix_deposit.rst index ff5afc2241..5264999839 100644 --- a/doc/src/fix_deposit.rst +++ b/doc/src/fix_deposit.rst @@ -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:: 17Nov2023 +.. 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 diff --git a/doc/src/fix_pimd.rst b/doc/src/fix_pimd.rst index 7468ffea13..a2e137da25 100644 --- a/doc/src/fix_pimd.rst +++ b/doc/src/fix_pimd.rst @@ -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:: 17Nov2023 +.. versionadded:: 21Nov2023 Mode *pimd* added to fix pimd/langevin. diff --git a/src/library.cpp b/src/library.cpp index 7fc79333ad..363110e5f5 100644 --- a/src/library.cpp +++ b/src/library.cpp @@ -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:: 17Nov2023 +.. versionadded:: 21Nov2023 The command is now able to process long strings with triple quotes and loops using :doc:`jump SELF \ `. @@ -2484,7 +2484,7 @@ int lammps_set_variable(void *handle, char *name, char *str) * \verbatim embed:rst -.. versionadded:: 17Nov2023 +.. versionadded:: 21Nov2023 This function copies a string with human readable information about a defined variable: name, style, current value(s) into the provided @@ -5581,7 +5581,7 @@ int lammps_config_has_ffmpeg_support() { * \verbatim embed:rst -.. deprecated:: 17Nov2023 +.. deprecated:: 21Nov2023 LAMMPS has now exceptions always enabled, so this function will now always return 1 and can be removed from applications @@ -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: 17Nov2023 + .. versionchanged: 21Nov2023 The *buffer* pointer may be ``NULL``. This will clear any error status without copying the error message. diff --git a/src/version.h b/src/version.h index a5844f0973..e2f596d1aa 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define LAMMPS_VERSION "17 Nov 2023" +#define LAMMPS_VERSION "21 Nov 2023"