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
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,29 @@
1
+
========
2
+
1.7.1
3
+
========
4
+
---------------
5
+
Overview
6
+
---------------
7
+
Thanks to our slack community (Bryan Wilkinson, @maziyarpanahi, @apiltamang), a few bugs been pointed out very quickly from 1.7.0 release. This hotfix fixes an embeddings deserialization issue when cache_pretrained is located on a distributed filesystem.
8
+
Also, fixes some path resolution in Windows OS. Thanks to Maziyar, .gitattributes been added in order to identify proper languages in GitHub.
9
+
Finally, 1.7.1 adds a missing annotator from 1.7.0 Chunk2Doc, which converts CHUNK types into DOCUMENT types, for further retokenization or other annotations.
10
+
11
+
---------------
12
+
Enhancements
13
+
---------------
14
+
* Chunk2Doc annotator converts annotatorType from CHUNK to DOCUMENT
15
+
16
+
---------------
17
+
Bugfixes
18
+
---------------
19
+
* Fixed embedding-based annotators deserialization error when cache_pretrained is on distributed fs (Thanks Bryan Wilkinson for pointing out issue and testing fix)
20
+
* Fixed windows path reading when deserializing embeddings (Thanks @apiltamang)
21
+
22
+
---------------
23
+
Other
24
+
---------------
25
+
* .gitattributes added in order to properly discard jupyter as main language for GitHub repo (thanks @maziyarpanahi)
<p><spanclass="label label-warning">2018 Oct 13th - Update!</span> 1.7.0 Released! Word embeddings decoupled from annotators and better Windows support</p>
81
+
<p><spanclass="label label-warning">2018 Oct 19th - Update!</span> 1.7.1 Released! Word embeddings decoupled from annotators and better Windows support</p>
0 commit comments