Skip to content

Commit 1db365d

Browse files
committed
Updated the 'CHANGELOG' and other README files to reflect the
2017.3.0 release [ci skip]
1 parent 7006093 commit 1db365d

File tree

4 files changed

+26
-8
lines changed

4 files changed

+26
-8
lines changed

CHANGELOG

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ SIRE changelog
33

44
devel branch:
55

6+
[2017.3.0] December 2017 - Added new PDB (PDB2), Mol2, Gro87, and CharmmPSF
7+
parsers, as well as a GroTop parser, all part of the new
8+
MoleculeParser framework. Updated all of the swap-based
9+
methods to use this.
10+
11+
Removed the ViewsOfMol Python wrapper and now have the
12+
code automatically return the correct python object for
13+
the molecule (or part of molecule) that is returned from
14+
the system. This makes simple scripts easier to write.
15+
16+
General bugfixes and optimisations, including fixing
17+
bugs with the way that PropertyMap worked, cleaning
18+
up to/from converters from python objects to automatic
19+
Property wrappers, and fixing Process so that it can
20+
redirect to stdout and that isRunning works without the
21+
user having to call "wait" first!
22+
623
[2017.2.0] September 2017 - The MoleculeParser framework has
724
been created to support reading and writing of molecules
825
in lots of different formats. The first set of formats

INSTALL.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ INSTALLATION INSTRUCTIONS
66

77
To compile and install Sire you need to have a UNIX or UNIX-like
88
environment (e.g. working bash shell), a working C++ compiler
9-
(e.g. gcc or clang are recommended), a working installation of
10-
cmake (version 2.8.11.2 minimum), and a working git client, so
9+
that fully supports C++-14 (e.g. gcc >= 5.0 or clang >= 3.7 are recommended), a working installation of
10+
cmake (version 3.0.0 minimum), and a working git client, so
1111
that you can download the source. You also need an internet connection
1212
to allow you to download Sire and for the Sire build to automatically
1313
download all of its dependencies.

README.rst

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
`Sire <http://siremol.org>`__
33
****
44

5-
.. image:: https://travis-ci.org/michellab/Sire.svg?branch=autobuild_feature
6-
:target: https://travis-ci.org/michellab/Sire
7-
8-
95
About
106
=====
117
`Sire <http://siremol.org>`__ is a free, open source, multiscale
@@ -30,9 +26,9 @@ which are available for Linux, Mac OS X and Windows, which are quick and easy to
3026

3127
However, as you are here, it is likely you want to download the latest,
3228
greatest version of the code, which you will need to compile. To compile Sire,
33-
you need a working C++ compiler with at least C++ 2011 support (gcc or clang),
29+
you need a working C++ compiler with at least C++ 2014 support (gcc >= 5 or clang >= 3.7),
3430
`cmake <http://cmake.org>`__
35-
(version 2.8.11.2 or above), a Git client to download the source,
31+
(version 3.0.0 or above), a Git client to download the source,
3632
and a working internet connection (needed by
3733
the Sire compilation scripts to download additional dependencies).
3834

WINDOWS_INSTALL.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
== Instructions for compiling and installing on windows ==
22

3+
== All of this is EXPERIMENTAL ==
4+
This will be updated and replaced by instructions to compile against the
5+
acaconda that is available as part of the WSL (Windows subsystem for Linux)
6+
that is available as part of Windows 10
7+
38
== MSYS2 BUILD ==
49

510
First, install msys2 by following the instructions on http://msys2.github.io

0 commit comments

Comments
 (0)