Skip to content

Commit b7fd00a

Browse files
authored
release 0.6.1 (#212)
1 parent 8e24bd2 commit b7fd00a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

celer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
GroupLassoCV, MultiTaskLasso, MultiTaskLassoCV)
66

77

8-
__version__ = '0.6.1dev'
8+
__version__ = '0.6.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
url=URL,
3535
download_url=DOWNLOAD_URL,
3636
install_requires=['numpy>=1.12', 'seaborn>=0.7', 'scipy>=0.18.0',
37-
'matplotlib>=2.0.0', 'Cython>=0.26', 'libsvmdata',
37+
'matplotlib>=2.0.0', 'Cython>=0.26', 'libsvmdata>=0.3',
3838
'scikit-learn>=1.0', 'xarray', 'download', 'tqdm'],
3939
packages=find_packages(),
4040
cmdclass={'build_ext': build_ext},

whats_new.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 0.6.1
2+
-----------
3+
4+
Changelog
5+
~~~~~~~~~
6+
- Rely on the libsvmdata package to donwload datasets from LIBSVM.
7+
8+
19
Version 0.6
210
-----------
311

0 commit comments

Comments
 (0)