Adding interfaces/emacs/imaxima/texinfo.tex to gitignore (created by automake)
[maxima/cygwin.git] / ChangeLog-5.27
blob5feb60cb1364c9b5d173bfe75596c615425827d5
1    Maxima 5.27 change log
3    Backwards-incompatible changes:
5  * remove obsolete Cray Fortran translator
7  * rename topoly and to_poly_solver to to_poly and to_poly_solve, respectively
10    New items in core:
12  * new functions zn_order, zn_primroot_p, zn_primroot, zn_log, chinese
15    New items in share:
17  * package rkf45: Runge-Kutta-Fehlberg 4th-5th order numerical o.d.e. solver
20    Other changes:
22  * functions bessel_i, bessel_j: results for imaginary arguments
24  * function build_info: return a structure instead of just printing its data
26  * function plot3d: allow 3-d parametric plots
28  * functions fortmx, f90mx: generate assignments to 1-d array when argument is a list
30  * package ezunits: update values for physical constants
32  * revise and update documentation
34  * reorganization of directory maxima/share
36  * clean up source code by cutting out unused functions
39    Bug fixes:
41  3509430: limit of tanh(x) at 0 makes no sense
42  3497046: Integration of products of sin(nz)/(nz) sometimes fails
43  3495182: hgfred([-n/2, (n-1)/2],[1],x) --> error
44  3484414: display places (false) before output if display2d is false
45  3480954: integrate(sin(x)^2/x,x,minf,inf) gives not zero
46  3473549: gcl bug using 1-12-2012 defint.lisp
47  3470668: Integration is not correct: invalid 'false' term in results
48  3469184: integrate(exp(-x^n),x,0,1) bug for n >2
49  3449369: nfloat
50  3397562: sin(x^2)/(x^2) improper integral incorrect?
51  mailing list 2012-02-27: print ( false ) bug 5.26.0
52  mailing list circa 2012-02-19: BIGFLOAT::%TO should pass CL complex numbers
53  mailing list circa 2012-01-27: nonstandard extension in category scripts
54  mailing list circa 2012-01-09: invert_by_lu does not work as expected
55  overflow in regularized incomplete gamma function
56  incorrect value for gamma_incomplete(0,200*%i)