Skip to content

Commit 840f961

Browse files
committed
Release notes
1 parent ab1e572 commit 840f961

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/releases/v0.1.6.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
====================
2-
vO.1.5 Release Notes
2+
vO.1.6 Release Notes
33
====================
44

5-
This release focuses on several BlueGraph's dependecy issue, implements several bugfixes and adds new features to the :code:`bluegraph.downstream.similarity` module.
5+
This release focuses on several BlueGraph's dependecy issues, fixes several bugs and adds new features to the :code:`bluegraph.downstream.similarity` module.
66

77
Downstream tasks
88
================
@@ -43,6 +43,7 @@ array([[[1., 0., 0.]]])
4343
The following code illustrates the usage of the Kullback–Leibler divergence:
4444

4545
.. code-block:: python
46+
4647
kl_index = ScikitLearnSimilarityIndex(
4748
dimension=3,
4849
similarity="kl",

0 commit comments

Comments
 (0)