Skip to content

Commit

Permalink
About to release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Jan 23, 2018
1 parent 50e1e69 commit 43231c1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
1 change: 1 addition & 0 deletions chempy/util/tests/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 43231c1

Please sign in to comment.