Skip to content

Commit 6526f68

Browse files
authored
Release/555 (#1738)
* update supported Python versions * bump versions to 553 and 555 * add jsl-555 release note
1 parent 35ebfca commit 6526f68

File tree

4 files changed

+35
-12
lines changed

4 files changed

+35
-12
lines changed

docs/en/jsl/jsl_release_notes.md

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

1818

1919

20+
## 5.5.5
21+
Release date: 3-14-2025
22+
23+
The John Snow Labs 5.5.5 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.5.0` |
29+
| [Enterprise NLP](https://nlp.johnsnowlabs.com/docs/en/licensed_annotators) | `5.5.3` |
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.3` |
35+
| [Pyspark](https://spark.apache.org/docs/latest/api/python/) | `3.4.0` |
36+
37+
38+
2039
## 5.5.4
2140
Release date: 1-30-2025
2241

23-
The John Snow Labs 5.5.2 Library released with the following pre-installed and recommended dependencies
42+
The John Snow Labs 5.5.4 Library released with the following pre-installed and recommended dependencies
2443

2544
{:.table-model-big}
2645
| Library | Version |
@@ -39,7 +58,7 @@ The John Snow Labs 5.5.2 Library released with the following pre-installed and r
3958
## 5.5.3
4059
Release date: 1-20-2025
4160

42-
The John Snow Labs 5.5.2 Library released with the following pre-installed and recommended dependencies
61+
The John Snow Labs 5.5.3 Library released with the following pre-installed and recommended dependencies
4362

4463
{:.table-model-big}
4564
| Library | Version |

johnsnowlabs/settings.py

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

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

13-
raw_version_jsl_lib = "5.5.4"
13+
raw_version_jsl_lib = "5.5.5"
1414

15-
raw_version_nlp = "5.5.2"
15+
raw_version_nlp = "5.5.3"
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.2"
24-
raw_version_secret_medical = "5.5.2"
23+
raw_version_medical = "5.5.3"
24+
raw_version_secret_medical = "5.5.3"
2525

2626
raw_version_secret_ocr = "5.5.0"
2727
raw_version_ocr = "5.5.0"

setup_johnsnowlabs.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@
4343
# Specify the Python versions you support here. In particular, ensure
4444
# that you indicate whether you support Python 2, Python 3 or both.
4545
"Programming Language :: Python :: 3",
46-
"Programming Language :: Python :: 3.4",
47-
"Programming Language :: Python :: 3.5",
48-
"Programming Language :: Python :: 3.6",
46+
"Programming Language :: Python :: 3.7",
47+
"Programming Language :: Python :: 3.8",
48+
"Programming Language :: Python :: 3.9",
49+
"Programming Language :: Python :: 3.10",
50+
"Programming Language :: Python :: 3.11",
4951
],
5052
keywords="Spark NLP OCR Finance Legal Medical John Snow Labs ",
5153
packages=find_packages(exclude=["test*", "tmp*"]), # exclude=['test']

setup_johnsnowlabs_for_databricks.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@
4242
# Specify the Python versions you support here. In particular, ensure
4343
# that you indicate whether you support Python 2, Python 3 or both.
4444
"Programming Language :: Python :: 3",
45-
"Programming Language :: Python :: 3.4",
46-
"Programming Language :: Python :: 3.5",
47-
"Programming Language :: Python :: 3.6",
45+
"Programming Language :: Python :: 3.7",
46+
"Programming Language :: Python :: 3.8",
47+
"Programming Language :: Python :: 3.9",
48+
"Programming Language :: Python :: 3.10",
49+
"Programming Language :: Python :: 3.11",
4850
],
4951
keywords="Spark NLP OCR Finance Legal Medical John Snow Labs ",
5052
packages=find_packages(exclude=["test*", "tmp*"]), # exclude=['test']

0 commit comments

Comments
 (0)