Skip to content

Commit

Permalink
only test and release on v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jan 1, 2024
1 parent 89c50f5 commit eacd116
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- Downstream
version:
- '1'
- '1.6'
steps:
- uses: actions/checkout@v4
with:
Expand Down
26 changes: 13 additions & 13 deletions Project.toml
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"
Expand Down Expand Up @@ -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"
Expand Down

3 comments on commit eacd116

@pogudingleb
Copy link

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 ?

@ChrisRackauckas
Copy link
Member Author

@ChrisRackauckas ChrisRackauckas commented on eacd116 Jan 16, 2024 via email

Choose a reason for hiding this comment

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

@pogudingleb
Copy link

Choose a reason for hiding this comment

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

v1.10 is being declared the new LTS in the coming version of Julia (at least, almost certainly given the discussion). Given that and the fact that there were a lot of oddities with v1.10 updates with respect to RAT v3 and SII v0.3, it's both the simplest thing to do and it is the future-proofed bump.

Thanks for clarifying

Please sign in to comment.