File: ChangeLog-5.15.0

package info (click to toggle)
maxima-sage 5.44.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 105,340 kB
  • sloc: lisp: 383,857; fortran: 14,665; perl: 14,369; tcl: 11,147; sh: 4,478; makefile: 2,380; ansic: 447; python: 262; xml: 59; awk: 37; sed: 17
file content (99 lines) | stat: -rw-r--r-- 2,338 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
   Maxima 5.15.0 change log
   Compiled 2008-04-05


   Backwards-incompatible changes:

 * Disable verb => numerical evaluation scheme for math functions


   Major changes:

 * User interface Imaxima now packaged with Maxima


   New items in share:

 * share/contrib/bitwise: Bitwise operations on integers

 * share/contrib/noninteractive: Catch asksign and askprop questions
   and turn them into conditional expressions

 * share/contrib/namespaces: A namespace implementation for Maxima

 * share/contrib/amatrix: Matrix with underlying Lisp array


   Other revisions:

 * gf package: New version of gf package (Galois fields)

 * tex function: Enable TeX output to output stream

 * stringproc package: Revised printf; regex functions

 * ezunits package: Dimensional analysis; physical constants

 * quadpack functions: Return partially-evaluated expressions

 * plot functions: New options; bug fixes

 * tensor functions: Many improvements

 * graphs package: Improvements



   Bug fixes:

 * 1924837: integration error

 * 1905668: blockmatrixp(matrix()) --> true

 * 1901199: a polynomial that puts factor() into an infinite loop

 * 1900843: Sign of diff(bessel_k(n,x),x) is wrong

 * 1858797: Do not use the option -a for cp(1) in extract_categories.sh

 * 1848704: no way to convert log(product(...)) to sum(log(...)...)

 * 1848131: integrate fails in sign though integrand is real

 * 1845375: factcomb() in 5.13.0 gives wrong result

 * 1821240: set_partitions documentation

 * 1818645: Compiled maxima code containing $ARRAY gets a Lisp error 

 * 1753971: specint gives lisp error

 * 1726148: maybe with prederror : true

 * 1515712: tlimit (x*atan(x)/(x+1),x,inf) => 3 %pi/2, etc

 * 1407378: polarform returns a rectangular expression for float argument

 * 1313987: another quotient by zero bug (GCD problem)

 * 1051437: Trig integral error

 * 902757: taylor(x,[x],inf,...) garbage

 * 887174: genmatrix/lambda translate problem

 * 831445: gcd/subres -- another case

 * 807275: Taylor Illegal log kernel: log(cos(th)) @ %pi/2

 * 789059: simpexpt problem: sign called on imag arg

 * 783668: Missing documentation entries and index entries

 * 686819: genmatrix bug / fix

 * 657382: defint/limit infinite loop
 
 * 604850: pade produces an error when taylor expr is freeof variable

 * various other bugs