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
+22-4Lines changed: 22 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,9 @@
4
4
---------------
5
5
Overview
6
6
---------------
7
-
We are so glad to present the first release candidate of this new release. Last time, following a release candidate schedule allowed
8
-
us to move from 2.1.0 straight to 2.2.0! Fortunately, there were no breaking bugs by carefully testing releases alongside the community,
9
-
which ended up in various pull requests.
10
-
This huge release features OCR based coordinate highlighting, BERT embeddings refactor and tuning, more tools for accuracy evaluation in python, and much more.
7
+
We are so glad to present the release candidate of this new release. Last time, following a release candidate schedule proved
8
+
to be a quite effective method to avoid silly bugs right after release! Fortunately, there were no breaking bugs by carefully testing releases alongside the community,
9
+
which ended up in various pull requests. This huge release features OCR based coordinate highlighting, BERT embeddings refactor and tuning, more tools for accuracy evaluation in python, and much more.
11
10
We welcome your feedback in our Slack channels, as always!
12
11
13
12
---------------
@@ -17,6 +16,8 @@ New Features
17
16
* New annotator PositionFinder consumes OCRHelper positions to return rectangle coordinates for CHUNK annotator types
18
17
* Evaluation module now also ported to Python
19
18
* WordEmbeddings now include coverage metadata information and new static functions `withCoverageColumn` and `overallCoverage` offer metric analysis
19
+
* NerDL Now has `includeConfidence` param that enables confidence scores on prediction metadata
20
+
* New Param in BERT `poolingLayer` allows for polling layer selection
20
21
* Progress bar report when downloading models and loading embeddings
21
22
22
23
---------------
@@ -26,6 +27,23 @@ Enhancements
26
27
* Models and pipeline cache now more efficiently managed and includes CRC (not retroactive)
27
28
* Finisher and LightPipeline now deal with embeddings properly, including them in pre processed result (Thank you Will Held)
28
29
* Tokenizer now allows regular expressions in the list of Exceptions (Thank you @atomobianco)
30
+
* PretrainedPipelines now allow function `fullAnnotate` to retrieve fully information of Annotations
31
+
32
+
---------------
33
+
Bugfixes
34
+
---------------
35
+
* Fixed a bug in NerConverter caused by empty entities, returning an error when flushing entities
36
+
* Fixed a bug when creating BERT Models from python, where contrib libraries were not loaded
37
+
* Fixed missing setters for whitelist param in NerConverter
38
+
* Fixed a bug where parameters from a BERT model were incorrectly being read from python because of not being correctly serialized
39
+
40
+
========
41
+
2.1.1
42
+
========
43
+
---------------
44
+
Overview
45
+
---------------
46
+
Thank you so much for your feedback on slack. This release is to extend life length of the 2.1.x release, with important bugfixes from upstrea
0 commit comments