-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89c50f5
commit eacd116
Showing
2 changed files
with
13 additions
and
14 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 |
---|---|---|
|
@@ -21,7 +21,6 @@ jobs: | |
- Downstream | ||
version: | ||
- '1' | ||
- '1.6' | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
|
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 = "Symbolics" | ||
uuid = "0c5d862f-8b57-4792-8d23-62f2024744c7" | ||
authors = ["Shashi Gowda <[email protected]>"] | ||
version = "5.14.1" | ||
version = "5.15.0" | ||
|
||
[deps] | ||
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" | ||
|
@@ -46,36 +46,36 @@ SymbolicsPreallocationToolsExt = "PreallocationTools" | |
SymbolicsSymPyExt = "SymPy" | ||
|
||
[compat] | ||
ArrayInterface = "6, 7" | ||
ArrayInterface = "7" | ||
Bijections = "0.1" | ||
ConstructionBase = "1.1, 1.2" | ||
ConstructionBase = "1.2" | ||
DataStructures = "0.18" | ||
DiffRules = "1.4" | ||
Distributions = "0.23, 0.24, 0.25" | ||
DocStringExtensions = "0.7, 0.8, 0.9" | ||
Distributions = "0.25" | ||
DocStringExtensions = "0.9" | ||
DomainSets = "0.6" | ||
DynamicPolynomials = "0.5" | ||
Groebner = "0.3, 0.4, 0.5" | ||
Groebner = "0.5" | ||
IfElse = "0.1" | ||
LaTeXStrings = "1.3" | ||
LambertW = "0.4.5" | ||
Latexify = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16" | ||
Latexify = "0.16" | ||
LogExpFunctions = "0.3" | ||
MacroTools = "0.5" | ||
NaNMath = "0.3, 1" | ||
NaNMath = "1" | ||
PrecompileTools = "1" | ||
RecipesBase = "1.1" | ||
Reexport = "0.2, 1" | ||
Reexport = "1" | ||
ReferenceTests = "0.9" | ||
Requires = "1.1" | ||
RuntimeGeneratedFunctions = "0.5.9" | ||
SciMLBase = "1.8, 2" | ||
Setfield = "0.7, 0.8, 1" | ||
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2" | ||
SciMLBase = "2" | ||
Setfield = "1" | ||
SpecialFunctions = "2" | ||
StaticArrays = "1.1" | ||
SymbolicIndexingInterface = "0.3" | ||
SymbolicUtils = "1.4" | ||
julia = "1.6" | ||
julia = "1.10" | ||
|
||
[extras] | ||
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" | ||
|
eacd116
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.
@ChrisRackauckas
Is there a particular reason for such a jump 1.6 -> 1.10 ?
Why so large and why not 1.9 as for MTK ?
eacd116
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.
eacd116
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.
Thanks for clarifying