From f7db3b953028d7d319182e86986ede027f1a5ee0 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Thu, 28 Mar 2024 19:36:57 +0530 Subject: [PATCH 1/2] fix: remove `getname(::Symbol)` method, defined in SII now --- src/wrapper-types.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wrapper-types.jl b/src/wrapper-types.jl index 0532c3a24..7701c9b02 100644 --- a/src/wrapper-types.jl +++ b/src/wrapper-types.jl @@ -17,8 +17,6 @@ function set_where(subt, supert) Expr(:where, supert, Ts...) end -SymbolicIndexingInterface.getname(x::Symbol) = x - function SymbolicIndexingInterface.getname(x::Expr) @assert x.head == :curly return x.args[1] From 5c2df343af1ec835a06d852fba21a950a401d76f Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Thu, 28 Mar 2024 20:29:11 +0530 Subject: [PATCH 2/2] build: update version number and SII compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 2da321cfc..8f5ce7ad2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Symbolics" uuid = "0c5d862f-8b57-4792-8d23-62f2024744c7" authors = ["Shashi Gowda "] -version = "5.26.0" +version = "5.27.0" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -81,7 +81,7 @@ SciMLBase = "2" Setfield = "1" SpecialFunctions = "2" StaticArrays = "1.1" -SymbolicIndexingInterface = "0.3.12" +SymbolicIndexingInterface = "0.3.14" SymbolicLimits = "0.2.0" SymbolicUtils = "1.4" julia = "1.10"