File tree 4 files changed +35
-12
lines changed
4 files changed +35
-12
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,29 @@ See [Github Releases](https://github.com/JohnSnowLabs/johnsnowlabs/releases) for
17
17
18
18
19
19
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
+
20
39
## 5.5.4
21
40
Release date: 1-30-2025
22
41
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
24
43
25
44
{:.table-model-big}
26
45
| Library | Version |
@@ -39,7 +58,7 @@ The John Snow Labs 5.5.2 Library released with the following pre-installed and r
39
58
## 5.5.3
40
59
Release date: 1-20-2025
41
60
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
43
62
44
63
{:.table-model-big}
45
64
| Library | Version |
Original file line number Diff line number Diff line change 10
10
11
11
# These versions are used for auto-installs and version checks
12
12
13
- raw_version_jsl_lib = "5.5.4 "
13
+ raw_version_jsl_lib = "5.5.5 "
14
14
15
- raw_version_nlp = "5.5.2 "
15
+ raw_version_nlp = "5.5.3 "
16
16
17
17
raw_version_nlu = "5.4.1"
18
18
19
19
20
20
raw_version_pyspark = "3.4.0"
21
21
raw_version_nlp_display = "5.0"
22
22
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 "
25
25
26
26
raw_version_secret_ocr = "5.5.0"
27
27
raw_version_ocr = "5.5.0"
Original file line number Diff line number Diff line change 43
43
# Specify the Python versions you support here. In particular, ensure
44
44
# that you indicate whether you support Python 2, Python 3 or both.
45
45
"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" ,
49
51
],
50
52
keywords = "Spark NLP OCR Finance Legal Medical John Snow Labs " ,
51
53
packages = find_packages (exclude = ["test*" , "tmp*" ]), # exclude=['test']
Original file line number Diff line number Diff line change 42
42
# Specify the Python versions you support here. In particular, ensure
43
43
# that you indicate whether you support Python 2, Python 3 or both.
44
44
"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" ,
48
50
],
49
51
keywords = "Spark NLP OCR Finance Legal Medical John Snow Labs " ,
50
52
packages = find_packages (exclude = ["test*" , "tmp*" ]), # exclude=['test']
You can’t perform that action at this time.
0 commit comments