Skip to content

Commit

Permalink
bump version -> v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJuillard committed Sep 15, 2022
1 parent 0084066 commit 176b2fa
Show file tree
Hide file tree
Showing 2 changed files with 3 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 = "FastLapackInterface"
uuid = "29a986be-02c6-4525-aec4-84b980013641"
authors = ["Louis Ponet, Michel Juillard"]
version = "1.2.6"
version = "1.2.7"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ running for some Lapack algorithms:
- Eigen decomposition
- Bunch-Kaufman decomposition
- Cholesky decomposition

- LSE decomposition

The API follows the Base julia `LAPACK` definitions and should thus be very transparent.
There is also a unified interface which returns the right `Workspace` to be used with a given
`LAPACK` function.
Expand Down

2 comments on commit 176b2fa

@MichelJuillard
Copy link
Member 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/68348

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.2.7 -m "<description of version>" 176b2fa036d84b8481ec2f3012c92aebc395dfbd
git push origin v1.2.7

Please sign in to comment.