Symbolics v4.4.0
Closed issues:
- Support for matrix symbols (#94)
- Code from Symbolics.jl tutorial using
Symbolics.MultithreadedForm()
produce an error (#136) Symbolics.value.()
not working onComplex{Num}
(#314)- automated sparse parallelism on m1 (#546)
- get linear terms (#550)
Merged pull requests:
- Fix Sparse Multithreaded Form (#144) (@ChrisRackauckas)
- MultithreadedForm as a special case of ShardedForm (#447) (@shashi)
- CompatHelper: bump compat for TermInterface to 0.3, (keep existing compat) (#551) (@github-actions[bot])
- diff2term: handle elements of symbolic arrays (#552) (@doppioandante)
- fix unwrap on Complex when components are actually Real (#554) (@shashi)
- Fix docs of register_symbolic macro (#556) (@odow)
- Fix tiny typo in README.md (#564) (@cmey)
- fix nested scalarize (#565) (@shashi)
- Don't throw array derivative error in an innocent case (#568) (@shashi)