Skip to content

Commit

Permalink
Merge pull request #1093 from choderalab/release-0.23.5
Browse files Browse the repository at this point in the history
Release 0.23.5
  • Loading branch information
andrrizzi authored Sep 24, 2018
2 parents 6e2aeec + 48ccb4a commit 8ba0c2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Yank/tests/test_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def test_replica_exchange_harmonic_oscillator(verbose=False, verbose_simulation=
move = mmtools.mcmc.LangevinDynamicsMove(timestep=2.0*unit.femtoseconds,
collision_rate=20.0/unit.picosecond,
n_steps=500, reassign_velocities=True)
simulation = ReplicaExchangeSampler(mcmc_moves=move, number_of_iterations=200)
simulation = ReplicaExchangeSampler(mcmc_moves=move, number_of_iterations=400)

# Define file for temporary storage.
with mmtools.utils.temporary_directory() as tmp_dir:
Expand Down
7 changes: 4 additions & 3 deletions docs/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ This section features and improvements of note in each release.

The full release history can be viewed `at the GitHub yank releases page <https://github.com/choderalab/yank/releases>`_.

Development
-----------
0.23.5 Bugfix release
---------------------

- Fix bug where the stack trace of an exception raised by an MPI process would be logged incorrectly (`#1084 <https://github.com/choderalab/yank/pull/1084>`_).
- Improved robustness of NetCDF dataset opening and closing (`#1084 <https://github.com/choderalab/yank/pull/1084>`_).

- The algorithm identifying ions now detects also ions called "NA" and "CL" (`#1086 <https://github.com/choderalab/yank/pull/1086>`_).
- Fix bug that caused the standard state correction of the Boresch restraint to be computed incorrectly (`#1092 <https://github.com/choderalab/yank/pull/1092>`_)

0.23.4 Bugfix release
---------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

########################
VERSION = "0.23.5" # Primary base version of the build
DEVBUILD = 0 # Dev build status, Either None or Integer
ISRELEASED = False # Are we releasing this as a full cut?
DEVBUILD = None # Dev build status, Either None or Integer
ISRELEASED = True # Are we releasing this as a full cut?
__version__ = VERSION
########################
CLASSIFIERS = """\
Expand Down

0 comments on commit 8ba0c2c

Please sign in to comment.