Skip to content

Commit 47c8c87

Browse files
committed
updates version tags, re-runs notebook
includes one small fix on 03 notebook to work with new animshow API
1 parent 9a676a4 commit 47c8c87

File tree

7 files changed

+11748
-8404
lines changed

7 files changed

+11748
-8404
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![Python version](https://img.shields.io/badge/python-3.5%7C3.6%7C3.7-blue.svg)
66
[![Build Status](https://travis-ci.com/LabForComputationalVision/pyrtools.svg?branch=master)](https://travis-ci.com/LabForComputationalVision/pyrtools)
77
[![Documentation Status](https://readthedocs.org/projects/pyrtools/badge/?version=latest)](https://pyrtools.readthedocs.io/en/latest/?badge=latest)
8-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v0.9.3?filepath=TUTORIALS%2F)
8+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.0?filepath=TUTORIALS%2F)
99
[![codecov](https://codecov.io/gh/LabForComputationalVision/pyrtools/branch/master/graph/badge.svg?token=Ei9TYftdYi)](https://codecov.io/gh/LabForComputationalVision/pyrtools)
1010

1111
Briefly, the tools include:

TUTORIALS/01_tools.ipynb

Lines changed: 74 additions & 87 deletions
Large diffs are not rendered by default.

TUTORIALS/02_pyramids.ipynb

Lines changed: 79 additions & 88 deletions
Large diffs are not rendered by default.

TUTORIALS/03_steerable_pyramids.ipynb

Lines changed: 11591 additions & 8225 deletions
Large diffs are not rendered by default.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:target: https://travis-ci.com/LabForComputationalVision/pyrtools
1111

1212
.. |binder| image:: https://mybinder.org/badge_logo.svg
13-
:target: https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v0.9.3?filepath=TUTORIALS%2F
13+
:target: https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.0?filepath=TUTORIALS%2F
1414

1515
.. pyrtools documentation master file, created by
1616
sphinx-quickstart on Mon Mar 25 17:57:12 2019.

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ For more details, see the jupyter notebooks included in the
3131
`TUTORIALS/` directory, static versions of which are linked in the
3232
navigation sidebar. You can play around with a live version of them in
3333
order to test out the code before downloading on `binder
34-
<https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v0.9.3?filepath=TUTORIALS%2F>`_
34+
<https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.0?filepath=TUTORIALS%2F>`_

pyrtools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '0.9.3'
1+
version = '1.0.0'

0 commit comments

Comments
 (0)