From 43231c19757aa4812e1058f4e0e337adf66eff30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Dahlgren?= Date: Tue, 23 Jan 2018 01:18:13 +0100 Subject: [PATCH] About to release v0.6.2 --- CHANGES.rst | 4 ++++ README.rst | 2 +- chempy/util/tests/test_graph.py | 1 + index.ipynb | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 20267393..07512884 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,7 @@ +v0.6.2 +====== +- More relaxed tests with respect to 3rd party programs + v0.6.1 ====== - Extensive test suite in conda pacakge no longer require graphviz & latex diff --git a/README.rst b/README.rst index c0f3ed4f..218283bf 100644 --- a/README.rst +++ b/README.rst @@ -326,7 +326,7 @@ Using only a web-browser (and an internet connection) it is possible to explore notebooks here: (by the courtesy of the people behind mybinder) .. image:: http://mybinder.org/badge.svg - :target: https://mybinder.org/v2/gh/bjodah/chempy/0bd22289c734ab7ae908d1b03bdcaaa9463f5677?filepath=index.ipynb + :target: https://mybinder.org/v2/gh/bjodah/chempy/50e1e69b790fc69e5a945c2090de3d9dc636c728?filepath=index.ipynb :alt: Binder diff --git a/chempy/util/tests/test_graph.py b/chempy/util/tests/test_graph.py index d017eac5..d2b0f716 100644 --- a/chempy/util/tests/test_graph.py +++ b/chempy/util/tests/test_graph.py @@ -47,6 +47,7 @@ def test_rsys2dot(): @pytest.mark.slow @requires('numpy') +@pytest.mark.skipif(dot_missing, reason='graphviz not installed? (dot command missing)') def test_rsys2graph(): rsys = _get_rsys() tempdir = tempfile.mkdtemp() diff --git a/index.ipynb b/index.ipynb index 51dda02d..6e05eabc 100644 --- a/index.ipynb +++ b/index.ipynb @@ -8,7 +8,7 @@ "\n", "This is a collection of demonstration notebooks for chempy. The chempy package contains classes and functions for modelling e.g. chemical kinetics, chemical equilibria (e.g. speciation problems). It also collects a steadily growing collection of parametrizations of various chemical properties from the litterature.\n", "\n", - "You can view these notebooks online with [Binder](https://mybinder.org/v2/gh/bjodah/chempy/0bd22289c734ab7ae908d1b03bdcaaa9463f5677?filepath=index.ipynb). \n", + "You can view these notebooks online with [Binder](https://mybinder.org/v2/gh/bjodah/chempy/50e1e69b790fc69e5a945c2090de3d9dc636c728?filepath=index.ipynb). \n", "\n", "## Example notebooks\n", "\n",