kassonlab / gmxapi

(outdated) fork of https://gitlab.com/gromacs/gromacs
http://gmxapi.org/
Other
52 stars 13 forks source link

Merge development to master for 0.0.7 release finalization. #227

Closed eirrgang closed 5 years ago

eirrgang commented 5 years ago

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.

Candidate final 0.0.7 documentation is here

Refs #188