Releases: openmm/openmm-cookbook
OpenMM cookbook 0.3
There are two new tutorials on REST (@zhang-ivy) and Umbrella sampling (@sef43); and a new cookbook entry on computing interaction energies (@peastman).
What's Changed
- Add tutorial for running REST by @zhang-ivy in #17
- minor formatting changes by @sef43 in #20
- Not only querying, but also modifying system parameters by @yuanqing-wang in #18
- Add CI test for building the website with sphinx by @sef43 in #25
- Cookbook entry on computing interaction energies by @peastman in #26
- add umbrella sampling tutorial by @sef43 in #24
- remove large output by @sef43 in #27
New Contributors
- @zhang-ivy made their first contribution in #17
- @yuanqing-wang made their first contribution in #18
Full Changelog: v0.2...v0.3
OpenMM cookbook 0.2
This release splits the openmm.github.io/openmm-cookbook/ page into separate cookbook and tutorials sections.
It contains the existing OpenMM 7 tutorials.
What's Changed
Full Changelog: v0.1...v0.2
OpenMM cookbook 0.1
Release to preserve the current working state of the cookbook with the pre OpenMM-8 cookbook recipes.
Constructor Installers for CondaColab
This is not a true release
We support easy execution of our notebooks in Google Colab. To install OpenMM easily in this environment, we use CondaColab. For rapid installation, we provide these installers, which include entire Conda environments prepared for Colab. This "release" simply provides a convenient place to store these artifacts.
To add a new installer:
- Update the
colab/construct.yaml
file in themain
branch. Be sure to increment the version number to avoid clashes with existing installers. - Run the colab-construct workflow to construct and upload the resulting installer.