forked from SciML/OrdinaryDiffEq.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from Shreyas-Ekanathan/upstream
Upstream
- Loading branch information
Showing
25 changed files
with
277 additions
and
170 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "OrdinaryDiffEq" | ||
uuid = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" | ||
authors = ["Chris Rackauckas <[email protected]>", "Yingbo Ma <[email protected]>"] | ||
version = "6.89.0" | ||
version = "6.90.1" | ||
|
||
[deps] | ||
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" | ||
|
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 = "OrdinaryDiffEqCore" | ||
uuid = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" | ||
authors = ["ParamThakkar123 <[email protected]>"] | ||
version = "1.10.0" | ||
version = "1.11.0" | ||
|
||
[deps] | ||
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" | ||
|
@@ -49,7 +49,7 @@ Accessors = "0.1.36" | |
Adapt = "3.0, 4" | ||
ArrayInterface = "7" | ||
DataStructures = "0.18" | ||
DiffEqBase = "6.157" | ||
DiffEqBase = "6.160" | ||
DiffEqDevTools = "2.44.4" | ||
DocStringExtensions = "0.9" | ||
EnumX = "1" | ||
|
@@ -70,7 +70,7 @@ Random = "<0.0.1, 1" | |
RecursiveArrayTools = "2.36, 3" | ||
Reexport = "1.0" | ||
SafeTestsets = "0.1.0" | ||
SciMLBase = "2.57.2" | ||
SciMLBase = "2.60" | ||
SciMLOperators = "0.3" | ||
SciMLStructures = "1" | ||
SimpleUnPack = "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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "OrdinaryDiffEqDifferentiation" | ||
uuid = "4302a76b-040a-498a-8c04-15b101fed76b" | ||
authors = ["Chris Rackauckas <[email protected]>", "Yingbo Ma <[email protected]>"] | ||
version = "1.1.0" | ||
version = "1.2.0" | ||
|
||
[deps] | ||
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" | ||
|
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,49 +1,39 @@ | ||
name = "OrdinaryDiffEqFIRK" | ||
uuid = "5960d6e9-dd7a-4743-88e7-cf307b64f125" | ||
authors = ["ParamThakkar123 <[email protected]>"] | ||
version = "1.2.0" | ||
version = "1.4.0" | ||
|
||
[deps] | ||
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" | ||
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" | ||
FastPower = "a4df4552-cc26-4903-aec0-212e50a0e84b" | ||
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a" | ||
GenericSchur = "c145ed77-6b09-5dd9-b285-bf645a82121e" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" | ||
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" | ||
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" | ||
OrdinaryDiffEqDifferentiation = "4302a76b-040a-498a-8c04-15b101fed76b" | ||
OrdinaryDiffEqNonlinearSolve = "127b3ac7-2247-4354-8eb6-78cf4e7c58e8" | ||
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45" | ||
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" | ||
Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | ||
RootedTrees = "47965b36-3f3e-11e9-0dcf-4570dfd42a8c" | ||
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961" | ||
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" | ||
|
||
[compat] | ||
DiffEqBase = "6.152.2" | ||
DiffEqDevTools = "2.44.4" | ||
FastBroadcast = "0.3.5" | ||
FastPower = "1" | ||
GenericLinearAlgebra = "0.3.13" | ||
GenericSchur = "0.5.4" | ||
LinearAlgebra = "<0.0.1, 1" | ||
LinearSolve = "2.32.0" | ||
MuladdMacro = "0.2.4" | ||
ODEProblemLibrary = "0.1.8" | ||
OrdinaryDiffEqCore = "1.1" | ||
OrdinaryDiffEqDifferentiation = "<0.0.1, 1" | ||
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1" | ||
Polynomials = "4.0.11" | ||
Random = "<0.0.1, 1" | ||
RecursiveArrayTools = "3.27.0" | ||
Reexport = "1.2.2" | ||
RootedTrees = "2.23.1" | ||
SafeTestsets = "0.1.0" | ||
SciMLOperators = "0.3.9" | ||
Symbolics = "6.15.3" | ||
Test = "<0.0.1, 1" | ||
julia = "1.10" | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
The OrdinaryDiffEq.jl package is licensed under the MIT "Expat" License: | ||
|
||
> Copyright (c) 2016-2020: ChrisRackauckas, Yingbo Ma, Julia Computing Inc, and | ||
> other contributors: | ||
> | ||
> https://github.com/SciML/OrdinaryDiffEq.jl/graphs/contributors | ||
> | ||
> Permission is hereby granted, free of charge, to any person obtaining a copy | ||
> of this software and associated documentation files (the "Software"), to deal | ||
> in the Software without restriction, including without limitation the rights | ||
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
> copies of the Software, and to permit persons to whom the Software is | ||
> furnished to do so, subject to the following conditions: | ||
> | ||
> The above copyright notice and this permission notice shall be included in all | ||
> copies or substantial portions of the Software. | ||
> | ||
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
> SOFTWARE. |
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,35 @@ | ||
name = "OrdinaryDiffEqFIRKGenerator" | ||
uuid = "677d4f02-548a-44fa-8eaf-26579094acaf" | ||
authors = ["ParamThakkar123 <[email protected]>"] | ||
version = "1.0.0" | ||
|
||
[deps] | ||
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a" | ||
GenericSchur = "c145ed77-6b09-5dd9-b285-bf645a82121e" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
OrdinaryDiffEqFIRK = "5960d6e9-dd7a-4743-88e7-cf307b64f125" | ||
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45" | ||
RootedTrees = "47965b36-3f3e-11e9-0dcf-4570dfd42a8c" | ||
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" | ||
|
||
[compat] | ||
DiffEqDevTools = "2.44.4" | ||
GenericLinearAlgebra = "0.3.13" | ||
GenericSchur = "0.5.4" | ||
LinearAlgebra = "<0.0.1, 1" | ||
ODEProblemLibrary = "0.1.8" | ||
OrdinaryDiffEqFIRK = "1" | ||
Polynomials = "4.0.11" | ||
RootedTrees = "2.23.1" | ||
Symbolics = "6.15.3" | ||
julia = "1.10" | ||
|
||
[extras] | ||
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d" | ||
ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[targets] | ||
test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "ODEProblemLibrary"] |
Oops, something went wrong.