|
| 1 | +Maxima 5.49 change log |
| 2 | +=========================== |
| 3 | + |
| 4 | +New items in core: |
| 5 | +------------------ |
| 6 | + * new flag display_matrix_padding_vertical to control between-rows padding for matrix display |
| 7 | + * new flag display_matrix_padding_horizontal to control between-columns padding for matrix display |
| 8 | + * new flag display_determinant_bars to display determinant of a literal matrix with a bar on either side |
| 9 | + * new flag display_matrix_brackets to display matrices with a bracket on either side |
| 10 | + * new flag display_box_double_lines to display box expressions with double-line characters, otherwise single-line |
| 11 | + |
| 12 | +Bug fixes for numbered bugs: |
| 13 | +---------------------------- |
| 14 | + * \#3041: limit(inf\*(zeroa+inf)) => und, should be inf |
| 15 | + * \#3750: Quoting atan2 inhibits simplification |
| 16 | + * \#4383: great not transitive (so simplifya not idempotent) |
| 17 | + * \#4577: Update CSS for examples and nav bar |
| 18 | + * \#4601: 5.48 regression in spherical_bessel_j integral |
| 19 | + * \#4607: CF issues |
| 20 | + * \#4609: atan2(inf,inf) -> 0 |
| 21 | + * \#4613: integrate(atan2(sin(x), cos(x)), x, 0, 9\*%pi) |
| 22 | + * \#4614: atan2 reflection rule |
| 23 | + * \#4615: carg range is not in (-%pi, %pi] |
| 24 | + * \#4603: Control stack regression with abs_integrate / 5.48.0 |
| 25 | + * \#4619: limit(inf = inf) causes stack overflow |
| 26 | + * \#4633: integrate(exp(- t) log(t), t, 0, 1) --> integral nounform |
| 27 | + * \#4636: signum(ind) is an error |
| 28 | + * \#4632: gentran file management functions mishandle streams |
| 29 | + * \#4631: Lisp error in gentran with gentranlang = c (attempting symbol operation on non-symbol) |
| 30 | + * \#4626: solve(tan(x)^2 + 1, x) triggers error "atanh: argument 1 isn't in the domain of atanh" |
| 31 | + * \#4625: Lisp error in gentran with gentranlang = c |
| 32 | + * \#4642: sign(1.0e-310\*%i) gives error because 1e-310\*x/1e-310 fails |
| 33 | + * \#4646: minor hstep problems and missing features |
| 34 | + * \#4647: Maxima error in --preload file causes Lisp error |
| 35 | + * \#4648: autoload problem with hstep |
| 36 | + |
| 37 | +Bug fixes for unnumbered bugs: |
| 38 | +------------------------------ |
| 39 | + * mailing list 2025-10-31: "are boxed objects noun/verb confused?" |
| 40 | + * unreported: enable ABCL to load lapack and dlsode via ASDF |
| 41 | + * unreported: in 2-d display for derivatives, correct depth of denominator in Leibniz notation |
| 42 | + |
| 43 | +Changes in the Windows installer: |
| 44 | +--------------------------------- |
| 45 | + * Update SBCL |
0 commit comments