Skip to content

Commit

Permalink
Update readme and version to register
Browse files Browse the repository at this point in the history
  • Loading branch information
victorsndvg committed Oct 25, 2019
1 parent c6cd5ab commit a267da4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GridapPardiso"
uuid = "34aa2546-dee6-11e9-014e-739fa02ec06f"
authors = ["Francesc Verdugo <[email protected]>", "Víctor Sande <[email protected]>"]
version = "0.2.0"
version = "0.3.0"

[deps]
Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ $ apt-get install -y gcc ligomp1

## Notes

Currently **GridapPardiso** only works with `SparseMatrixCSC` matrices. Any other `AbstractMatrix{Float64}` matrix is converted to `SparseMatrixCSC{Float64,Integer}`.
Currently **GridapPardiso** only works with `SparseMatrixCSC` (from [SparseArrays](https://docs.julialang.org/en/v1/stdlib/SparseArrays/)), `SparseMatrixCSR` and `SymSparseMatrixCSR` (from [SparseMatricesCSR](https://gridap.github.io/SparseMatricesCSR.jl/stable/)) matrices. Any other `AbstractMatrix{Float64}` matrix is converted to `SparseMatrixCSC{Float64,Integer}`.

4 comments on commit a267da4

@victorsndvg
Copy link
Contributor 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/4708

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.3.0 -m "<description of version>" a267da46b832c258dcd2e18f96f05ba58d7ea540
git push origin v0.3.0

Also, note the warning: Version 0.3.0 skips over 0.2.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@victorsndvg
Copy link
Contributor 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 updated: JuliaRegistries/General/4708

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.3.0 -m "<description of version>" a267da46b832c258dcd2e18f96f05ba58d7ea540
git push origin v0.3.0

Please sign in to comment.