Skip to content

Commit 6ff6b04

Browse files
committed
Updates for the 2022.2.0 release.
1 parent c01f38e commit 6ff6b04

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ SIRE changelog
33

44
devel branch:
55

6+
[2022.2.0] March 2022 - Fixed formatting of SOLVENT_POINTERS flag in
7+
AmberPrm7 parser. Removed duplicate definition of sigma_av
8+
in OpenMMFreEnergySt.cpp. Fixed SOMD issues related to
9+
assumption that perturbable molecule always has MolIdx(1)
10+
(@fjclark). Fixed wrappers and added significant performance
11+
enhancements to the SireIO::updateCoordinatesAndVelocities
12+
function. This significantly (200x) speeds up the remapping
13+
of coordinates/velocities from SOMD trajectory frames, which
14+
was a bottleneck for large protein-ligand simulations within
15+
BioSimSpace. Disabled GSL error handling to avoid a potential
16+
segmentation fault within a singular value decomposition
17+
routine called by SireMaths::align.
18+
619
[2022.1.0] Jan 2022 - Fixed counting of protons to account for dummy atoms
720
when swapping water topology and ensure that original molecular
821
properties are preserved. Added a fallback to the BGFS solver

corelib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
################################
88

99
set (S_VERSION_MAJOR "2022")
10-
set (S_VERSION_MINOR "1")
10+
set (S_VERSION_MINOR "2")
1111
set (S_VERSION_PATCH "0")
1212

1313
set (SIRE_VERSION "${S_VERSION_MAJOR}.${S_VERSION_MINOR}.${S_VERSION_PATCH}")

wrapper/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# project version
1111
set (SIRE_VERSION_MAJOR "2022")
12-
set (SIRE_VERSION_MINOR "1")
12+
set (SIRE_VERSION_MINOR "2")
1313
set (SIRE_VERSION_PATCH "0")
1414

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

0 commit comments

Comments
 (0)