Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Aug 22, 2018
1 parent 646624d commit 64d8b2c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
9 changes: 8 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
History of LombScargle.jl
=========================

v0.4.0 (2018-08-23)
-------------------

### Breaking Changes

* Support for Julia 0.6 was dropped.

v0.3.1 (2018-07-28)
-------------------

* Minor performance improvements
* New documentation at https://giordano.github.io/LombScargle.jl/latest/
* New documentation at https://juliaastro.github.io/LombScargle.jl/stable/

v0.3.0 (2017-04-29)
-------------------
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,18 @@ here, also with some plots.
Installation
------------

`LombScargle.jl` is available for Julia 0.6 and later versions, and can be
`LombScargle.jl` is available for Julia 0.7 and later versions, and can be
installed with
[Julia built-in package manager](http://docs.julialang.org/en/stable/manual/packages/).
In a Julia session run the commands

```julia
julia> using Pkg
julia> Pkg.update()
julia> Pkg.add("LombScargle")
```

Older versions are also available for Julia 0.4 and 0.5.
Older versions are also available for Julia 0.4-0.6.

Usage
-----
Expand Down Expand Up @@ -250,7 +251,7 @@ Astropy Team.
[travis-url]: https://travis-ci.org/JuliaAstro/LombScargle.jl

[appvey-img]: https://ci.appveyor.com/api/projects/status/vv6mho713fuse6qy/branch/master?svg=true
[appvey-url]: https://ci.appveyor.com/project/JuliaAstro/lombscargle-jl
[appvey-url]: https://ci.appveyor.com/project/giordano/lombscargle-jl

[coveral-img]: https://coveralls.io/repos/github/JuliaAstro/LombScargle.jl/badge.svg?branch=master
[coveral-url]: https://coveralls.io/github/JuliaAstro/LombScargle.jl?branch=master
Expand Down
7 changes: 4 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,24 +87,25 @@ The package provides facilities to:
Installation
------------

`LombScargle.jl` is available for Julia 0.6 and later versions, and can
`LombScargle.jl` is available for Julia 0.7 and later versions, and can
be installed with [Julia built-in package
manager](http://docs.julialang.org/en/stable/manual/packages/). In a
Julia session run the commands

```julia
julia> using Pkg
julia> Pkg.update()
julia> Pkg.add("LombScargle")
```

Older versions are also available for Julia 0.4 and 0.5.
Older versions are also available for Julia 0.4-0.6.

Usage
-----

After installing the package, you can start using it with

``` {.sourceCode .julia}
```julia
using LombScargle
```

Expand Down

0 comments on commit 64d8b2c

Please sign in to comment.