Skip to content

Tags: symengine/SymEngine.jl

Tags

v0.11.0

Toggle v0.11.0's commit message
## SymEngine v0.11.0

[Diff since v0.10.0](v0.10.0...v0.11.0)


**Merged pull requests:**
- Symbolic utils extension (#265) (@jverzani)
- Make conj interface more flexible (#267) (@GiggleLiu)
- Symbolic utils extension fix (#268) (@jverzani)
- Bump version to 0.11.0 (#270) (@isuruf)

v0.10.0

Toggle v0.10.0's commit message
## SymEngine v0.10.0

[Diff since v0.9.1](v0.9.1...v0.10.0)


**Merged pull requests:**
- Bump to SymEngine v0.10 (#264) (@jeremiahpslewis)

v0.9.1

Toggle v0.9.1's commit message
## SymEngine v0.9.1

[Diff since v0.9.0](v0.9.0...v0.9.1)


**Closed issues:**
- Regression: Multiplication of `Basic`, `Rational`, and `Vector{Basic}` fails (#259)

**Merged pull requests:**
- use more generic types (#261) (@fatteneder)
- fix multiplication with multiple arguments and vectors (#262) (@ranocha)

v0.9.0

Toggle v0.9.0's commit message
## SymEngine v0.9.0

[Diff since v0.8.7](v0.8.7...v0.9.0)


**Closed issues:**
- Segfault with deserialize (#198)
- Issues with Saving (#242)
- Can't access type of operation (#244)
- Update SymEngine_jll (#251)
- Serialization don't work with complex data types containing SymEngine expressions (#255)
- Make a new release (#258)

**Merged pull requests:**
- Effective multiplication of n multipliers (#246) (@PerformanceCoder)
- Add missing kwargs to `round` (#247) (@wildart)
- CompatHelper: bump compat for Compat to 4, (keep existing compat) (#250) (@github-actions[bot])
- Updated JLL version used by SymEngine.jl and bumped package version (#252) (@PerformanceCoder)
- Updated CI version of Julia from 1.3 to 1.6 (#253) (@PerformanceCoder)
- Serialization and deserialization implemented (#254) (@PerformanceCoder)
- Fixed serialization issue (#256) (@PerformanceCoder)

v0.8.7

Toggle v0.8.7's commit message
## SymEngine v0.8.7

[Diff since v0.8.6](v0.8.6...v0.8.7)


**Closed issues:**
- Segmentation fault and "Trying to print an uninitialized SymEngine Basic variable" when encountering `SymEngine.zoo` (#228)
- Can't create Add (sums) manually (#231)
- Implement `//` (#232)
- Cannot install package via Pkg.add (#237)
- Support macos aarch64 package install (#240)

**Merged pull requests:**
- implement fallback for `//` (#234) (@ranocha)
- Support efficient addition of more than 2 arguments (#235) (@isuruf)
- Test throw and update tests (#236) (@isuruf)
- CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#241) (@github-actions[bot])

v0.8.6

Toggle v0.8.6's commit message
## SymEngine v0.8.6

[Diff since v0.8.5](v0.8.5...v0.8.6)



**Merged pull requests:**
- implement fallback `conj` to fix `dot` (#233) (@ranocha)

v0.8.5

Toggle v0.8.5's commit message
## SymEngine v0.8.5

[Diff since v0.8.4](v0.8.4...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

Toggle v0.8.4's commit message
## SymEngine v0.8.4

[Diff since v0.8.3](v0.8.3...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

Toggle v0.8.3's commit message
## SymEngine v0.8.3

[Diff since v0.8.2](v0.8.2...v0.8.3)


**Closed issues:**
- Using `diff()` with tuples and arrays (#213)
- Cannot install SymEngine (#214)

**Merged pull requests:**
- Added link to symengine in the readme (#218) (@sylvaticus)
- Add CompatHelper (#220) (@ranocha)
- bump compat of SpecialFunctions to v1 (#221) (@ranocha)

v0.8.2

Toggle v0.8.2's commit message
## SymEngine v0.8.2

[Diff since v0.8.1](v0.8.1...v0.8.2)


**Closed issues:**
- Bump `RecipesBase` (#211)

**Merged pull requests:**
- Support RecipesBase 1.0 (#212) (@isuruf)