-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conflicts: setup.py
- Loading branch information
Showing
3 changed files
with
129 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ def finalize_options(self): | |
|
||
setup( | ||
name="prox_tv", | ||
version="3.1.0", | ||
version="3.1.1", | ||
description="Toolbox for fast Total Variation proximity operators", | ||
long_description="proxTV is a toolbox implementing blazing fast implementations of Total Variation proximity operators. While the core algorithms are implemented in C to achieve high efficiency, Matlab and Python interfaces are provided for ease of use. The library provides efficient solvers for a variety of Total Variation proximity problems, with address input signals of any dimensionality (1d, images, video, ...) and different norms to apply in the Total Variation term.", | ||
packages=['prox_tv'], | ||
|
@@ -50,7 +50,7 @@ def finalize_options(self): | |
package_data={ | ||
'prox_tv': ['src/*.h', 'src/demos/*'] | ||
}, | ||
author="Alvaro Barbero, Suvrit Sra", | ||
author="Alvaro Barbero, Suvrit Sra, Josip Djolonga (python bindings)", | ||
author_email="[email protected]", | ||
url='https://github.com/albarji/proxTV', | ||
license='BSD', | ||
|