File tree Expand file tree Collapse file tree 4 files changed +446
-369
lines changed Expand file tree Collapse file tree 4 files changed +446
-369
lines changed Original file line number Diff line number Diff line change 1+ 0.2.3 (2021-06-09)
2+ -------------------
3+
4+ 🚀 Features
5+ ^^^^^^^^^^^^^
6+
7+ - Add the ``skip_verify `` attribute to the ``KG `` class to skip or not the
8+ verification of the entity existence with remote Knowledge Graphs (default to
9+ ``skip_verify=False ``).
10+ - Add ``WideSampler `` as a new sampling strategy.
11+ - Add ``SplitWalker `` as a new walking strategy.
12+
13+ Fixed
14+ ^^^^^
15+
16+ - Fix the installation dependencies with ``poetry ``.
17+ - Fix the cache memory for local Knowledge Graphs.
18+ - Fix validation URL for remote Knowledge Graphs.
19+ - Fix the ``HALKWalker `` walking strategy.
20+ - Fix the DFS algorithm of ``RandomWalker `` and ``CommunityWalker `` to return
21+ duplicate walks and prevent a different number of walks for the entities.
22+ - Fix the walk extraction with the ``with_reverse `` parameter for the different
23+ walking strategies.
24+
25+ Added
26+ ^^^^^
27+
28+ - Add the ``_post_extract `` private method in the ``Walker `` class for a post
29+ processing of walks by a walking strategy.
30+
31+ Changed
32+ ^^^^^^^
33+
34+ - Replace the default minimum frequency thresholds of a hop to keep with
35+ ``HALKWalker `` (0.001 -> 0.01).
36+ - Drop support for Python 3.7.0
37+ - Remove ``negative=20 `` and ``vector_size=500 `` for Word2Vec.
38+
1390.2.2 (2021-04-02)
240-------------------
341
You can’t perform that action at this time.
0 commit comments