Windows installer: update wxMaxima.
[maxima/cygwin.git] / ChangeLog-5.36.md
blobed780e160f211ef0d9dc57fc375a72035f37891c
1 Maxima 5.36 change log
2 ======================
4 New items in core:
5 ------------------
7 * function parse_timedate: parse time/date string 
10 New items in share:
11 -------------------
13 * function lll: Lenstra-Lenstra-Lovasz algorithm
16 Changes in core:
17 ----------------
19 * at: remove variables in simplification 
21 Other changes:
22 --------------
24 * package contrib_ode: update test suite 
25 * package ezunits: additional femto, pico, nano, and micro fractions
26 * package ezunits: apply rules more aggressively
27 * package maxima-odesolve: documentation
28 * package gentran: update
29 * package draw: geometric transformations for 2D implicit functions
30 * package coma: new version
31 * package maximaMathML: hook mechanism
32 * package noninteractive: new script expand_branches.mac
35 Bug fixes:
36 ----------
38 * [#2924]: Maxima fails to run on lisp interpreters
39 * [#2922]: input '20log(x)' causes strange error
40 * [#2919]: Definite integration broken: integrate(1/(x^2), x, -inf, inf) gives zero
41 * [#2913]: trigrat crashes with variable name "e"
42 * [#2907]: ratsubst(z, sin(x + 1), 0) crashes when radsubstflag = true
43 * [#2898]: limit of continuous --> und
44 * [#2892]: julia() and mandelbrot() creates maxout.gnuplot in different place than plot2d()/plot3d()
45 * [#2883]: load (lsquares); Error
46 * [#2881]: quad_qags recently got problems evaluating erf
47 * [#2878]: Installing from maxima-5.35.1.tar.gz requires Makeinfo
48 * [#2873]: implicit_plot does not accept symbolic ranges
49 * [#2865]: Use exp as a list
50 * [#2862]: Incorrect result for integrate(u/(u+1)^2,u,0,inf);
51 * [#2854]: Integral hangs with domain:complex 
52 * [#2853]: abs_integrate hangs after encountering log(0)
54 Unnumbered bugs:
55 ----------------
57 * commit [b0a9ab]: Fix jacobi_sc(elliptic_kc(m)/2,m)
58 * commit [ff92d9]: Fix make_elliptic_f for inverse_jacobi_ns and inverse_jacobi_nc
59 * commit [b7dc04]: Added device info to paths in cl-info::\*info-tables\*
60 * commit [95c186]: Fixes a bug in the style option parser
61 * commit [bf9a67]: Correct the derivative of bessel_y wrt order: diff(bessel_y(v,z),v)
62 * commit [0d8d8a]: Handle the (finite) geometric sums with quotient 1.
63 * commit [b3cffd]: Fix bug controlling non numeric symbols in explicit
64 * commit [114860]: Add device to maxima-load-pathname-directory.
65 * commit [72d617]: Fix maxima -s PORT command.
66 * mailing list 2015-03-16: [Requesting advice on simplification rules for user-defined operators][1]
67 * mailing list 2015-02-09: [save(..) can't save syntax extensions in a readable form][2]
68 * mailing list 2015-02-16: [expand phenomenon][3]
69 * mailing list 2015-02-08: [Newbie lisp question][4]
70 * mailing list 2015-01-22: [Matrix inversion with detout = true?][5]
71 * mailing list 2015-01-09: [Problem loading package COMA][6]
72 * mailing list 2015-01-05: [order of operands is changed due to source information][7]
74 [1]: https://sourceforge.net/p/maxima/mailman/message/33599981/
75 [2]: https://sourceforge.net/p/maxima/mailman/message/33377390/
76 [3]: https://sourceforge.net/p/maxima/mailman/message/33442588/
77 [4]: https://sourceforge.net/p/maxima/mailman/message/33375738/
78 [5]: https://sourceforge.net/p/maxima/mailman/message/33255733/
79 [6]: https://sourceforge.net/p/maxima/mailman/message/33219967/
80 [7]: https://sourceforge.net/p/maxima/mailman/message/33204686/