Skip to content

Commit fd2f732

Browse files
Release/552 (#1658)
* spark-nlp-jsl==5.5.1 compatibility (#1644) * wait until UDF ready feature, automated docker repo login and minor … (#1589) * wait until UDF ready feature, automated docker repo login and minor refactors * remove credentials log * less verbose logging * snowflake UDF Creation tutorial notebook added * snowflake docs update * update nb * bump version * bump version * spark-nlp-jsl==5.5.1 compatibility --------- Co-authored-by: Christian Kasim Loan <christian.kasim.loan@gmail.com> * update docs * bump OCR version * bump version --------- Co-authored-by: Mehmet Butgul <109360261+mehmetbutgul@users.noreply.github.com>
1 parent 883d23d commit fd2f732

File tree

5 files changed

+35
-6
lines changed

5 files changed

+35
-6
lines changed

docs/en/jsl/jsl_release_notes.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,26 @@ sidebar:
1616
See [Github Releases](https://github.com/JohnSnowLabs/johnsnowlabs/releases) for detailed information on Release History and Features
1717

1818

19+
20+
## 5.5.2
21+
Release date: 12-05-2024
22+
23+
The John Snow Labs 5.5.2 Library released with the following pre-installed and recommended dependencies
24+
25+
{:.table-model-big}
26+
| Library | Version |
27+
|-----------------------------------------------------------------------------------------|------------|
28+
| [Visual NLP](https://nlp.johnsnowlabs.com/docs/en/spark_ocr_versions/ocr_release_notes) | `5.4.2` |
29+
| [Enterprise NLP](https://nlp.johnsnowlabs.com/docs/en/licensed_annotators) | `5.5.1` |
30+
| [Finance NLP](https://nlp.johnsnowlabs.com/docs/en/financial_release_notes) | `1.X.X` |
31+
| [Legal NLP](https://nlp.johnsnowlabs.com/docs/en/legal_release_notes) | `1.X.X` |
32+
| [NLU](https://github.com/JohnSnowLabs/nlu/releases) | `5.4.1` |
33+
| [Spark-NLP-Display](https://sparknlp.org/docs/en/display) | `5.0` |
34+
| [Spark-NLP](https://github.com/JohnSnowLabs/spark-nlp/releases/) | `5.5.1` |
35+
| [Pyspark](https://spark.apache.org/docs/latest/api/python/) | `3.4.0` |
36+
37+
38+
1939
## 5.5.1
2040
Release date: 11-17-2024
2141

johnsnowlabs/finance.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@
125125
DocumentFiltererByNER,
126126
REChunkMerger,
127127
ContextualEntityFilterer,
128+
ContextualEntityRuler,
129+
PretrainedZeroShotNER,
130+
StructuredJsonConverter,
128131
)
129132

130133
from sparknlp_jsl.modelTracer import ModelTracer

johnsnowlabs/legal.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@
123123
DocumentFiltererByNER,
124124
REChunkMerger,
125125
ContextualEntityFilterer,
126+
ContextualEntityRuler,
127+
PretrainedZeroShotNER,
128+
StructuredJsonConverter,
126129
)
127130
from sparknlp_jsl.modelTracer import ModelTracer
128131
from sparknlp_jsl.pipeline_tracer import PipelineTracer

johnsnowlabs/medical.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
DocumentFiltererByNER,
101101
REChunkMerger,
102102
ContextualEntityFilterer,
103+
ContextualEntityRuler,
104+
PretrainedZeroShotNER,
105+
StructuredJsonConverter,
103106
)
104107
from sparknlp_jsl.structured_deidentification import StructuredDeidentification
105108
from sparknlp_jsl.text_to_documents_columns import TextToDocumentsColumns

johnsnowlabs/settings.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010

1111
# These versions are used for auto-installs and version checks
1212

13-
raw_version_jsl_lib = "5.5.1"
13+
raw_version_jsl_lib = "5.5.2"
1414

15-
raw_version_nlp = "5.5.0"
15+
raw_version_nlp = "5.5.1"
1616

1717
raw_version_nlu = "5.4.1"
1818

1919

2020
raw_version_pyspark = "3.4.0"
2121
raw_version_nlp_display = "5.0"
2222

23-
raw_version_medical = "5.5.0"
24-
raw_version_secret_medical = "5.5.0"
23+
raw_version_medical = "5.5.1"
24+
raw_version_secret_medical = "5.5.1"
2525

26-
raw_version_secret_ocr = "5.4.1"
27-
raw_version_ocr = "5.4.1"
26+
raw_version_secret_ocr = "5.4.2"
27+
raw_version_ocr = "5.4.2"
2828

2929
raw_version_pydantic = "2"
3030

0 commit comments

Comments
 (0)