We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3dc673 commit 70cd779Copy full SHA for 70cd779
doc/history.rst
@@ -2,7 +2,7 @@
2
History
3
=======
4
5
-x.x.x (xxxx-xx-xx)
+0.5.0 (2017-10-06)
6
------------------
7
8
* Generalized the analysis and synthesis methods into the filter method.
pygsp/__init__.py
@@ -30,5 +30,5 @@
30
31
_utils.import_modules(__all__[::-1], 'pygsp', 'pygsp')
32
33
-__version__ = '0.4.2'
34
-__release_date__ = '2017-04-27'
+__version__ = '0.5.0'
+__release_date__ = '2017-10-06'
setup.py
@@ -6,7 +6,7 @@
setup(
name='PyGSP',
9
- version='0.4.2',
+ version='0.5.0',
10
description='Graph Signal Processing in Python',
11
long_description=open('README.rst').read(),
12
author='EPFL LTS2',
0 commit comments