10 | | Update: The interface now passes a lot more doctests. Most failures are due to |
11 | | * small changes in floats, where they get transferred in binary form rather than via strings (simple to fix) |
12 | | * ECL only returns RuntimeErrors, since it can't see the difference. So doctests that test error reporting fail. |
13 | | |
14 | | Serious work issues: |
15 | | * How should derivatives, e.g. {{{D[0,1]f(x^2+y^2,x-y+3)}}} be translated to Maxima? |
16 | | * desolver interface is now broken |
17 | | |
18 | | Apply trac_7377-abstract-maxima-rebased.patch, trac_7377-maximalib-rebased.patch, trac_7377-fastcalculus-p1.patch, (optional: trac_7377-better-ask-error.patch) |
| 11 | This ticket is dependent on #10766, #10773, #10743. Ticket #10818 is desirable but not essential. Apply: |
| 12 | {{{ |
| 13 | trac_7377-abstract-maxima_p2.patch |
| 14 | trac_7377-maximalib_p2.patch |
| 15 | trac_7377-fastcalculus_p2.patch |
| 16 | trac_7377-better-ask-error_p2.patch |
| 17 | trac_7377-split_and_refactor.patch |
| 18 | trac_7377-lazy-maxlib.patch |
| 19 | trac_7377-interface-namefix.patch |
| 20 | trac_7377-pickle-fix.patch |
| 21 | }}} |