Releases: symengine/SymEngine.jl
Releases · symengine/SymEngine.jl
Release list
v0.8.5
SymEngine v0.8.5
Merged pull requests:
- Resolving remaining issues with segfaults from the use of subs() and infinities (issue #228) (#230) (@johanbluecreek)
v0.8.4
SymEngine v0.8.4
Closed issues:
- Can diff work with arrays?
diff([cos(x),sin(x),x]returns an error. (#205) - Move to GitHub actions? (#222)
Merged pull requests:
- GitHub actions (#224) (@ranocha)
- Initialize API Docs (#226) (@HaoZeke)
- Fix typo (#227) (@matbesancon)
- Tests of infinities (zoo & oo) as arguments to functions (issue #228) (#229) (@johanbluecreek)
v0.8.3
SymEngine v0.8.3
Closed issues:
Merged pull requests:
v0.8.2
v0.8.1
v0.8.0
SymEngine v0.8.0
Closed issues:
- Building failed on Archlinux and Debian (#165)
- Some problems with permissions (#170)
- Segfault (#174)
- Heads up: Package fails on upcoming 1.3 Julia release (#177)
- printing imaginary unit as
im? (#178) - SymEngine Build Issues (#180)
- Building error on Windows (#181)
- Instalation of SymEngine fails under macOS (#191)
- Substitution with CMapBasicBasic not working (#192)
- Error using subs and Dictionnaire (#197)
Merged pull requests:
v0.7.1
v0.7.0
v0.7.0 (2019-07-13)
- Update libsymengine to v0.4.0 (#158) (isuruf)
- v0.4.0 comes with a new parser
- libsymengine binaries are now built with thread safe mode on
- Wrapper functions for function_symbols, get_name and coeff (#157) (ahumenberger)