update release date to 21 November 2023

This commit is contained in:
Axel Kohlmeyer
2023-11-19 05:40:05 -05:00
parent d60fb7067a
commit 11305107d9
12 changed files with 17 additions and 17 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:: 17Nov2023
.. versionadded:: 21Nov2023
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:: 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.