Skip to content

Releases: symengine/SymEngine.jl

v0.8.5

Choose a tag to compare

@github-actions github-actions released this 24 Aug 00:24
d85847d

SymEngine v0.8.5

Diff since v0.8.4

Merged pull requests:

  • Resolving remaining issues with segfaults from the use of subs() and infinities (issue #228) (#230) (@johanbluecreek)

v0.8.4

Choose a tag to compare

@github-actions github-actions released this 20 Aug 00:24
675443d

SymEngine v0.8.4

Diff since v0.8.3

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:

v0.8.3

Choose a tag to compare

@github-actions github-actions released this 17 Dec 00:17
677621e

SymEngine v0.8.3

Diff since v0.8.2

Closed issues:

  • Using diff() with tuples and arrays (#213)
  • Cannot install SymEngine (#214)

Merged pull requests:

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 11 May 00:04
ddf9e2f

SymEngine v0.8.2

Diff since v0.8.1

Closed issues:

  • Bump RecipesBase (#211)

Merged pull requests:

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 30 Apr 00:03

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

Choose a tag to compare

@github-actions github-actions released this 29 Mar 00:04
57dbda1

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

Choose a tag to compare

@julia-tagbot julia-tagbot released this 23 Jan 09:54
v0.7.1
f9f0d58

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

Choose a tag to compare

@julia-tagbot julia-tagbot released this 14 Jul 14:59
v0.7.0
3677fa6

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

Choose a tag to compare

@isuruf isuruf released this 04 Jul 12:30
a721d9c
Merge pull request #161 from isuruf/version

Drop julia 0.7 and bump version

v0.5.0

Choose a tag to compare

@isuruf isuruf released this 15 Dec 09:44
5dfc78a
  • Drop julia v0.6 support
  • Use binaries compiled with gcc 4.x series for unix
  • Fix use of deprecated is_windows