Skip to content

Commit

Permalink
Release/540 (#1329)
Browse files Browse the repository at this point in the history
* Fix is_running_in_databricks function (#1222)

* init

Signed-off-by: Weichen Xu <weichen.xu@databricks.com>

* update

Signed-off-by: Weichen Xu <weichen.xu@databricks.com>

* update

Signed-off-by: Weichen Xu <weichen.xu@databricks.com>

---------

Signed-off-by: Weichen Xu <weichen.xu@databricks.com>

* bump nlu version

* bumped sparknlp and healthcare to 540

* added new healthcare annotations

* remove VectorDB

* Bump version

---------

Signed-off-by: Weichen Xu <weichen.xu@databricks.com>
Co-authored-by: WeichenXu <weichen.xu@databricks.com>
Co-authored-by: Mehmet Butgul <mehmetbutgulmail@gmail.com>
  • Loading branch information
3 people committed Jul 13, 2024
1 parent dd0a81b commit 4b5cee0
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 25 deletions.
27 changes: 12 additions & 15 deletions docs/en/jsl/jsl_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ See [Github Releases](https://github.com/JohnSnowLabs/johnsnowlabs/releases) for



## 5.3.6
# 5.3.6
Release date: 5-22-2024

The John Snow Labs 5.3.6 Library released with the following pre-installed and recommended dependencies
The John Snow Labs 5.3.5 Library released with the following pre-installed and recommended dependencies

{:.table-model-big}
| Library | Version |
Expand All @@ -33,10 +33,7 @@ The John Snow Labs 5.3.6 Library released with the following pre-installed and r
| [Spark-NLP-Display](https://sparknlp.org/docs/en/display) | `5.0` |
| [Spark-NLP](https://github.com/JohnSnowLabs/spark-nlp/releases/) | `5.3.2` |
| [Pyspark](https://spark.apache.org/docs/latest/api/python/) | `3.4.0` |



## 5.3.5
# 5.3.5
Release date: 5-11-2024

The John Snow Labs 5.3.5 Library released with the following pre-installed and recommended dependencies
Expand All @@ -55,7 +52,7 @@ The John Snow Labs 5.3.5 Library released with the following pre-installed and r



## 5.3.4
# 5.3.4
Release date: 4-12-2024

The John Snow Labs 5.3.4 Library released with the following pre-installed and recommended dependencies
Expand All @@ -73,7 +70,7 @@ The John Snow Labs 5.3.4 Library released with the following pre-installed and r
| [Pyspark](https://spark.apache.org/docs/latest/api/python/) | `3.4.0` |


## 5.3.3
# 5.3.3
Release date: 4-5-2024

The John Snow Labs 5.3.3 Library released with the following pre-installed and recommended dependencies
Expand All @@ -92,7 +89,7 @@ The John Snow Labs 5.3.3 Library released with the following pre-installed and r



## 5.3.2
# 5.3.2
Release date: 3-13-2024

The John Snow Labs 5.3.2 Library released with the following pre-installed and recommended dependencies
Expand All @@ -112,26 +109,26 @@ The John Snow Labs 5.3.2 Library released with the following pre-installed and r



## 5.3.1
# 5.3.1
Release date: 3-12-2024

The John Snow Labs 5.3.1 Library released with the following pre-installed and recommended dependencies

{:.table-model-big}
| Library | Version |
|-----------------------------------------------------------------------------------------|---------|
| [Visual NLP](https://nlp.johnsnowlabs.com/docs/en/spark_ocr_versions/ocr_release_notes) | `5.3.0` |
| [Enterprise NLP](https://nlp.johnsnowlabs.com/docs/en/licensed_annotators) | `5.3.0` |
| [Visual NLP](https://nlp.johnsnowlabs.com/docs/en/spark_ocr_versions/ocr_release_notes) | `5.1.2` |
| [Enterprise NLP](https://nlp.johnsnowlabs.com/docs/en/licensed_annotators) | `5.2.1` |
| [Finance NLP](https://nlp.johnsnowlabs.com/docs/en/financial_release_notes) | `1.X.X` |
| [Legal NLP](https://nlp.johnsnowlabs.com/docs/en/legal_release_notes) | `1.X.X` |
| [NLU](https://github.com/JohnSnowLabs/nlu/releases) | `5.3.0` |
| [NLU](https://github.com/JohnSnowLabs/nlu/releases) | `5.1.4` |
| [Spark-NLP-Display](https://sparknlp.org/docs/en/display) | `4.4` |
| [Spark-NLP](https://github.com/JohnSnowLabs/spark-nlp/releases/) | `5.3.1` |
| [Pyspark](https://spark.apache.org/docs/latest/api/python/) | `3.4.0` |



## 5.3.0
# 5.3.0
Release date: 3-8-2024

The John Snow Labs 5.3.0 Library released with the following pre-installed and recommended dependencies
Expand Down Expand Up @@ -170,7 +167,7 @@ The John Snow Labs 5.2.8 Library released with the following pre-installed and r



## 5.2.7
# 5.2.7
Release date: 2-15-2024

The John Snow Labs 5.2.7 Library released with the following pre-installed and recommended dependencies
Expand Down
7 changes: 6 additions & 1 deletion johnsnowlabs/finance.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,12 @@
LightDeIdentification,
WindowedSentenceModel,
MultiChunk2Doc,
FewShotAssertionClassifierModel
FewShotAssertionClassifierModel,
FewShotAssertionClassifierApproach,
FewShotAssertionSentenceConverter,
VectorDBPostProcessor,
ContextSplitAssembler,
ContextualAssertion,
)

from sparknlp_jsl.modelTracer import ModelTracer
Expand Down
7 changes: 6 additions & 1 deletion johnsnowlabs/legal.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,12 @@
LightDeIdentification,
WindowedSentenceModel,
MultiChunk2Doc,
FewShotAssertionClassifierModel
FewShotAssertionClassifierModel,
FewShotAssertionClassifierApproach,
FewShotAssertionSentenceConverter,
VectorDBPostProcessor,
ContextSplitAssembler,
ContextualAssertion,
)
from sparknlp_jsl.modelTracer import ModelTracer

Expand Down
8 changes: 7 additions & 1 deletion johnsnowlabs/medical.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,20 @@
LightDeIdentification,
WindowedSentenceModel,
MultiChunk2Doc,
FewShotAssertionClassifierModel
FewShotAssertionClassifierModel,
FewShotAssertionClassifierApproach,
FewShotAssertionSentenceConverter,
VectorDBPostProcessor,
ContextSplitAssembler,
ContextualAssertion,
)
from sparknlp_jsl.structured_deidentification import StructuredDeidentification
from sparknlp_jsl.modelTracer import ModelTracer
from sparknlp_jsl import training_log_parser, Deid
from sparknlp_jsl.training_log_parser import ner_log_parser
from sparknlp_jsl.pipeline_output_parser import PipelineOutputParser
from sparknlp_jsl.updateModels import UpdateModels
from sparknlp_jsl.llm import LLMLoader

from sparknlp_jsl.base import FeaturesAssembler

Expand Down
14 changes: 7 additions & 7 deletions johnsnowlabs/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@



raw_version_jsl_lib = "5.3.6"
raw_version_jsl_lib = "5.4.0"


raw_version_nlp = "5.3.2"
raw_version_nlp = "5.4.0"

raw_version_nlu = "5.3.2"
raw_version_nlu = "5.4.0"


raw_version_pyspark = "3.4.0"
raw_version_nlp_display = "5.0"

raw_version_medical = "5.3.2"
raw_version_secret_medical = "5.3.2"
raw_version_medical = "5.4.0"
raw_version_secret_medical = "5.4.0"

raw_version_secret_ocr = "5.3.2"
raw_version_ocr = "5.3.2"
raw_version_secret_ocr = "5.4.0"
raw_version_ocr = "5.4.0"

raw_version_pydantic = "1.10.11"

Expand Down

0 comments on commit 4b5cee0

Please sign in to comment.