Adding version 5.39 change log
[maxima/cygwin.git] / ChangeLog-5.39.md
blob216cc68473f7766b1f5dc725ecdb5cd3eca9b290
1 Maxima 5.39 change log
2 ======================
4 New items in core:
5 ------------------
7 New functions firstn and lastn
8 New functions for string comparison
10 Changes in core:
11 ----------------
13 Special variable clean-up
14 Crosscompiling support
15 Gnuplot 5.0 or newer versions
16 Documentation updates
17 Fast arrays in DSKARY
18 Timezone offsets
19 Floating point overflow handling
20 Complex numericals
21 Testsuite additions and improvements
22 GIT fixes
23 ODE improvements
24 Load .wxm files from wxMaxima
25 Temporary file handling improvements
26 Improvements to continuous_freq
28 New in share:
29 -------------
31 Added Richard Fateman's decimal bigfloat package.
33 Changes in share:
34 -----------------
36 In some share test scripts, put reset() at the top
37 Changes to solver
38 Changes to stringproc
39 Changes to charsets
40 Changes to boolsimp
42 Bug fixes:
43 ----------
45 [54822ea] Fixed bug #3258: diff with negative order in integrate
46 [0e4ed41] Fix issue #3255 by changing how resimplification works
47 [55ba236] In risplit, in preparation of fixing issue #3255 (logarc)
48 [6e7f9dd] Partial fix #3216: In package lapack, load without compile
49 [ad86a80] Fixed bug #3232: In ezunits, don't compile predicate functions
50 [0ec66c6] Fixed GCL bug #49689: Mark a known failure in rtest11
51 [98b0349] Fixed bug #3213: Round when formatting bigfloats
52 [3745efa] Another test for bug #3244.
53 [67fd622] Fixed bug #3246: look-up entries for inv. trig antiderivatives
54 [120d8be] Fixed bug #3241: In MQAPPLY1, call AMPERCHK
55 [e916dd0] Fixed bug #3235: In RGRP, rephrase test for ECL
56 [7060221] Add tests from bug #3221
57 [2204fca] Fixed bug #3221: elliptic_pi(n,z,m) wrong for z > %pi/2
58 [cb3dc1c] Fixed bug #453: algsys fails in simple case
59 [7efa7eb] Add tests from SF bug 2059.
60 [4851e2c] Add tests from SF [bugs:2038] and [bugs:#2736]
61 640ca75 SF [bug:#1266][bug:#3208] Don't use $radcan when simplifying in algsys.
62 2986fc0 Fix SF [bugs:#3208]. Use sqrtdenest in algsys to simplify partial solutions.
63 5fd2f55 [bugs:#3208] algsys.lisp:presultant: resimplify result
64 4734ec8 share-subdirs.lisp is auto-generated *and* in version control - which is afaik unavoidable for the lisp-only build system. It also currently is out-of-sync with the repo => Updated the repo version.
65 f91d677 Increase output when running share/contrib/diffequations/tests
66 a5873ba SF bugs 3210 and 3212.  Fix algsys regressions.
67 9a4694f Bug #2796 can't load ode2 with n declared constant
68 3c6c473 Bug report ID: 1621 Wrong solution to ode2
69 cf9cbb2 Fixed bug #2667: Distinguish trig function exponents in TeX
70 bf4cf94 In rtest_log, additional tests for SF bug #3105.
71 9ef3fee Fixed bug #3148: Most of the change is in indentation
72 8f523fc Fixed bug #3194: No simplification of tan(x+n*%pi) and cot(x+n*%pi)
73 fdadebc Fixed bug #3186 and other get_plot_option issues.
74 3fd2b4c Fixed bug #3022: Update the RPM spec file
75 aa0a365 Fixed bug #3180: declare(foo, antisymmetric)
76 9ad3f2f Add test for SF bug #3090
77 a57ff0c Add test for SF bug #3170
78 4568937 Fixed bug #3144: Avoid unbounded recursion in PTIMES%E
79 0bcccbe Fixed bug #3109: is(sin(x) <= 1) returns "unknown"
80 037ea4a Fixed bugs #3114, #3115: introduced by [647516] Fix integrate(x=0,x)
82 Unnumbered bugs:
83 ----------------
85 [c8007b9] Partial fix to read_xpm.
86 [35790e2] Correct documentation for rest
87 [eb56614] Fix test for orderlessp transitive
88 [85aff4c] Fix in gcl-builds smismatch
89 [d37c3e4] Fix in timedate, round TZ
90 [74800c2] Remove redundant definition of copy from share/affine
91 [8ec3a05] Another fix for summation of rational functions
92 [394ca66] In package facexp, remove "&&" because
93 [b7ee537] Ensure that *OPR-TABLE* associates "{" with $SET
94 [9f43849] Ran update_examples on Simplification.texi
95 [dd6fbb1] Fix uses of complex-float-numerical-eval-p
96 [07363c2] Fix bug in running test files
97 [6d1b6fe] Partially fixed assumptions regarding products and powers
98 [639dd40] Partially fixed assumptions regarding products and powers
99 [691cbc4] Fix taylor testsuite failure bug introduced by [22f4fd]