Skip to content

Releases: JuliaSymbolics/Symbolics.jl

v0.1.5

09 Mar 18:38
d4e841f
Compare
Choose a tag to compare

Symbolics v0.1.5

Diff since v0.1.4

Closed issues:

  • Symbolic Plot Recipes (#60)
  • latexify error - MethodError: no method matching decompose(::Num) (#91)

Merged pull requests:

v0.1.4

05 Mar 03:22
e2cabe5
Compare
Choose a tag to compare

Symbolics v0.1.4

Diff since v0.1.3

Closed issues:

  • Can't add package? (#86)

Merged pull requests:

  • Tests and fixes for multi-threaded build_function (#81) (@shashi)
  • Fix independent vs dependent mix-up in docs (#83) (@GlenHertz)
  • call unflatten_long_ops in _set_array (#84) (@shashi)
  • Automatically latexify AbstractArray{Num} (#89) (@crstnbr)

v0.1.3

04 Mar 07:30
c91fd37
Compare
Choose a tag to compare

Symbolics v0.1.3

Diff since v0.1.2

Closed issues:

  • Get a logo for the organization (#61)
  • solve_for seems to be broken (#74)
  • Calling substitute produces no 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

01 Mar 23:08
60cd6b8
Compare
Choose a tag to compare

Symbolics v0.1.2

Diff since v0.1.1

Merged pull requests:

v0.1.1

01 Mar 14:39
Compare
Choose a tag to compare

Symbolics v0.1.1

Diff since v0.1.0

v0.1.0

01 Mar 11:14
2aef749
Compare
Choose a tag to compare

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: