Accept initial 0.0.8 development as a tweak revision to the 0.0.7 branch (0.0.7.2). Development external to the GROMACS repository will be collected as a (hopefully) final tweak to the 0.0.7 release branch, which will be tied to GROMACS 2019 from now on. devel is being merged to master, then to release-0_0_7 with a new tag.
It is worth noting that we changed the C++ stdlib requirement from 11 to 14 for std::make_unique. That's a bigger change than I would normally want without a more substantial version number increase, but I don't really think it is worth reverting at this point.
Accept initial 0.0.8 development as a tweak revision to the 0.0.7 branch (0.0.7.2). Development external to the GROMACS repository will be collected as a (hopefully) final tweak to the 0.0.7 release branch, which will be tied to GROMACS 2019 from now on.
devel
is being merged tomaster
, then torelease-0_0_7
with a new tag.It is worth noting that we changed the C++ stdlib requirement from 11 to 14 for std::make_unique. That's a bigger change than I would normally want without a more substantial version number increase, but I don't really think it is worth reverting at this point.
Candidate final 0.0.7 documentation is here
Refs #188