Skip to content

Commit 588d2b3

Browse files
C-K-LoanWeichenXu123mehmetbutgul
authored
Release/542 (#1350)
* 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 * bump versions * add missing spark conf * bump versions * fix docker files missing in build * 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>
1 parent 3dbb787 commit 588d2b3

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

docs/en/jsl/jsl_release_notes.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,26 @@ See [Github Releases](https://github.com/JohnSnowLabs/johnsnowlabs/releases) for
1717

1818

1919

20+
# 5.4.2
21+
Release date: 7-30-2024
22+
23+
The John Snow Labs 5.4.2 Library released with the following pre-installed and recommended dependencies
24+
25+
26+
| Library | Version |
27+
|-----------------------------------------------------------------------------------------|------------|
28+
| [Visual NLP](https://nlp.johnsnowlabs.com/docs/en/spark_ocr_versions/ocr_release_notes) | `5.4.0` |
29+
| [Enterprise NLP](https://nlp.johnsnowlabs.com/docs/en/licensed_annotators) | `5.4.0` |
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.1rc1` |
33+
| [Spark-NLP-Display](https://sparknlp.org/docs/en/display) | `5.0` |
34+
| [Spark-NLP](https://github.com/JohnSnowLabs/spark-nlp/releases/) | `5.4.0` |
35+
| [Pyspark](https://spark.apache.org/docs/latest/api/python/) | `3.4.0` |
36+
37+
38+
39+
2040
# 5.4.1
2141
Release date: 7-15-2024
2242

johnsnowlabs/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

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

13-
raw_version_jsl_lib = "5.4.1"
13+
raw_version_jsl_lib = "5.4.2"
1414

1515
raw_version_nlp = "5.4.0"
1616

setup_johnsnowlabs.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
version=johnsnowlabs.settings.raw_version_jsl_lib,
2929
name="johnsnowlabs",
3030
description="The John Snow Labs Library gives you access to all of John Snow Labs Enterprise And Open Source products in an easy and simple manner. Access 10000+ state-of-the-art NLP and OCR models for "
31-
"Finance, Legal and Medical domains. Easily scalable to Spark Cluster ",
31+
"Finance, Legal and Medical domains. Easily scalable to Spark Cluster ",
3232
long_description=long_description,
3333
install_requires=REQUIRED_PKGS,
3434
long_description_content_type="text/markdown",
@@ -50,7 +50,11 @@
5050
keywords="Spark NLP OCR Finance Legal Medical John Snow Labs ",
5151
packages=find_packages(exclude=["test*", "tmp*"]), # exclude=['test']
5252
include_package_data=True,
53-
data_files=[("/johnsnowlabs/auto_install/docker/build",
54-
["./johnsnowlabs/auto_install/docker/build/base_dockerfile"])],
53+
data_files=[
54+
("/johnsnowlabs/auto_install/docker/build",
55+
["./johnsnowlabs/auto_install/docker/build/app.py",
56+
"./johnsnowlabs/auto_install/docker/build/base_dockerfile",
57+
"./johnsnowlabs/auto_install/docker/build/installer.py"]),
58+
],
5559

5660
)

0 commit comments

Comments
 (0)