Skip to content

Commit c36ac7c

Browse files
authored
Merge pull request #25 from LabForComputationalVision/release_1.0.2
Release 1.0.2 updates
2 parents c14e86d + c6a46f1 commit c36ac7c

File tree

5 files changed

+52
-6
lines changed

5 files changed

+52
-6
lines changed

CITATION.cff

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
cff-version: 1.1.0
2+
message: "If you use any component of pyrtools, please cite it as below."
3+
authors:
4+
- family-names: Simoncelli
5+
given-names: Eero
6+
- family-names: Young
7+
given-names: Rob
8+
- family-names: Broderick
9+
given-names: William
10+
- family-names: Fiquet
11+
given-names: Pierre-Étienne
12+
- family-names: Wang
13+
given-names: Zhuo
14+
- family-names: Kadkhodaie
15+
given-names: Zahra
16+
- family-names: Parthasarathy
17+
given-names: Nikhil
18+
orcid: https://orcid.org/0000-0000-0000-0000
19+
title: "Pyrtools: tools for multi-scale image processing"
20+
version: v1.0.2
21+
date-released: 2023-11-20
22+
doi: 10.5281/zenodo.10161031
23+
url: "https://github.com/LabForComputationalVision/pyrtools"

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
![Python version](https://img.shields.io/badge/python-3.7|3.8|3.9|3.10-blue.svg)
66
[![Build Status](https://github.com/LabForComputationalVision/pyrtools/workflows/build/badge.svg)](https://github.com/LabForComputationalVision/pyrtools/actions?query=workflow%3Abuild)
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/v1.0.1?filepath=TUTORIALS%2F)
8+
[![DOI](https://zenodo.org/badge/137527035.svg)](https://zenodo.org/doi/10.5281/zenodo.10161031)
9+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.2?filepath=TUTORIALS%2F)
910
[![codecov](https://codecov.io/gh/LabForComputationalVision/pyrtools/branch/main/graph/badge.svg?token=Ei9TYftdYi)](https://codecov.io/gh/LabForComputationalVision/pyrtools)
1011

1112
Briefly, the tools include:
@@ -29,6 +30,15 @@ pytorch implementation in the
2930
[plenoptic](https://github.com/LabForComputationalVision/plenoptic/) package;
3031
the implementation in plenoptic is differentiable.
3132

33+
# Citing us
34+
35+
If you use `pyrtools` in a published academic article or presentation, please
36+
cite us! You can find the link to the most recent release on Zenodo
37+
[here](https://zenodo.org/doi/10.5281/zenodo.10161031) (though please specify
38+
the version you used not the most recent one!). You can also get a formatted
39+
citation at the top right of our [GitHub
40+
repo](https://github.com/LabForComputationalVision/pyrtools)
41+
3242
# Installation
3343

3444
It's recommended you install from pip: `pip install pyrtools`. The pip

docs/index.rst

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
:target: https://github.com/LabForComputationalVision/pyrtools/actions?query=workflow%3Abuild
1111

1212
.. |binder| image:: https://mybinder.org/badge_logo.svg
13-
:target: https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.1?filepath=TUTORIALS%2F
14-
13+
:target: https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.2?filepath=TUTORIALS%2F
14+
15+
.. |doi| image:: https://zenodo.org/badge/137527035.svg
16+
:target: https://zenodo.org/doi/10.5281/zenodo.10161031
17+
1518
.. pyrtools documentation master file, created by
1619
sphinx-quickstart on Mon Mar 25 17:57:12 2019.
1720
You can adapt this file completely to your liking, but it should at least
@@ -20,7 +23,7 @@
2023
pyrtools
2124
====================================
2225

23-
|pypi-shield| |license-shield| |python-version-shield| |build| |binder|
26+
|pypi-shield| |license-shield| |python-version-shield| |build| |binder| |doi|
2427

2528
Pyrtools is a python package for multi-scale image processing, adapted
2629
from Eero Simoncelli's `matlabPyrTools
@@ -39,6 +42,16 @@ The tools include:
3942

4043
**NOTE**: If you are only interested in the complex steerable pyramid, we have a pytorch implementation in the `plenoptic <https://plenoptic.readthedocs.io/en/>`_ package; the implementation in plenoptic is differentiable.
4144

45+
Citing us
46+
---------
47+
48+
If you use ``pyrtools`` in a published academic article or presentation, please
49+
cite us! You can find the link to the most recent release on Zenodo `here
50+
<https://zenodo.org/doi/10.5281/zenodo.10161031>`_ (though please specify the
51+
version you used not the most recent one!). You can also get a formatted
52+
citation at the top right of our `GitHub repo
53+
<https://github.com/LabForComputationalVision/pyrtools>`_
54+
4255
.. include:: quickstart.rst
4356

4457
Pyramid resources

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/v1.0.1?filepath=TUTORIALS%2F>`_
34+
<https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.2?filepath=TUTORIALS%2F>`_

pyrtools/version.py

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

0 commit comments

Comments
 (0)