diff --git a/CHANGELOG b/CHANGELOG index 8ff040d..68894cb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ 0.1.7 - test: added more unit tests and made sure notebooks run via binder +0.1.6 + - ref: place temul polarisation into topotem module (#51) + - ci: auto git tagging added (#56) 0.1.4 - ci: add auto pypi push actions - ref, doc: fix api doc link references diff --git a/README.md b/README.md index 78f2c3d..27b1cb3 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ To cite the TEMUL toolkit, use the following DOI: Jupyter Notebooks and MyBinder allow us to analyse data in the browser without needing any downloads using the below "launch binder" button. -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/PinkShnack/TEMUL/master) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/PinkShnack/TEMUL/0.1.6) -If the button does not work, try [this link instead](https://mybinder.org/v2/gh/PinkShnack/TEMUL/master). You also share this link with others for quick access. +If the button does not work, try [this link instead](https://mybinder.org/v2/gh/PinkShnack/TEMUL/0.1.6). You also share this link with others for quick access. - To run through some code documentation tutorials, go to the "code_tutorials" folder after clicking the above button.