Skip to content

Commit 57831a5

Browse files
committed
Bump Version [run doc] [skip test]
1 parent 203b87f commit 57831a5

File tree

9 files changed

+36
-19
lines changed

9 files changed

+36
-19
lines changed

CHANGELOG

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
=======
2+
6.1.0
3+
=======
4+
---------------------------
5+
New Features & Enhancements
6+
---------------------------
7+
8+
* [SPARKNLP-1189] Introducing Phi4
9+
* [SPARKNLP-1259] Introducing Reader2Doc Annotator
10+
* [SPARKNLP-1194] Upgrade jsl-llamacpp to newest version
11+
12+
---------
13+
Bug Fixes
14+
---------
15+
* Fix HuggingFace_OpenVINO_in_Spark_NLP_Qwen2VL.ipynb
16+
117
=======
218
6.0.5
319
=======

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $ java -version
6363
$ conda create -n sparknlp python=3.7 -y
6464
$ conda activate sparknlp
6565
# spark-nlp by default is based on pyspark 3.x
66-
$ pip install spark-nlp==6.0.5 pyspark==3.3.1
66+
$ pip install spark-nlp==6.1.0 pyspark==3.3.1
6767
```
6868

6969
In Python console or Jupyter `Python3` kernel:
@@ -129,11 +129,11 @@ For a quick example of using pipelines and models take a look at our official [d
129129

130130
### Apache Spark Support
131131

132-
Spark NLP *6.0.5* has been built on top of Apache Spark 3.4 while fully supports Apache Spark 3.0.x, 3.1.x, 3.2.x, 3.3.x, 3.4.x, and 3.5.x
132+
Spark NLP *6.1.0* has been built on top of Apache Spark 3.4 while fully supports Apache Spark 3.0.x, 3.1.x, 3.2.x, 3.3.x, 3.4.x, and 3.5.x
133133

134134
| Spark NLP | Apache Spark 3.5.x | Apache Spark 3.4.x | Apache Spark 3.3.x | Apache Spark 3.2.x | Apache Spark 3.1.x | Apache Spark 3.0.x | Apache Spark 2.4.x | Apache Spark 2.3.x |
135135
|-----------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------|
136-
| 6.0.x | YES | YES | YES | YES | YES | YES | NO | NO |
136+
| 6.x.x and up | YES | YES | YES | YES | YES | YES | NO | NO |
137137
| 5.5.x | YES | YES | YES | YES | YES | YES | NO | NO |
138138
| 5.4.x | YES | YES | YES | YES | YES | YES | NO | NO |
139139
| 5.3.x | YES | YES | YES | YES | YES | YES | NO | NO |
@@ -159,24 +159,25 @@ Find out more about 4.x `SparkNLP` versions in our official [documentation](http
159159

160160
### Databricks Support
161161

162-
Spark NLP 6.0.5 has been tested and is compatible with the following runtimes:
162+
Spark NLP 6.1.0 has been tested and is compatible with the following runtimes:
163163

164164
| **CPU** | **GPU** |
165165
|--------------------|--------------------|
166166
| 14.1 / 14.1 ML | 14.1 ML & GPU |
167167
| 14.2 / 14.2 ML | 14.2 ML & GPU |
168168
| 14.3 / 14.3 ML | 14.3 ML & GPU |
169169
| 15.0 / 15.0 ML | 15.0 ML & GPU |
170-
| 15.1 / 15.0 ML | 15.1 ML & GPU |
171-
| 15.2 / 15.0 ML | 15.2 ML & GPU |
172-
| 15.3 / 15.0 ML | 15.3 ML & GPU |
173-
| 15.4 / 15.0 ML | 15.4 ML & GPU |
170+
| 15.1 / 15.1 ML | 15.1 ML & GPU |
171+
| 15.2 / 15.2 ML | 15.2 ML & GPU |
172+
| 15.3 / 15.3 ML | 15.3 ML & GPU |
173+
| 15.4 / 15.4 ML | 15.4 ML & GPU |
174+
| 16.4 / 16.4 ML | 16.4 ML & GPU |
174175

175176
We are compatible with older runtimes. For a full list check databricks support in our official [documentation](https://sparknlp.org/docs/en/install#databricks-support)
176177

177178
### EMR Support
178179

179-
Spark NLP 6.0.5 has been tested and is compatible with the following EMR releases:
180+
Spark NLP 6.1.0 has been tested and is compatible with the following EMR releases:
180181

181182
| **EMR Release** |
182183
|--------------------|

python/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $ java -version
6363
$ conda create -n sparknlp python=3.7 -y
6464
$ conda activate sparknlp
6565
# spark-nlp by default is based on pyspark 3.x
66-
$ pip install spark-nlp==6.0.5 pyspark==3.3.1
66+
$ pip install spark-nlp==6.1.0 pyspark==3.3.1
6767
```
6868

6969
In Python console or Jupyter `Python3` kernel:
@@ -129,7 +129,7 @@ For a quick example of using pipelines and models take a look at our official [d
129129

130130
### Apache Spark Support
131131

132-
Spark NLP *6.0.5* has been built on top of Apache Spark 3.4 while fully supports Apache Spark 3.0.x, 3.1.x, 3.2.x, 3.3.x, 3.4.x, and 3.5.x
132+
Spark NLP *6.1.0* has been built on top of Apache Spark 3.4 while fully supports Apache Spark 3.0.x, 3.1.x, 3.2.x, 3.3.x, 3.4.x, and 3.5.x
133133

134134
| Spark NLP | Apache Spark 3.5.x | Apache Spark 3.4.x | Apache Spark 3.3.x | Apache Spark 3.2.x | Apache Spark 3.1.x | Apache Spark 3.0.x | Apache Spark 2.4.x | Apache Spark 2.3.x |
135135
|-----------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------|
@@ -159,7 +159,7 @@ Find out more about 4.x `SparkNLP` versions in our official [documentation](http
159159

160160
### Databricks Support
161161

162-
Spark NLP 6.0.5 has been tested and is compatible with the following runtimes:
162+
Spark NLP 6.1.0 has been tested and is compatible with the following runtimes:
163163

164164
| **CPU** | **GPU** |
165165
|--------------------|--------------------|
@@ -176,7 +176,7 @@ We are compatible with older runtimes. For a full list check databricks support
176176

177177
### EMR Support
178178

179-
Spark NLP 6.0.5 has been tested and is compatible with the following EMR releases:
179+
Spark NLP 6.1.0 has been tested and is compatible with the following EMR releases:
180180

181181
| **EMR Release** |
182182
|--------------------|

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# project code, see
4242
# https://packaging.python.org/en/latest/single_source_version.html
4343

44-
version='6.0.5', # Required
44+
version='6.1.0', # Required
4545

4646
# This is a one-line description or tagline of what your project does. This
4747
# corresponds to the 'Summary' metadata field:

python/sparknlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
annotators = annotator
6767
embeddings = annotator
6868

69-
__version__ = "6.0.5"
69+
__version__ = "6.1.0"
7070

7171

7272
def start(gpu=False,

scripts/colab_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#default values for pyspark, spark-nlp, and SPARK_HOME
4-
SPARKNLP="6.0.5"
4+
SPARKNLP="6.1.0"
55
PYSPARK="3.4.4"
66

77
while getopts s:p:g option; do

scripts/kaggle_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#default values for pyspark, spark-nlp, and SPARK_HOME
4-
SPARKNLP="6.0.5"
4+
SPARKNLP="6.1.0"
55
PYSPARK="3.2.3"
66

77
while getopts s:p:g option

scripts/sagemaker_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Default values for pyspark, spark-nlp, and SPARK_HOME
4-
SPARKNLP="6.0.5"
4+
SPARKNLP="6.1.0"
55
PYSPARK="3.2.3"
66

77
echo "Setup SageMaker for PySpark $PYSPARK and Spark NLP $SPARKNLP"

src/main/scala/com/johnsnowlabs/util/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
package com.johnsnowlabs.util
1818

1919
object Build {
20-
val version: String = "6.0.5"
20+
val version: String = "6.1.0"
2121
}

0 commit comments

Comments
 (0)