Skip to content

Commit

Permalink
Include more functionality in allowed func set for ljl propfuncs
Browse files Browse the repository at this point in the history
  • Loading branch information
theHenks committed Nov 7, 2024
1 parent 3bf5c54 commit db94013
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ljl_expressions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ const ljl_expr_allowed_funcs = Set([
:sin, :cos, :tan, :asin, :acos, :atan,
:isnan, :isinf, :isfinite,
:all, :any, :broadcast,
:get, :getproperty,
:get, :getproperty, :getindex, :keys, :values, :pairs, :haskey,
:isempty, :length, :size, :first, :last, :findfirst, :findnext, :findall, :filter, :map, :reduce,
:vcat, :hcat, :hvcat, :cat, :reshape, :transpose, :permutedims, :sort, :sortperm, :sortperm,
:value, :uncertainty, :stdscore, :weightedmean,
:±,
:(:), :Symbol, :String, :Int, :Float64, :Bool,
Expand Down

0 comments on commit db94013

Please sign in to comment.