Releases: symengine/SymEngine.jl
Releases · symengine/SymEngine.jl
v0.11.0
v0.10.0
v0.9.1
SymEngine v0.9.1
Closed issues:
- Regression: Multiplication of
Basic
,Rational
, andVector{Basic}
fails (#259)
Merged pull requests:
- use more generic types (#261) (@fatteneder)
- fix multiplication with multiple arguments and vectors (#262) (@ranocha)
v0.9.0
SymEngine 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
SymEngine 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:
v0.8.6
SymEngine v0.8.6
Merged pull requests:
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: