Releases: symengine/SymEngine.jl
Releases · symengine/SymEngine.jl
v0.13.1
SymEngine v0.13.1
clean up documentation
clean up CI
remove SymbolicUtils extension due to downstream changes.
Merged pull requests:
- handle conversion of NAN, oo (#271) (@jverzani)
- Bump to v0.12 following SymEngine_jll v0.12 release (#274) (@jeremiahpslewis)
- update extensions (#277) (@jverzani)
- make at vars more expressive (#278) (@jverzani)
- Speed up diff; extend interface (#279) (@jverzani)
- add sign, has_symbol (#280) (@jverzani)
- update workflow (#282) (@jverzani)
- subs w/o arguments (#283) (@jverzani)
- add some predicates; coeff (#284) (@jverzani)
- N speedup (#285) (@jverzani)
- use isuruf's speedup (#286) (@jverzani)
- Julia operation (#287) (@jverzani)
- use mutating versions of ops (#288) (@jverzani)
- update basicUsage document (#289) (@jverzani)
- Add docs badge to README.md (#294) (@abhro)
- Update type name outputs in README.md (#295) (@abhro)
- Create dependabot.yml and update action versions (#296) (@abhro)
- CompatHelper: bump compat for SymbolicUtils in [weakdeps] to 4, (keep existing compat) (#298) (@github-actions[bot])
- CompatHelper: bump compat for SymbolicUtils in [extras] to 4, (keep existing compat) (#299) (@github-actions[bot])
- Bump actions/checkout from 5 to 6 (#300) (@dependabot[bot])
- Revert "CompatHelper: bump compat for SymbolicUtils in [weakdeps] to 4, (keep existing compat)" (#303) (@jverzani)
- Update documentation content and infrastructure (#304) (@abhro)
- deprecate SymbolicUtils dependency (#305) (@jverzani)
- use https://github.com/JuliaRegistries/TagBot/blob/master/example.yml (#306) (@jverzani)
- redo PR #301 (#307) (@jverzani)
- version bump (#308) (@jverzani)
Closed issues:
v0.11.0
SymEngine v0.11.0
Merged pull requests:
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: