Skip to content

Commit

Permalink
Merge pull request #44 from astrolabsoftware/v0.6.0
Browse files Browse the repository at this point in the history
Bumping version -> 0.6.0
  • Loading branch information
JulienPeloton authored Jul 12, 2018
2 parents 306aa16 + ab39a5e commit 670f09d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- [04/2018] **Talk**: Statistical challenges for large-scale structure in the era of LSST, Oxford. [slides](intensitymapping.physics.ox.ac.uk/SCLSS/Slides/Peloton.pdf)
- [05/2018] **Release**: version 0.4.0
- [06/2018] **New location**: spark-fits is an official project of [AstroLab](https://astrolabsoftware.github.io/)!
- [07/2018] **Release**: version 0.5.0
- [07/2018] **Release**: version 0.5.0, 0.6.0

## spark-fits

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.5.0",
version := "0.6.0",
mainClass in Compile := Some("com.astrolabsoftware.sparkfits.ReadFits")
)),
// Name of the application
Expand Down
2 changes: 1 addition & 1 deletion docs/01_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ another version, feel free to contact us.
You can link spark-fits to your project (either `spark-shell` or `spark-submit`) by specifying the coordinates:

```bash
toto:~$ spark-submit --packages "com.github.astrolabsoftware:spark-fits_2.11:0.5.0" <...>
toto:~$ spark-submit --packages "com.github.astrolabsoftware:spark-fits_2.11:0.6.0" <...>
```

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.5.0"
libraryDependencies += "com.github.astrolabsoftware" %% "spark-fits" % "0.6.0"

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

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

```bash
$SPARK_HOME/bin/spark-shell --packages com.github.astrolabsoftware:spark-fits_2.11:0.5.0
$SPARK_HOME/bin/spark-shell --packages com.github.astrolabsoftware:spark-fits_2.11:0.6.0
```

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
$SPARK_HOME/bin/pyspark --packages com.github.astrolabsoftware:spark-fits_2.11:0.5.0
$SPARK_HOME/bin/pyspark --packages com.github.astrolabsoftware:spark-fits_2.11:0.6.0
```

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.5.0">Latest release v0.5.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.6.0">Latest release v0.6.0</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

0 comments on commit 670f09d

Please sign in to comment.