Skip to content

Commit 8cc0542

Browse files
author
Nathan de Lara
authored
Merge pull request #327 from sknetwork-team/develop
Update
2 parents 86b42fb + 3521942 commit 8cc0542

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
History
33
=======
44

5+
0.15.0 (2020-04-20)
6+
-------------------
7+
8+
* Updated ranking module : new pagerank solver, new HITS params, post-processing
9+
* Polynomes in linear algebra
10+
* Added meta.name attribute for Bunch
11+
* Minor corrections
12+
513
0.14.0 (2020-04-17)
614
-------------------
715

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.14.0
2+
current_version = 0.15.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def build_extensions(self):
120120
test_suite='tests',
121121
tests_require=test_requirements,
122122
url='https://github.com/sknetwork-team/scikit-network',
123-
version='0.14.0',
123+
version='0.15.0',
124124
zip_safe=False,
125125
ext_modules=ext_modules,
126126
include_dirs=[numpy.get_include()],

sknetwork/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """scikit-network team"""
66
__email__ = "bonald@enst.fr"
7-
__version__ = '0.14.0'
7+
__version__ = '0.15.0'
88

99
import sknetwork.basics
1010
import sknetwork.classification

0 commit comments

Comments
 (0)