Skip to content

Commit

Permalink
Updated CHANGELOG for 2018.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed May 2, 2018
1 parent 8ec6e32 commit 9f2c35a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2018.1.0 - May 2018
## [2018.1.1] - May 02 2018

- Fixed conda NetCDF issue on macOS. Yay for managing [python environments](https://xkcd.com/1987)!
- Install conda [ambertools](https://anaconda.org/AmberMD/ambertools) during [setup](python/setup.py).
- Search for bundled version of `sander` when running [AMBER](http://ambermd.org) simulation processes.
- Pass executable found by [`BioSimSpace.MD`](python/BioSimSpace/MD) to [`BioSimSpace.Process`](python/BioSimSpace) constructor.
- Fixed error in RMSD calculation within [`BioSimSpace.Trajectory`](python/BioSimSpace/Trajectory) class.
- Improved example scripts and notebooks.

## 2018.1.0 - May 01 2018

- Initial public release of BioSimSpace.

[2018.1.1]: https://github.com/michellab/BioSimSpace/compare/2018.1.0...2018.1.1

0 comments on commit 9f2c35a

Please sign in to comment.