Skip to content

Commit 7d770e4

Browse files
committed
Updated CHANGELOG
1 parent c4d5b2d commit 7d770e4

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

CHANGELOG

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
---------------
55
Overview
66
---------------
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.
1110
We welcome your feedback in our Slack channels, as always!
1211

1312
---------------
@@ -17,6 +16,8 @@ New Features
1716
* New annotator PositionFinder consumes OCRHelper positions to return rectangle coordinates for CHUNK annotator types
1817
* Evaluation module now also ported to Python
1918
* 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
2021
* Progress bar report when downloading models and loading embeddings
2122

2223
---------------
@@ -26,6 +27,23 @@ Enhancements
2627
* Models and pipeline cache now more efficiently managed and includes CRC (not retroactive)
2728
* Finisher and LightPipeline now deal with embeddings properly, including them in pre processed result (Thank you Will Held)
2829
* 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
2947

3048
---------------
3149
Bugfixes

0 commit comments

Comments
 (0)