Skip to content

Commit

Permalink
clean up semvers
Browse files Browse the repository at this point in the history
to v0.9.0 for Julia v1.11
  • Loading branch information
JeffreySarnoff committed Mar 21, 2024
1 parent b56b7a2 commit cf85e69
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ uuid = "b0e4dd01-7b14-53d8-9b45-175a3e362653"
repo = "https://github.com/JeffreySarnoff/RollingFunctions.jl.git"
authors = ["Jeffrey Sarnoff and other contributors"]
license = "MIT"
version = "v0.8.0"
version = "v0.9.0"

[deps]
KahanSummation = "8e2b3108-d4c1-50be-a7a2-16352aec75c3"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
KahanSummation = "8e2b3108-d4c1-50be-a7a2-16352aec75c3"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
AccurateArithmetic = "22286c92-06ac-501d-9306-4abd417d9753"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand All @@ -23,10 +23,11 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
test = ["Test"]

[compat]
FastBroadcast = "0.2, 0.3, 0.4"
KahanSummation = "0.3, 0.4"
Statistics = "1.7"
StatsBase = "0.33, 0.34, 0.35, 0.36"
AccurateArithmetic = "0.3.8, 0.3.9, 0.3.10"
Tables = "1.10"
julia = "1.8"
LinearAlgebra = "1.10"
FastBroadcast = "0.2.8 - 0.5"
KahanSummation = "0.3 - 0.5"
StatsBase = "0.34 - 0.50"
AccurateArithmetic = "0.3.8 - 0.5"
Statistics = "1.11"
Tables = "1.11"
julia = "1.10"

0 comments on commit cf85e69

Please sign in to comment.