-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CompatHelper: bump compat for ArnoldiMethod to 0.4, (keep existing co…
…mpat) (#7) * CompatHelper: bump compat for ArnoldiMethod to 0.4, (keep existing compat) * Updated CompatHelper workflow * Add new compat entry for Statistics * Updated TagBot workflow * Bump version * Imports of targets from ArnoldiMethod.jl * Transitioned documentation plot to Python{Call,Plot} * Upgraded Documenter compat * Fix test --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Stefanos Carlström <[email protected]>
- Loading branch information
1 parent
6dcda7f
commit 11975c4
Showing
14 changed files
with
79 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ | |
/docs/build/ | ||
/docs/site/ | ||
/docs/src/figures/ | ||
/docs/Manifest.toml | ||
.CondaPkg/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "MatrixPolynomials" | ||
uuid = "bd52c179-449c-4965-a404-68b29a447f4b" | ||
authors = ["Stefanos Carlström <[email protected]>"] | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
|
||
[deps] | ||
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d" | ||
|
@@ -14,11 +14,12 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | |
UnicodeFun = "1cfade01-22cf-5700-b092-accc4b62d6e1" | ||
|
||
[compat] | ||
ArnoldiMethod = "0.2.0" | ||
ArnoldiMethod = "0.2.0, 0.4" | ||
Compat = "3.26.0, 4" | ||
Formatting = "0.4" | ||
Parameters = "0.12" | ||
SpecialFunctions = "1.3, 2" | ||
Statistics = "1" | ||
UnicodeFun = "0.4" | ||
julia = "1.3" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
|
||
[compat] | ||
Documenter = "0.25" | ||
Documenter = "1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,11 @@ makedocs(; | |
"Newton polynomials" => "newton_polynomials.md", | ||
"φₖ functions" => "phi_functions.md", | ||
], | ||
repo="https://github.com/jagot/MatrixPolynomials.jl/blob/{commit}{path}#L{line}", | ||
repo=Remotes.GitHub("jagot", "MatrixPolynomials.jl"), | ||
sitename="MatrixPolynomials.jl", | ||
authors="Stefanos Carlström <[email protected]>", | ||
doctest=false, | ||
checkdocs=:exports | ||
) | ||
|
||
deploydocs(; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using PyPlot | ||
using PythonPlot | ||
using Jagot.plotting | ||
plot_style("ggplot") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11975c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
11975c4
There was a problem hiding this comment.
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/101510
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
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: