File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22History
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+
5130.14.0 (2020-04-17)
614-------------------
715
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.14 .0
2+ current_version = 0.15 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff 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 ()],
Original file line number Diff line number Diff line change 44
55__author__ = """scikit-network team"""
66__email__ = "bonald@enst.fr"
7- __version__ = '0.14 .0'
7+ __version__ = '0.15 .0'
88
99import sknetwork .basics
1010import sknetwork .classification
You can’t perform that action at this time.
0 commit comments