From 7977721abcf988f90c91809d0b85fb34ad82d8fd Mon Sep 17 00:00:00 2001 From: alongd Date: Wed, 31 Jul 2019 10:02:04 -0400 Subject: [PATCH 1/2] Docs: Minor changes to index --- docs/source/index.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 025753c10e..700989674e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,8 +1,6 @@ ARC - Automated Rate Calculator v\ |release| ============================================ - - .. image:: arc.png :align: center @@ -10,7 +8,7 @@ ARC - Automated Rate Calculator v\ |release| electronic structure calculations relevant for chemical kinetic modeling. ARC has many advanced options, yet at its core it is simple: it accepts 2D graph representations of chemical species (e.g., SMILES_ or `adjacency lists`__), -and automatically executes, tracks, and process relevant electronic structure +and automatically executes, tracks, and processes relevant electronic structure jobs on user-defined servers. The principal outputs of ARC are thermodynamic properties (H, S, Cp) and high-pressure limit kinetic rate coefficients for the defined species and reactions. From 78de2d504c8fca253021954f021cedf82d01e0b9 Mon Sep 17 00:00:00 2001 From: alongd Date: Wed, 31 Jul 2019 10:02:17 -0400 Subject: [PATCH 2/2] Increasing VERSION to 1.1.0 --- arc/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arc/common.py b/arc/common.py index 39edcf82b5..dfac9940c4 100644 --- a/arc/common.py +++ b/arc/common.py @@ -33,7 +33,7 @@ logger = logging.getLogger('arc') -VERSION = '1.0.0' +VERSION = '1.1.0' def time_lapse(t0):