8d44aea03978d6686de7ffc76e984696da8d22f3
[alexxy/gromacs.git] / docs / release-notes / 2021 / 2021.4.rst
1 GROMACS 2021.4 release notes
2 ----------------------------
3
4 This version was released on TODO, 2021. These release notes
5 document the changes that have taken place in GROMACS since the
6 previous 2021.3 version, to fix known issues. It also incorporates all
7 fixes made in version 2020.6 and earlier, which you can find described
8 in the :ref:`release-notes`.
9
10 .. Note to developers!
11    Please use """"""" to underline the individual entries for fixed issues in the subfolders,
12    otherwise the formatting on the webpage is messed up.
13    Also, please use the syntax :issue:`number` to reference issues on GitLab, without the
14    a space between the colon and number!
15
16 Fixes where mdrun could behave incorrectly
17 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18
19 Fixes for ``gmx`` tools
20 ^^^^^^^^^^^^^^^^^^^^^^^
21
22 grompp now prints a note again when combining center of mass motion removal and position restraints
23 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
24
25 :issue:`4128`
26
27 Static selections of large index groups now work
28 """"""""""""""""""""""""""""""""""""""""""""""""
29
30 Commands like ``gmx distance -f traj.xtc -n ndx.ndx -select "group
31 \"Contacts\""`` only worked if the size of ``Contacts`` was less than
32 the number of atoms. This restriction was a bug, and has been fixed so
33 that ``Contacts`` make take any size.
34
35 Other similar uses of static selections derived from index groups will
36 also now work.
37
38 :issue:`4148`
39
40 Fixes that affect portability
41 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42
43 Miscellaneous
44 ^^^^^^^^^^^^^
45