update version strings to 17 Nov 2023

This commit is contained in:
Axel Kohlmeyer
2023-11-17 08:25:44 -05:00
parent 9a432341f9
commit 2c670e8d44
12 changed files with 17 additions and 18 deletions

View File

@ -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:: 17Nov2023
The command is now able to process long strings with triple quotes and
loops using :doc:`jump SELF \<label\> <jump>`.
@ -2484,7 +2484,7 @@ int lammps_set_variable(void *handle, char *name, char *str)
*
\verbatim embed:rst
.. versionadded:: TBD
.. versionadded:: 17Nov2023
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:: TBD
.. deprecated:: 17Nov2023
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: TBD
.. versionchanged: 17Nov2023
The *buffer* pointer may be ``NULL``. This will clear any error
status without copying the error message.