Changes between Version 11 and Version 18 of Ticket #29497
- Timestamp:
- 04/12/20 15:27:39 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29497
-
Property
Reviewers
changed from
to
Matthias Koeppe
-
Property
Branch
changed from
public/29497
tou/isuruf/29497
-
Property
Commit
changed from
1a0b08631acd3c22a1dac32d4522f143d8bb4970
to42d49e164f7ee43678ce3ec393bd37d429f9b29a
-
Property
Authors
changed from
Vincent Delecroix
toVincent Delecroix, Isuru Fernando
-
Property
Reviewers
changed from
-
Ticket #29497 – Description
v11 v18 1 Symengine is a C++ symbolic engine 2 - that can be used as a backend in sympy (and makes it much faster) 3 - that implements "fast callable" for floats, GMP types, flint types, arb types, ... and accepts numpy arrays as arguments (the function is applied entrywise) 4 5 It is very strong candidate for replacing some of the symbolic we have in Sage, in particular all the fast callable. 6 1 7 tarballs 2 8 - https://github.com/symengine/symengine/releases/download/v0.6.0/symengine-0.6.0.tar.gz