-
Notifications
You must be signed in to change notification settings - Fork 2
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 LazyArrays to 1, (keep existing compat) (…
…#26) * CompatHelper: bump compat for LazyArrays to 1, (keep existing compat) * Bump compat bounds for ArrayLayouts, BlockBandedMatrices & FillArrays * Bumped version * Added Dependabot; bumped Github Actions versions * Transitioned documentation plots to Python{Call,Plot} --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Stefanos Carlström <[email protected]>
- Loading branch information
1 parent
0d5bdc2
commit 3709c62
Showing
7 changed files
with
61 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "weekly" |
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 |
---|---|---|
|
@@ -3,3 +3,5 @@ | |
*.jl.mem | ||
*~ | ||
/docs/src/figures/ | ||
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 = "AtomicStructure" | ||
uuid = "e24b7630-0518-11e9-1346-1188d3abce50" | ||
authors = ["Stefanos Carlström <[email protected]>"] | ||
version = "0.1.7" | ||
version = "0.1.8" | ||
|
||
[deps] | ||
AngularMomentumAlgebra = "0bb1b1ac-0216-11e9-361b-bb110c659ce1" | ||
|
@@ -40,22 +40,22 @@ WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b" | |
[compat] | ||
AngularMomentumAlgebra = "0.1, 0.2, 0.3" | ||
ArnoldiMethod = "0.2" | ||
ArrayLayouts = "0.7, 0.8" | ||
ArrayLayouts = "0.7, 0.8, 1" | ||
AtomicLevels = "0.1.3" | ||
BandedMatrices = "0.16, 0.17" | ||
BlockBandedMatrices = "0.11" | ||
BlockBandedMatrices = "0.11, 0.12" | ||
CompactBases = "0.3.9" | ||
Compat = "3.27, 4" | ||
ContinuumArrays = "0.10, 0.11, 0.12" | ||
CoulombIntegrals = "0.1.1" | ||
Crayons = "4.0" | ||
EnergyExpressions = "0.1" | ||
FillArrays = "0.12, 0.13" | ||
FillArrays = "0.12, 0.13, 1" | ||
Formatting = "0.4" | ||
HalfIntegers = "1.3" | ||
IntervalSets = "0.5, 0.6, 0.7" | ||
IterativeSolvers = "0.9" | ||
LazyArrays = "0.22" | ||
LazyArrays = "0.22, 1" | ||
LineSearches = "7" | ||
Optim = "1.7" | ||
PrettyTables = "2" | ||
|
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[deps] | ||
matplotlib = ">=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
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
3709c62
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()
3709c62
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/81383
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: