Skip to content

Releases: symengine/SymEngine.jl

v0.8.1

30 Apr 00:03
Compare
Choose a tag to compare

SymEngine v0.8.1

Diff since v0.8.0

Closed issues:

  • Problem with multi-threads (#200)
  • Returning a variable from a module cause segmentation fault. (#208)

Merged pull requests:

v0.8.0

29 Mar 00:04
57dbda1
Compare
Choose a tag to compare

SymEngine v0.8.0

Diff since v0.7.1

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

23 Jan 09:54
v0.7.1
f9f0d58
Compare
Choose a tag to compare

v0.7.1 (2020-01-14)

Diff since v0.7.0

Closed issues:

  • Segfault upon calling SymEngine.Basic() (#184)
  • Build failure on MacOS, Julia 1.2 (#176)
  • Obtaining the type of numeric coefficients (#155)
  • Segfault converting equations (#119)

Merged pull requests:

v0.7.0

14 Jul 14:59
v0.7.0
3677fa6
Compare
Choose a tag to compare

v0.7.0 (2019-07-13)

Diff since v0.6.0

  1. 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
  2. Wrapper functions for function_symbols, get_name and coeff (#157) (ahumenberger)

v0.6.0

04 Jul 12:30
a721d9c
Compare
Choose a tag to compare
Merge pull request #161 from isuruf/version

Drop julia 0.7 and bump version

v0.5.0

15 Dec 09:44
5dfc78a
Compare
Choose a tag to compare
  • Drop julia v0.6 support
  • Use binaries compiled with gcc 4.x series for unix
  • Fix use of deprecated is_windows

v0.4.3

24 Aug 02:28
0d74958
Compare
Choose a tag to compare
  • Add libsymengine binaries for all platforms supported by Julia
  • Fix isnan for non-numeric objects.

v0.4.2

11 Aug 01:28
29c86a3
Compare
Choose a tag to compare
  • Support for Julia 0.7 and 1.0
  • Adds cse function and support for cse option in lambdify
  • atan2 support

v0.4.1

25 Jul 15:42
ab0b887
Compare
Choose a tag to compare

This version moves from Conda to BinaryProvider to provide libsymengine binaries

Bug Fixes

  • Throw instead of segfaulting when parsing fails
  • Fix warnings

v0.4.0

15 Apr 03:41
9c393c3
Compare
Choose a tag to compare

This version drops support for julia v0.5

New features

  • lambdify for matrices
  • Support for julia v0.7