Skip to content

Commit

Permalink
Merge pull request #80 from astrolabsoftware/0.8.1
Browse files Browse the repository at this point in the history
Bump version 0.8.0 -> 0.8.1
  • Loading branch information
JulienPeloton authored May 20, 2019
2 parents 27ad9be + 1e127dc commit 1cc93d6
Show file tree
Hide file tree
Showing 16 changed files with 25 additions and 25 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- [10/2018] **Release**: version 0.7.0, 0.7.1
- [12/2018] **Release**: version 0.7.2
- [03/2019] **Release**: version 0.7.3
- [05/2019] **Release**: version 0.8.0
- [05/2019] **Release**: version 0.8.0, 0.8.1

## spark-fits

Expand All @@ -32,20 +32,20 @@ data sources (CSV, JSON, Avro, Parquet, etc). Note that spark-fits follows Apach

```bash
# Scala 2.11
spark-submit --packages "com.github.astrolabsoftware:spark-fits_2.11:0.8.0" <...>
spark-submit --packages "com.github.astrolabsoftware:spark-fits_2.11:0.8.1" <...>

# Scala 2.12
spark-submit --packages "com.github.astrolabsoftware:spark-fits_2.12:0.8.0" <...>
spark-submit --packages "com.github.astrolabsoftware:spark-fits_2.12:0.8.1" <...>
```

or you can link against this library in your program at the following coordinates in your build.sbt

```scala
// Scala 2.11
libraryDependencies += "com.github.astrolabsoftware" % "spark-fits_2.11" % "0.8.0"
libraryDependencies += "com.github.astrolabsoftware" % "spark-fits_2.11" % "0.8.1"

// Scala 2.12
libraryDependencies += "com.github.astrolabsoftware" % "spark-fits_2.12" % "0.8.0"
libraryDependencies += "com.github.astrolabsoftware" % "spark-fits_2.12" % "0.8.1"
```

Currently available:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import xerial.sbt.Sonatype._
lazy val root = (project in file(".")).
settings(
inThisBuild(List(
version := "0.8.0",
version := "0.8.1",
mainClass in Compile := Some("com.astrolabsoftware.sparkfits.ReadFits")
)),
// Name of the application
Expand Down
4 changes: 2 additions & 2 deletions docs/01_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ You can link spark-fits to your project (either `spark-shell` or `spark-submit`)

```bash
# Scala 2.11
toto:~$ spark-submit --packages "com.github.astrolabsoftware:spark-fits_2.11:0.8.0" <...>
toto:~$ spark-submit --packages "com.github.astrolabsoftware:spark-fits_2.11:0.8.1" <...>

# Scala 2.12
toto:~$ spark-submit --packages "com.github.astrolabsoftware:spark-fits_2.12:0.8.0" <...>
toto:~$ spark-submit --packages "com.github.astrolabsoftware:spark-fits_2.12:0.8.1" <...>
```

It might not contain the latest features though (see *Building from source*).
Expand Down
4 changes: 2 additions & 2 deletions docs/02_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ coordinates in your `build.sbt`:

```scala
// %% will automatically set the Scala version needed for spark-fits
libraryDependencies += "com.github.astrolabsoftware" %% "spark-fits" % "0.8.0"
libraryDependencies += "com.github.astrolabsoftware" %% "spark-fits" % "0.8.1"

// Alternatively you can also specify directly the Scala version, e.g.
libraryDependencies += "com.github.astrolabsoftware" % "spark-fits_2.11" % "0.8.0"
libraryDependencies += "com.github.astrolabsoftware" % "spark-fits_2.11" % "0.8.1"
```

#### Scala 2.10.6 and 2.11.X
Expand Down
8 changes: 4 additions & 4 deletions docs/03_interactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ option. For example, to include it when starting the spark shell:

```bash
# Scala 2.11
$SPARK_HOME/bin/spark-shell --packages com.github.astrolabsoftware:spark-fits_2.11:0.8.0
$SPARK_HOME/bin/spark-shell --packages com.github.astrolabsoftware:spark-fits_2.11:0.8.1

# Scala 2.12
$SPARK_HOME/bin/spark-shell --packages com.github.astrolabsoftware:spark-fits_2.12:0.8.0
$SPARK_HOME/bin/spark-shell --packages com.github.astrolabsoftware:spark-fits_2.12:0.8.1
```

Using `--packages` ensures that this library and its dependencies will
be added to the classpath (make sure you use the latest version). In Python, you would do the same

```bash
# Scala 2.11
$SPARK_HOME/bin/pyspark --packages com.github.astrolabsoftware:spark-fits_2.11:0.8.0
$SPARK_HOME/bin/pyspark --packages com.github.astrolabsoftware:spark-fits_2.11:0.8.1

# Scala 2.12
$SPARK_HOME/bin/pyspark --packages com.github.astrolabsoftware:spark-fits_2.12:0.8.0
$SPARK_HOME/bin/pyspark --packages com.github.astrolabsoftware:spark-fits_2.12:0.8.1
```

Alternatively to have the latest development you can download this repo
Expand Down
2 changes: 1 addition & 1 deletion docs/_pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ header:
cta_url: "/docs/installation/"
caption:
intro:
- excerpt: '<p><font size="6">Distribute FITS data with Apache Spark: Binary tables, images and more!</font></p><br /><a href="https://github.com/astrolabsoftware/spark-fits/releases/tag/0.8.0">Latest release: 0.8.0</a>'
- excerpt: '<p><font size="6">Distribute FITS data with Apache Spark: Binary tables, images and more!</font></p><br /><a href="https://github.com/astrolabsoftware/spark-fits/releases/tag/0.8.1">Latest release: 0.8.1</a>'
excerpt: '{::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=astrolabsoftware&repo=spark-fits&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=astrolabsoftware&repo=spark-fits&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>{:/nomarkdown}'
feature_row:
- image_path:
Expand Down
2 changes: 1 addition & 1 deletion run_image_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SCALA_VERSION=2.11.8
SCALA_VERSION_SPARK=2.11

## Package version
VERSION=0.8.0
VERSION=0.8.1

# Package it
sbt ++${SCALA_VERSION} package
Expand Down
2 changes: 1 addition & 1 deletion run_java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SCALA_VERSION=2.11.8
SCALA_VERSION_SPARK=2.11

## Package version
VERSION=0.8.0
VERSION=0.8.1

# Package it
sbt ++${SCALA_VERSION} package
Expand Down
2 changes: 1 addition & 1 deletion run_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SCALA_VERSION=2.11.8
SCALA_VERSION_SPARK=2.11

## Package version
VERSION=0.8.0
VERSION=0.8.1

# Package it
sbt ++${SCALA_VERSION} package
Expand Down
2 changes: 1 addition & 1 deletion run_python_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SCALA_VERSION=2.11.8
SCALA_VERSION_SPARK=2.11

## Package version
VERSION=0.8.0
VERSION=0.8.1

# Package it
sbt ++${SCALA_VERSION} package
Expand Down
2 changes: 1 addition & 1 deletion run_python_cori.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SCALA_VERSION=2.11.8
SCALA_VERSION_SPARK=2.11

## Package version
VERSION=0.8.0
VERSION=0.8.1

# Package it
sbt ++${SCALA_VERSION} package
Expand Down
2 changes: 1 addition & 1 deletion run_scala-2.11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SCALA_VERSION=2.11.8
SCALA_VERSION_SPARK=2.11

## Package version
VERSION=0.7.3
VERSION=0.8.1

# Package it
sbt ++${SCALA_VERSION} package
Expand Down
2 changes: 1 addition & 1 deletion run_scala-2.12.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SCALA_VERSION=2.12.8
SCALA_VERSION_SPARK=2.12

## Package version
VERSION=0.7.3
VERSION=0.8.1

# Package it
sbt ++${SCALA_VERSION} package
Expand Down
2 changes: 1 addition & 1 deletion run_scala_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SCALA_VERSION=2.11.8
SCALA_VERSION_SPARK=2.11

## Package version
VERSION=0.8.0
VERSION=0.8.1

# Package it
sbt ++${SCALA_VERSION} package
Expand Down
2 changes: 1 addition & 1 deletion run_scala_cluster_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SCALA_VERSION=2.11.8
SCALA_VERSION_SPARK=2.11

## Package version
VERSION=0.8.0
VERSION=0.8.1

# Package it
sbt ++${SCALA_VERSION} package
Expand Down
2 changes: 1 addition & 1 deletion run_scala_cori.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SCALA_VERSION=2.11.8
SCALA_VERSION_SPARK=2.11

## Package version
VERSION=0.8.0
VERSION=0.8.1

# Package it
sbt ++${SCALA_VERSION} package
Expand Down

0 comments on commit 1cc93d6

Please sign in to comment.