Windows installer: update wxMaxima.
[maxima/cygwin.git] / ChangeLog-5.34
blob44e2aefedab4908a48af7dd46a4c820036b6c60b
1    Maxima 5.34 change log
4    New items in core:
6  * function invert_by_gausselim: invert by Gaussian elimination (used to be function invertmx)
7  * function invert_by_adjoint: invert by adjoint method (used to be function invert)
8  * functions push, pop: now implemented in core
11    New items in share:
13  * package coma: functions for control engineering
14  * function sha1sum (package stringproc): compute SHA1 hash
15  * engineering-format.lisp: change default float display format
18    Changes in core:
20  * function invert: use adjoint method or Gaussian elimination depending on size of matrix
21  * function tex: Define TeX properties for gamma_incomplete and friends
24    Bug fixes:
26  #2785: dynamics package: plotting fails on evolution() and other functions
27  #2784: Ceiling gives error, without even an error message
28  #2782: realroots(x*y) internal error
29  #2776: Error when integrate sqrt
30  #2775: powerseries of some log expressions
31  #2772: powerseries of some trig expressions
32  #2768: "notequal" tries to put multiprecision rational numbers into floats
33  #2765: powerseries of a derivative
34  #2764: power series of 1 + x^n and regression tests in rtest16.mac
35  #2763: symmetricp(matrix) DOEs not work
36  #2760: powerseries at infinty broken
37  #2755: powerseries of natural exponential
38  #2751: powerseries of bessel functions needlessly fail
39  #2750: powerseries(x^x,x,0) gives Lisp error
40  #2749: Float evaluation of sinh causes Lisp error instead of overflowing to bigfloat
41  #2746: scifac / gcfac crash
42  #2745: limit with numer:true
43  #2741: imaxima preamble broken for display in emacs
44  #2738: Integrate encountered a Lisp error: The value 2 is not of type LIST
45  #2732: wrong answer for similar to gaussian integral
46  #2726: integrate produces wrong answer for Gaussian Moments
47  #2725: pochhammer(n,x) documentation
48  #2721: maxima can't refresh plots in gnuplot_pipes format
49  #2719: Matrix invert() behaviour
50  #2718: imaxima LaTeX definitions conflict with amsmath
51  #2717: plot2d treats linear and log plots inconsistently
52  #2716: is allows more than one argument
53  #2711: `i' is not local in `geosum'
54  #2710: `rempart' from package `functs' fails
55  #2707: `rowp' fails if `p' function is defined
56  #2697: Inconsistent handling of Greek symbols
57  #2683: Plot2d default terminal broken
58  #2678: transform_xy rejects argument constructed with make_transform
59  #2677: [gnuplot_pm3d,false] does not disable pm3d
60  #2621: "gamma limit error"
61  #2526: abs_integrate fails on integrate(sqrt(x + sqrt(x)), x)
63    unnumbered bugs:
65  mailing list 2014-08-16: bind stack overflow in loop
66  mailing list 2014-07-01: "rtest8.mac test failure"
67  mailing list 2014-06-29: "rule issue"
68  limit((atan(x)-(%pi/2))/(sin(10/x)),x,inf)
69  ezgcd(p1,p2,...) => true when ratp returns true for any argument