Skip to content

Commit

Permalink
Version 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Feb 5, 2016
1 parent ea3e868 commit 0493088
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.7'
version = '1.0.8'
# The full version, including alpha/beta/rc tags.
release = '1.0.7'
release = '1.0.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 7 additions & 1 deletion doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ Release history
###############


* **October 30, 2014. Version 1.0.7**
* **February 5, 2016. Version 1.0.8**

- The script tamkin-driver.py now reads the fixed atoms from the Gaussian fchk file
and carries out a PHVA analysis if fixed atoms are present.
- The ``load_indices`` now also handles ranges of atoms.

* **October 30, 2015. Version 1.0.7**

- Improved VASP IO (partial Hessians and compatibility with different VASP versions)
- Improved CP2K IO (partial Hessians and array with fixed atoms)
Expand Down
8 changes: 4 additions & 4 deletions doc/tutorial/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ Stable release (recommended)

The latest stable source code release can be downloaded here:

http://github.com/molmod/tamkin/releases/download/v1.0.7/TAMkin-1.0.7.tar.gz
http://github.com/molmod/tamkin/releases/download/v1.0.8/TAMkin-1.0.8.tar.gz

Choose a suitable directory, e.g. ``~/build``, download and unpack the archive::

mkdir -p ~/build
cd ~/build
wget http://github.com/molmod/tamkin/releases/download/v1.0.7/TAMkin-1.0.7.tar.gz
tar -xvzf TAMkin-1.0.7.tar.gz
cd TAMkin-1.0.7
wget http://github.com/molmod/tamkin/releases/download/v1.0.8/TAMkin-1.0.8.tar.gz
tar -xvzf TAMkin-1.0.8.tar.gz
cd TAMkin-1.0.8


Latest development code (experts only)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from distutils.core import setup

setup(name='TAMkin',
version='1.0.7',
version='1.0.8',
description='TAMkin is a post-processing toolkit for thermochemistry and kinetics analysis.',
author='Toon Verstraelen, Matthias Vandichel, An Ghysels',
author_email='[email protected], [email protected], [email protected]',
Expand Down
2 changes: 1 addition & 1 deletion tamkin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#--
"""TAMkin is a post-processing toolkit for normal mode, thermochemistry and kinetics."""

__version__ = '1.0.7'
__version__ = '1.0.8'

from tamkin.chemmod import *
from tamkin.data import *
Expand Down

0 comments on commit 0493088

Please sign in to comment.