You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,25 @@
1
+
========
2
+
1.7.2
3
+
========
4
+
---------------
5
+
Overview
6
+
---------------
7
+
Quick release with another hotfix, due to a new found bug when deserializing word embeddings in a distributed fs. Also introduces changes in application.conf reader in order
8
+
to allow run-time changes. Also introduces renaming from EmbeddingsHelper API.
9
+
10
+
---------------
11
+
Bugfixes
12
+
---------------
13
+
* Fixed embeddings deserialization from distributed filesystem (caused due to windows pathfix)
14
+
* Fixed application.conf not reading changes in runtime
15
+
* Added missing remote_locs argument in python pretrained() functions
16
+
* Fixed wrong build version introduced in 1.7.1 to detect proper pretrained models version
17
+
18
+
---------------
19
+
Developer API
20
+
---------------
21
+
* Renamed EmbeddingsHelper functions for more convenience
<p><spanclass="label label-warning">2018 Oct 19th - Update!</span> 1.7.1 Released! Word embeddings decoupled from annotators and better Windows support</p>
81
+
<p><spanclass="label label-warning">2018 Oct 19th - Update!</span> 1.7.2 Released! Word embeddings decoupled from annotators and better Windows support</p>
0 commit comments