Skip to content

Releases: JuliaSymbolics/SymbolicIntegration.jl

v3.5.0

01 Mar 15:16
5e33baa

Choose a tag to compare

SymbolicIntegration v3.5.0

Diff since v3.4.0

Check matches dictionary in deflsot matching + check predicates in defslot matching

Merged pull requests:

Closed issues:

  • MethodError when integrating multivariable trigonometric function (#86)
  • integrate(cos(n*t),t) (#87)

v3.4.0

16 Feb 22:08
6dfdef9

Choose a tag to compare

apart from some minor changes and bug fixes, this version includes a new way to apply rules #89 that is faster and mitigates many cases of the commutativity problem

What's Changed

New Contributors

  • @github-actions[bot] made their first contribution in #66
  • @SamUpid made their first contribution in #67

Full Changelog: v3.3.0...v3.4.0

v3.3.0

26 Dec 10:51
0b7d1cb

Choose a tag to compare

SymbolicIntegration.jl v3.3.0, Faster rule mechanism, 67x speedup in ttfx

Diff since v3.2.0

#53 has been merged that:

  • implements a faster rule mechanism (overall 67x speedup in ttfx)
  • it's also better bc handles almost all cases of neim problem
  • some other bugfixes and documentation improvements

v0.1.0

26 Dec 11:10

Choose a tag to compare

SymbolicIntegration v0.1.0

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v3.2.0

22 Oct 12:41
b5dc148

Choose a tag to compare

SymbolicIntegration v3.2.0

Diff since v3.1.0

Merged pull requests:

v3.1.0

10 Oct 10:55
44f763d

Choose a tag to compare

SymbolicIntegration v3.1.0

Diff since v3.0.0

Merged pull requests:

Closed issues:

  • RischMethod does not work with independent variable coefficients. (#34)

v3.0.0

12 Sep 08:18
68ab238

Choose a tag to compare

SymbolicIntegration v3.0.0

Diff since v2.0.0

Breaking changes

  • Rule-based integration method was added, along with lots of dependencies for the new method set.

v2.0.0

12 Sep 07:37
c9c82be

Choose a tag to compare

SymbolicIntegration v2.0.0

Diff since v1.0.0

Breaking changes

  • Interface was changed to support multiple integration methods and documented according to a style of multiple integration methods.

v1.0.0

11 Sep 18:04
aa49525

Choose a tag to compare

SymbolicIntegration v1.0.0

Diff since v0.2.0

Breaking changes
Library was updated to use Symbolics.jl with a new generalized interface.

v0.2.0

11 Sep 17:11
a4d793c

Choose a tag to compare

SymbolicIntegration v0.2.0

Breaking changes

  • Support completely changed to updated SymbolicUtils.jl packages