Skip to content

Commit

Permalink
update versions and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
C-K-Loan committed Mar 8, 2024
1 parent 09190fc commit 6250d13
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
14 changes: 7 additions & 7 deletions docs/en/jsl/jsl_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ sidebar:
See [Github Releases](https://github.com/JohnSnowLabs/johnsnowlabs/releases) for detailed information on Release History and Features


# 5.2.7
Release date: 2-15-2023
# 5.3.0
Release date: 3-8-2023

The John Snow Labs 5.2.7 Library released with the following pre-installed and recommended dependencies
The John Snow Labs 5.3.0 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.1.2` |
| [Enterprise NLP](https://nlp.johnsnowlabs.com/docs/en/licensed_annotators) | `5.2.1` |
| [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` |
| [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.1.4` |
| [NLU](https://github.com/JohnSnowLabs/nlu/releases) | `5.3.0` |
| [Spark-NLP-Display](https://sparknlp.org/docs/en/display) | `4.4` |
| [Spark-NLP](https://github.com/JohnSnowLabs/spark-nlp/releases/) | `5.2.2` |
| [Spark-NLP](https://github.com/JohnSnowLabs/spark-nlp/releases/) | `5.3.0` |
| [Pyspark](https://spark.apache.org/docs/latest/api/python/) | `3.4.0` |


Expand Down
8 changes: 6 additions & 2 deletions johnsnowlabs/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
raw_version_jsl_lib = "5.3.0"


raw_version_nlp = "5.3.1"
raw_version_nlp = "5.3.0"

raw_version_nlu = "5.1.5rc1"
raw_version_nlu = "5.3.0"


raw_version_pyspark = "3.4.0"
Expand Down Expand Up @@ -72,6 +72,9 @@
dbfs_home_dir = "dbfs:/johnsnowlabs"
dbfs_java_dir = f"{dbfs_home_dir}/java_installs"
dbfs_py_dir = f"{dbfs_home_dir}/py_installs"
# dbfs_license_path = "/johnsnowlabs/license.json"
dbfs_license_path = f"{dbfs_home_dir}/license.json"
dbfs_info_path = f"{dbfs_home_dir}/info.json"
db_py_jobs_dir = f"{dbfs_home_dir}/py_jobs"
db_py_notebook_dir = f"{dbfs_home_dir}/py_notebook_jobs"
db_jar_jobs_dir = f"{dbfs_home_dir}/jar_jobs"
Expand Down Expand Up @@ -99,3 +102,4 @@

# Local Spark mode
spark_session_name = "John-Snow-Labs-Spark-Session 🚀"

0 comments on commit 6250d13

Please sign in to comment.