Remove constant acceleration groups
[alexxy/gromacs.git] / docs / release-notes / 2022 / major / removed-functionality.rst
1 Removed functionality
2 ^^^^^^^^^^^^^^^^^^^^^
3
4 Removed constant-acceleration groups support
5 """"""""""""""""""""""""""""""""""""""""""""
6 This code has been broken since before GROMACS 4.6, so it has been
7 removed.
8
9 :issue:`1354`
10
11 .. Note to developers!
12    Please use """"""" to underline the individual entries for fixed issues in the subfolders,
13    otherwise the formatting on the webpage is messed up.
14    Also, please use the syntax :issue:`number` to reference issues on GitLab, without the
15    a space between the colon and number!
16
17 Removed mdrun-only build configuration
18 """"""""""""""""""""""""""""""""""""""
19
20 The need for the mdrun-only build of |Gromacs| has expired, as it has
21 the same set of dependencies as regular |Gromacs|. It was deprecated
22 in GROMACS 2021. Removing it will simplify maintenance, testing,
23 documentation, installation, and teaching new users.
24
25 :issue:`3808`