Skip to content

Commit

Permalink
Updates for the 2022.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Mar 24, 2022
1 parent c01f38e commit 6ff6b04
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ SIRE changelog

devel branch:

[2022.2.0] March 2022 - Fixed formatting of SOLVENT_POINTERS flag in
AmberPrm7 parser. Removed duplicate definition of sigma_av
in OpenMMFreEnergySt.cpp. Fixed SOMD issues related to
assumption that perturbable molecule always has MolIdx(1)
(@fjclark). Fixed wrappers and added significant performance
enhancements to the SireIO::updateCoordinatesAndVelocities
function. This significantly (200x) speeds up the remapping
of coordinates/velocities from SOMD trajectory frames, which
was a bottleneck for large protein-ligand simulations within
BioSimSpace. Disabled GSL error handling to avoid a potential
segmentation fault within a singular value decomposition
routine called by SireMaths::align.

[2022.1.0] Jan 2022 - Fixed counting of protons to account for dummy atoms
when swapping water topology and ensure that original molecular
properties are preserved. Added a fallback to the BGFS solver
Expand Down
2 changes: 1 addition & 1 deletion corelib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
################################

set (S_VERSION_MAJOR "2022")
set (S_VERSION_MINOR "1")
set (S_VERSION_MINOR "2")
set (S_VERSION_PATCH "0")

set (SIRE_VERSION "${S_VERSION_MAJOR}.${S_VERSION_MINOR}.${S_VERSION_PATCH}")
Expand Down
2 changes: 1 addition & 1 deletion wrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# project version
set (SIRE_VERSION_MAJOR "2022")
set (SIRE_VERSION_MINOR "1")
set (SIRE_VERSION_MINOR "2")
set (SIRE_VERSION_PATCH "0")

set (SIRE_VERSION "${SIRE_VERSION_MAJOR}.${SIRE_VERSION_MINOR}.${SIRE_VERSION_PATCH}")
Expand Down

0 comments on commit 6ff6b04

Please sign in to comment.