Skip to content

Commit

Permalink
Merge pull request #13648 from JohnSnowLabs/release/432-release-candi…
Browse files Browse the repository at this point in the history
…date

release/432-release-candidate
  • Loading branch information
maziyarpanahi authored Mar 14, 2023
2 parents b3a1ad8 + 7083b7b commit 6b42627
Show file tree
Hide file tree
Showing 1,429 changed files with 89,742 additions and 118,541 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
========
4.3.2
========
----------------
New Features & Enhancements
----------------
* Add S3 support for CoNLL(), POS(), CoNLLU() training classes https://github.com/JohnSnowLabs/spark-nlp/pull/13596
* Add support for non-schema NER (`I-` or `B-`) tags in NerConverter annotator https://github.com/JohnSnowLabs/spark-nlp/pull/13642
* Improve self-hosted examples with better documentation, Docker examples, no broken links, and more https://github.com/JohnSnowLabs/spark-nlp/pull/13575
* Improve error handling for validation evaluation in ClassifierDL and MultiClassifierDL trainable annotators https://github.com/JohnSnowLabs/spark-nlp/pull/13615

----------------
Bug Fixes
----------------
* Fix `Date2Chunk` and `Chunk2Doc` annotators compatibility with PipelineModel https://github.com/JohnSnowLabs/spark-nlp/pull/13609
* Fix `DependencyParserModel` predicting all Chunks as `<no-type>` https://github.com/JohnSnowLabs/spark-nlp/pull/13620
* Removed `calculationsCol` parameter from MultiDocumentAssembler in Python that doesn't actually exist https://github.com/JohnSnowLabs/spark-nlp/pull/13594


========
4.3.1
========
Expand All @@ -13,6 +32,7 @@ Bug Fixes & Enhancements
* Add `entity` field to the metadata in Date2Chunk
* Fix ViT models & pipelines examples in Models Hub


========
4.3.0
========
Expand Down Expand Up @@ -40,6 +60,7 @@ Bug Fixes & Enhancements
* Fix calculating delimiter id in CamemBERT
* Fix loadSavedModel for private buckets


========
4.2.8
========
Expand Down Expand Up @@ -1031,7 +1052,7 @@ Bugfixes
----------------
Enhancements
----------------
* Improve handeling exceptions in DocumentAssmbler when user uses a corrupted DataFrame
* Improve handling exceptions in DocumentAssmbler when user uses a corrupted DataFrame

========
2.6.4
Expand Down
Loading

0 comments on commit 6b42627

Please sign in to comment.