Skip to content

Commit

Permalink
Updates for the 2019.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Nov 14, 2019
1 parent 16eab40 commit 656e70c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ SIRE changelog

devel branch:

[2019.3.0] November 2019 - Added functionality to restrict the search space
when finding paths between atoms or searching for rings. Fixed
performance issue in GroTop parser caused by an N^2 loop over
atoms when searching the intrascale matrix. We now loop over
cut-groups, which is far more efficient. Fixed issues with
Python wrapper generation caused by issues with missing define
symbols and a bug in the scanheaders.py script.

[2019.2.1] October 2019 - Updated the Conda recipe to pin the dependencies
of dependencies that are used at run time since Conda doesn't
automatically do this for you. Added instructions detailing the
Expand All @@ -14,7 +22,7 @@ devel branch:
to using CastXML. Added support for running background
processes on Windows (@ptosco). Updated SOMD Python wrapper
to write restart files every cycle to simplify system monitoring
in BioSimSpace. Fixed macOS build issue by not linking against
in BioSimSpace. Fixed macOS build issue by not linking against
libpython. Made sure that Conda dependencies are pinned
correctly to avoid compatibility issues. Fixed bug that
prevented upload statistics being sent and added support for
Expand Down
4 changes: 2 additions & 2 deletions corelib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
################################

set (S_VERSION_MAJOR "2019")
set (S_VERSION_MINOR "2")
set (S_VERSION_PATCH "1")
set (S_VERSION_MINOR "3")
set (S_VERSION_PATCH "0")

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

Expand Down
4 changes: 2 additions & 2 deletions wrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

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

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

Expand Down

0 comments on commit 656e70c

Please sign in to comment.