Skip to content

Commit 35d0378

Browse files
authored
Release/6.3.0 (#2103)
* add CdaDeIdentification to medical module * upgrade library versions * update release notes
1 parent 21b2bee commit 35d0378

File tree

3 files changed

+28
-9
lines changed

3 files changed

+28
-9
lines changed

docs/en/jsl/jsl_release_notes.md

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

1818

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

2038

2139
## 6.2.0

johnsnowlabs/medical.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
BertForAssertionClassification,
107107
FhirDeIdentification,
108108
AnnotationConverter,
109-
MetadataAnnotationConverter
109+
MetadataAnnotationConverter,
110+
CdaDeIdentification
110111
)
111112
from sparknlp_jsl.structured_deidentification import StructuredDeidentification
112113
from sparknlp_jsl.text_to_documents_columns import TextToDocumentsColumns

johnsnowlabs/settings.py

Lines changed: 8 additions & 8 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 = "6.2.0"
13+
raw_version_jsl_lib = "6.3.0"
1414

15-
raw_version_nlp = "6.2.0"
15+
raw_version_nlp = "6.3.2"
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 = "6.2.0"
24-
raw_version_secret_medical = "6.2.0"
23+
raw_version_medical = "6.3.0"
24+
raw_version_secret_medical = "6.3.0"
2525

26-
raw_version_secret_ocr = "6.1.0"
27-
raw_version_ocr = "6.1.0"
26+
raw_version_secret_ocr = "6.3.0"
27+
raw_version_ocr = "6.3.0"
2828

2929
raw_version_pydantic = "2"
3030

@@ -88,9 +88,9 @@
8888

8989
# emr settings
9090
emr_cluster_name = "John-Snow-Labs-EMR-Auto-Cluster🚀"
91-
emr_release_label = "emr-6.5.0"
91+
emr_release_label = "emr-7.12.0"
9292
emr_instance_type = "m4.4xlarge"
93-
emr_instance_count = 3
93+
emr_instance_count = 1
9494
emr_applications = ["Hadoop", "Spark", "Livy", "JupyterEnterpriseGateway"]
9595
emr_default_instance_profile = "EMR_EC2_DefaultRole"
9696
emr_default_service_role = "EMR_DefaultRole"

0 commit comments

Comments
 (0)