Windows installer: update wxMaxima.
[maxima/cygwin.git] / ChangeLog-5.33
blob50e8de1931f991253010190e1c5b3224ca5241ea
1    Maxima 5.33 change log
4    New items in share:
6  * package alt-display: hook for nonstandard display functions
7  * package kovacicODE: Kovacic method for ordinary differential equations
8  * package odes: several methods for ordinary differential equations
9  * package trigtools: manipulating trigonometric function expressions
10  * package sound: functions for audio synthesis
13    Changes in core:
15  * promote result to bigfloat on floating point overflow
16  * variables declared to be irrational are considered real
17  * display floats with leading "0." instead of "." only
18  * function tex: accepts Lisp objects now
19  * functions expintegral_shi, expintegral_chi: limits
20  * functions hankel_1, hankel_2: numerically evaluate when the order is complex
21  * function declare: rational and irrational properties mutually exclusive
22  * functions get, put: when first argument is a string, assume it is the name of an operator
23  * functions round, truncate: handle arguments of zeroa and zerob
24  * functions for Galois fields: improve power tables and introduce nth root
25  * operator @: TeX property
28    Other changes:
30  * package ezunits: TeX property for units conversion operator
31  * package maximaMathML: some updates
32  * package draw: support for gnuplot terminal canvas
33  * documentation: updating Brazilian Portuguese translation of user manual
36    Bug fixes:
38  * 2703: plotting option legend causes an error
39  * 2702: plotting option adapt_depth causes an error
40  * 2701: plotting option logy causes an error
41  * 2700: plot option psfile causes an error
42  * 2699: nticks seems ignored
43  * 2696: *prompt-prefix* and *prompt-suffix* not inserted for askinteger / asksign
44  * 2695: kill kills built-in properties of operator after user-defined property
45  * 2687: call-arguments-limit easily exhaustable in tex1
46  * 2682: Function zeta fails numerically for large numbers that aren't even integers
47  * 2681: solve_rec wrong result
48  * 2676: integral incorrect when variable is subscripted
49  * 2675: maxima will not do the simplest of definite integrals and will not factor otherwise
50  * 2671: Since 4833b5 Maxima (with ECL at least) outputs palette numbers gnuplot
53  unnumbered bugs:
55  * bug in gnuplot_term option
56  * bug in starplot
57  * bug in ratinterpol
58  * %e^^A should not simplify to %e^A
59  * %pi is now correctly rounded with high probability
60  * embedded plotting bug in XMaxima
61  * bug in single-label case for plotting option 'label'
62  * bug in comment indentation in Emacs
63  * $CONS and friends should treat lists the same as other expressions
64  * mailing list 2014-02-27: "assigning to a list of structure fields does not work"