Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ludvigak authored Oct 29, 2019
1 parent ee0ec85 commit 3fc3c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ GSL.jl

Julia wrapper for the [GNU Scientific
Library](https://www.gnu.org/software/gsl/doc/html/index.html) (GSL), for Julia v1.0+.

**NOTE: There have been major changes to this package since v0.4, which are likely to have introduced compability breaks.**
Currently uses GSL v2.6.

## Structure

Expand All @@ -35,6 +34,7 @@ Parts of GSL are not interfaced to, since they provide functionality already exi
Julia. These are functions with prefixes `gsl_spmatrix_`, `gsl_splinalg_`, `gsl_spblas_`,
`gsl_eigen_`, `gsl_sort`, `gsl_blas_`,
`cblas_`, `gsl_fft_`, and `gsl_linalg_`.
In addition, interfaces to `gsl_bst_` functions are currently missing.

## Examples

Expand Down

2 comments on commit 3fc3c4b

@ludvigak
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/4847

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.0 -m "<description of version>" 3fc3c4b3413469998039d643267bca7c18070e69
git push origin v0.6.0

Please sign in to comment.