Skip to content

Commit

Permalink
update BandedMatrices.jl to v1 (#227)
Browse files Browse the repository at this point in the history
* allow BandedMatrices v1

* bump version
  • Loading branch information
ranocha committed Oct 4, 2023
1 parent 6316529 commit 03fc462
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SummationByPartsOperators"
uuid = "9f78cca6-572e-554e-b819-917d2f1cf240"
author = ["Hendrik Ranocha"]
version = "0.5.50"
version = "0.5.51"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down Expand Up @@ -38,7 +38,7 @@ SummationByPartsOperatorsStructArraysExt = "StructArrays"
[compat]
ArgCheck = "1, 2.0"
AutoHashEquals = "0.2, 1, 2"
BandedMatrices = "0.17"
BandedMatrices = "0.17, 1"
DiffEqCallbacks = "2"
FFTW = "1"
ForwardDiff = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"

[compat]
BandedMatrices = "0.15, 0.16, 0.17"
BandedMatrices = "0.15, 0.16, 0.17, 1"
BenchmarkTools = "0.5, 0.7, 1.0 - 1.2.0, 1.2.2"
DiffEqOperators = "4.26"
Documenter = "1"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.5, 0.6, 0.7"
BandedMatrices = "0.15, 0.16, 0.17"
BandedMatrices = "0.15, 0.16, 0.17, 1"
DiffEqCallbacks = "2"
ForwardDiff = "0.10"
OrdinaryDiffEq = "5, 6"
Expand Down

2 comments on commit 03fc462

@ranocha
Copy link
Owner Author

@ranocha ranocha commented on 03fc462 Oct 4, 2023

Choose a reason for hiding this comment

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

@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/92752

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 v0.5.51 -m "<description of version>" 03fc4629874eb8337a7af79389043c18e8a83fff
git push origin v0.5.51

Please sign in to comment.