From 43cf85839e3d3290bb4a83569902c74e989931c8 Mon Sep 17 00:00:00 2001 From: "William F. Broderick" Date: Mon, 18 Dec 2023 13:07:49 -0500 Subject: [PATCH 1/2] bump version to 1.0.3 --- CITATION.cff | 2 +- README.md | 2 +- docs/index.rst | 2 +- docs/quickstart.rst | 2 +- pyrtools/version.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 8a6b834..954654e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -19,7 +19,7 @@ authors: given-names: Brian orcid: https://orcid.org/0000-0000-0000-0000 title: "Pyrtools: tools for multi-scale image processing" -version: v1.0.2 +version: v1.0.3 date-released: 2023-11-20 doi: 10.5281/zenodo.10161031 url: "https://github.com/LabForComputationalVision/pyrtools" diff --git a/README.md b/README.md index 6d59a5c..0713085 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Build Status](https://github.com/LabForComputationalVision/pyrtools/workflows/build/badge.svg)](https://github.com/LabForComputationalVision/pyrtools/actions?query=workflow%3Abuild) [![Documentation Status](https://readthedocs.org/projects/pyrtools/badge/?version=latest)](https://pyrtools.readthedocs.io/en/latest/?badge=latest) [![DOI](https://zenodo.org/badge/137527035.svg)](https://zenodo.org/doi/10.5281/zenodo.10161031) -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.2?filepath=TUTORIALS%2F) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.3?filepath=TUTORIALS%2F) [![codecov](https://codecov.io/gh/LabForComputationalVision/pyrtools/branch/main/graph/badge.svg?token=Ei9TYftdYi)](https://codecov.io/gh/LabForComputationalVision/pyrtools) Briefly, the tools include: diff --git a/docs/index.rst b/docs/index.rst index 843922e..d49cde0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ :target: https://github.com/LabForComputationalVision/pyrtools/actions?query=workflow%3Abuild .. |binder| image:: https://mybinder.org/badge_logo.svg - :target: https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.2?filepath=TUTORIALS%2F + :target: https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.3?filepath=TUTORIALS%2F .. |doi| image:: https://zenodo.org/badge/137527035.svg :target: https://zenodo.org/doi/10.5281/zenodo.10161031 diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 65cea51..2c6dfd1 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -31,4 +31,4 @@ For more details, see the jupyter notebooks included in the `TUTORIALS/` directory, static versions of which are linked in the navigation sidebar. You can play around with a live version of them in order to test out the code before downloading on `binder -`_ +`_ diff --git a/pyrtools/version.py b/pyrtools/version.py index 4eda78c..001c4cb 100644 --- a/pyrtools/version.py +++ b/pyrtools/version.py @@ -1 +1 @@ -version = '1.0.2' +version = '1.0.3' From 02bb181e37cd8264700b7d2a864793eae696df3d Mon Sep 17 00:00:00 2001 From: "William F. Broderick" Date: Mon, 18 Dec 2023 13:07:55 -0500 Subject: [PATCH 2/2] adds note about windows support and version 1.0.3 --- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 4e15bc1..4aae2ed 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -6,6 +6,8 @@ Installation There are two ways to install pyrtools: via the ``pip`` package management system, or directly from source. +.. attention:: Windows support was added in version 1.0.3. If you are on Windows and get an installation error, make sure you are installing the newest version. + Recommended ===========