-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate from BSplineKit to DataInterpolations, provide `PolynomialSpl…
…ine`
- Loading branch information
1 parent
b58fce9
commit 185bd76
Showing
7 changed files
with
53 additions
and
21 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
name = "FinanceModels" | ||
uuid = "77f2ae65-bdde-421f-ae9d-22f1af19dd76" | ||
authors = ["Alec Loudenback <[email protected]> and contributors"] | ||
version = "4.7.0" | ||
version = "4.8.0" | ||
|
||
[deps] | ||
AccessibleOptimization = "d88a00a0-4a21-4fe4-a515-e2123c37b885" | ||
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" | ||
BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a" | ||
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0" | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
FinanceCore = "b9b1ffdd-6612-4b69-8227-7663be06e089" | ||
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953" | ||
|
@@ -29,7 +29,7 @@ FinanceModelsMakieCoreExt = "MakieCore" | |
[compat] | ||
AccessibleOptimization = "^0.1.1" | ||
Accessors = "^0.1" | ||
BSplineKit = "^0.16, 0.17" | ||
DataInterpolations = "^4.7.1" | ||
Dates = "^1.6" | ||
FinanceCore = "^2.1" | ||
IntervalSets = "^0.7" | ||
|
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