File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ SIRE changelog
33
44devel 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
Original file line number Diff line number Diff line change 77################################
88
99set (S_VERSION_MAJOR "2022" )
10- set (S_VERSION_MINOR "1 " )
10+ set (S_VERSION_MINOR "2 " )
1111set (S_VERSION_PATCH "0" )
1212
1313set (SIRE_VERSION "${S_VERSION_MAJOR} .${S_VERSION_MINOR} .${S_VERSION_PATCH} " )
Original file line number Diff line number Diff line change 99
1010# project version
1111set (SIRE_VERSION_MAJOR "2022" )
12- set (SIRE_VERSION_MINOR "1 " )
12+ set (SIRE_VERSION_MINOR "2 " )
1313set (SIRE_VERSION_PATCH "0" )
1414
1515set (SIRE_VERSION "${SIRE_VERSION_MAJOR} .${SIRE_VERSION_MINOR} .${SIRE_VERSION_PATCH} " )
You can’t perform that action at this time.
0 commit comments