Releases: JuliaSymbolics/Symbolics.jl
Releases · JuliaSymbolics/Symbolics.jl
v0.1.4
v0.1.3
Symbolics v0.1.3
Closed issues:
- Get a logo for the organization (#61)
solve_for
seems to be broken (#74)- Calling
substitute
producesno method matching haskey...
(#77)
Merged pull requests:
- add simple plot recipe (#67) (@jverzani)
- CompatHelper: add new compat entry for "RecipesBase" at version "1.1" (#68) (@github-actions[bot])
- "Parameters" macro isn't defined for Symbolics? (#71) (@B-LIE)
- Build Function Rewrites (#72) (@cadojo)
- Make threading work inside RuntimeGeneratedFunctions (#75) (@shashi)
- Fix build_function for MATLAB and specific test for MATLAB codegen (#79) (@ChrisRackauckas)
v0.1.2
v0.1.1
Symbolics v0.1.1
v0.1.0
Symbolics v0.1.0
Closed issues:
- Parsing of array functions (#33)
- Parse
-1 <= x^2 + y^2 <= 1
(#35) - Discussion: The problem with Expression <: Number, and a proposed fix (#38)
- Complex functions (#34)
- Variable typing: better handling of the internal datatype (#40)
- Inversion of symbolic StaticMatrix broken for sizes larger than 4x4 (#17)
- Derivative of conj? (#11)
- Define intersection and union (#12)
- Pretty print symbolic matrix (#10)
- No method matching -(::Variable...) (#28)
- Registering ∈ does not work completely (#24)
- Get variables from an array of terms gives an empty set (#21)
- Simplify exp(x/2)^2 (#2)
- build_function() fails when processing sparse Jacobian, but not sparse Hessian (#49)
- Feature Request: complex variables (#18)
- Define variable as 'real' (#20)
- toexpr() return function of operator in AST instead Symbol (#19)
- checkbounds kwarg in build_function not behaving properly (#50)
- Register (#55)
Merged pull requests:
- Throw together a README (#51) (@ChrisRackauckas)
- transfer MTK docs (#52) (@ChrisRackauckas)
- CompatHelper: add new compat entry for "SciMLBase" at version "1.8" (#53) (@github-actions[bot])
- CompatHelper: add new compat entry for "AbstractAlgebra" at version "0.13" (#54) (@github-actions[bot])
- transfer MTK docs (#56) (@ChrisRackauckas)
- fix tests? (#57) (@ChrisRackauckas)
- Remove Constant in the docs (#62) (@YingboMa)