diff --git a/docs/en/jsl/jsl_release_notes.md b/docs/en/jsl/jsl_release_notes.md index 36327dcd97..683d5e3f9a 100644 --- a/docs/en/jsl/jsl_release_notes.md +++ b/docs/en/jsl/jsl_release_notes.md @@ -16,6 +16,24 @@ sidebar: See [Github Releases](https://github.com/JohnSnowLabs/johnsnowlabs/releases) for detailed information on Release History and Featuresasdas +## 5.1.5 +Release date: 9-10-2023 + +The John Snow Labs 5.1.5 Library released with the following pre-installed and recommended dependencies + + +| Library | Version | +|---------------------------------------------------------------------------------|---------| +| [Visual NLP](https://nlp.johnsnowlabs.com/docs/en/spark_ocr_versions/ocr_release_notes) | `5.0.1` | +| [Enterprise NLP](https://nlp.johnsnowlabs.com/docs/en/licensed_annotators) | `5.1.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.0.3` | +| [Spark-NLP-Display](https://sparknlp.org/docs/en/display) | `4.4` | +| [Spark-NLP](https://github.com/JohnSnowLabs/spark-nlp/releases/) | `5.1.1` | +| [Pyspark](https://spark.apache.org/docs/latest/api/python/) | `3.1.2` | + + ## 5.1.4 diff --git a/johnsnowlabs/auto_install/databricks/install_utils.py b/johnsnowlabs/auto_install/databricks/install_utils.py index fda36313bc..711860d753 100644 --- a/johnsnowlabs/auto_install/databricks/install_utils.py +++ b/johnsnowlabs/auto_install/databricks/install_utils.py @@ -311,7 +311,6 @@ def uninstall_old_libraries( if fil in path.replace("-", "_"): uninstalls.append({typ: path}) if uninstalls: - print("UNINSTALL ULD STUFF?", uninstalls) db.managed_library.uninstall_libraries( cluster_id=cluster_id, libraries=uninstalls ) diff --git a/johnsnowlabs/settings.py b/johnsnowlabs/settings.py index a732a74e13..1a07c90ec1 100644 --- a/johnsnowlabs/settings.py +++ b/johnsnowlabs/settings.py @@ -12,12 +12,16 @@ -raw_version_jsl_lib = "5.1.4" +raw_version_jsl_lib = "5.1.5" + + raw_version_nlp = "5.1.1" -raw_version_nlu = "5.0.2" + +raw_version_nlu = "5.0.3" + raw_version_pyspark = "3.1.2"