1 Maxima 5.45-post change log
2 ===========================
6 * Added eval_string_lisp to read in and evaluate lisp forms from a string
7 * Maxima compiled with ABCL can use network connections (option "-s"),
8 which is used by frontends like Xmaxima and wxMaxima.
9 * Added gnuplot_send to open a Gnuplot pipe and send a command to it.
10 * new code to commute conjugate of derivative (Commit [565fcf]).
11 * new plot option window. It can be used to send the plot to a window
12 different from the default 0 window.
16 * new package quantum_computing: a simulator of quantum computing
18 * new package test_batch_encodings: tests for batch and batchload with different character encodings
19 * new file conics_04.mac: intersections of conic sections
20 * package distrib: implementation of inverse gamma distribution
21 * package stringproc: extend the range of recognized encodings somewhat
22 * package numericalio: extend function md5sum to accept binary input stream
23 * package numericalio: recognize 1-element strings as equivalent to symbols for separators
24 * package gentran: update to new version contributed by Michael Stern
28 * plot2d, plot3d, mandelbrot and julia now use gnuplot_pipes by default
29 in all operating systems and in all cases (plot shown on the screen or
30 saved to a graphics file). No temporary files are used.
31 * option gnuplot_strings made more consistent in different terminals.
32 * option gnuplot_script_file now accepts complete path file names.
36 * draw: Restored the default gnuplot_pipes format (Commit [a54f2f])
37 * draw: Restores the window, font and size options for default
38 terminal (Commit [096f0b])
40 Changes in the Windows installer:
41 ---------------------------------
42 * Update SBCL, wxMaxima, TCL/TK.
43 A newer Gnuplot version is available, but causes problems when using
44 pipes on Windows, therefore that was not updated.
45 * Use the HTML manual (not the PDF version) in the start menu.
46 * Strip included C programs (saves some space).
47 * The command line option "--userdir" did not work on Windows, fixed that.
49 Bug fixes for numbered bugs:
50 ----------------------------
51 * \#380: algsys a*b=c*d grossly incomplete
52 * \#484: limit(x=0,x,0) wrong
53 * \#926: sign errors in cartan package
54 * \#1097: pattern variable appears in letsimp result
55 * \#2247: not plotting from Vista, probably due to national characters
57 * \#2709: `letsimp' is wrong if `ratexpand' is called
58 * \#2837: ev causes bogus WNA checks for sum, product, define and ":"
59 * \#2876: Error simplifying infix operators declared l/rassociative
60 * \#2921: errcatch fails to catch various errors
61 * \#2953: limit loops endlessly
62 * \#3068: taylor of CRE fails
63 * \#3159: plot3d in Windows not recognizing plot option color
64 * \#3453: Mesh Lines Bugged | Cannot Change Their Color from Default
65 * \#3462: simplify_sum() variable name clash
66 * \#3483: limit apparently causes infinite loop
67 * \#3520: "Directory does not exist" errors on Windows 10
68 * \#3542: Unable to display second plot until first one is closed
69 * \#3605: Variable confusion in function handling Taylor series
70 * \#3654: uniteigenvectors fails if uv[1] is used in the user main program
71 * \#3656: Update builtins-list.txt
72 * \#3718: incorrect trigonometric definite integral
73 * \#3736: Quoting either min or max inhibits simplification
74 * \#3764: limit of min works with assume but not with asksign
75 * \#3765: min(und,...) gives error with trylevel > 1
76 * \#3769: max or min called on CRE expressions
77 * \#3789: package ezunits: ev(dimensions(u), nouns) stack overflow
78 * \#3793: plot2d fails on small x-range
79 * \#3796: plot3d doesn't support rotation in 5.45
80 * \#3797: plot2d(0, ...) gives "can't plot with empty y range" -- regression
81 * \#3801: error sourcing .xmaximarc on Windows
82 * \#3805: plot2d should give a clean user error for undefined functions
83 * \#3807: plot2d heuristic to detect unbound variables excludes valid cases
84 * \#3810: integrate error "not of type FIXNUM" for integrand with floats in it
85 * \#3819: Implicit plot2d calculating 1/0 gives Lisp error
86 * \#3820: testsuite with display_all = true
87 * \#3825: apply('forget, facts()) gives Lisp error
88 * \#3826: limit returns temp variable expression
89 * \#3838: limit(atan(sin(x)),x,inf,plus) --> atan(ind)
90 * \#3844: Wrong limit involving gamma function
91 * \#3881: plot2d not ignoring errors within functions
92 * \#3883: plot creates invalid gnuplot command
93 * \#3893: display2d and long numbers
94 * \#3907: gnuplot_postamble not actually the last Gnuplot output before plot
95 * \#3910: correct 'an Unicode' in doc/info/stringproc.texi
96 * \#3921: Expanded subtracted from unexpanded with e^ix does not integrate to zero
97 * \#3925: Maxima help button opens "file not found"
98 * \#3934: expand(1/(1+%i)^4) => (-4)^(-1) (unsimplified)
99 * \#3935: Noncommutative multiplication with string argument triggers "declare: argument must be a symbol"
100 * \#3936: plot2d sends invalid file to gnuplot
101 * \#3945: 'props' isn't empty at startup
102 * \#3950: letsimp confuses symbols and nullary applications
103 * \#3951: screen terminal no longer works as described in docs
104 * \#3952: plot2d clipping warnings not appearing
105 * \#3953: Pressing q necessary to continue when plot2d output to svg
106 * \#3956: expand(1/((sqrt(2)-1)*(sqrt(2)+1))) => 1/1 (unsimplified)
107 * \#3958: plot2d with multiple discrete plots fails
108 * \#3959: plot2d + Gnuplot 4 with `plot title noenhanced`
110 Unnumbered bugs fixed:
111 ---------------------
112 * (x^^-1) . x simplified to 1 instead of dotident (commit [c8d115d])
113 * Adjust derivatives of beta_incomplete and friends (commit [ad682b0])
114 * mailing list 2022-01-04: Bad vect package? (commit [c6110df])
115 * mailing list 2021-06-27: ev(xxx,pred) vs is(xxx) (commit [37206b8])
116 * Stackoverflow: [(wx)Maxima: texput for powers of expressions](https://stackoverflow.com/questions/66056058/wxmaxima-texput-for-powers-of-expressions) (commit [4e65bc3])
117 * Stackoverflow: [How to plot a bode_gain inside the wxmaxima GUI?](https://stackoverflow.com/questions/70102803/how-to-plot-a-bode-gain-inside-the-wxmaxima-gui) (commit [6bee3ca])
121 * Examples in the introduction to strings (Data Types and Structures chapter)
123 * New build scripts in Lisp, Python is no longer needed to build the documentation
124 * Update japanese documentation
125 * New configuration options --enable-lang-ru and --enable-lang-ja for building
126 japanese and russian documentation
127 * New configuration option --enable-build-docs (default = yes) to make it
128 possible to omit building documentation
129 * Documentation is only produced in UTF-8 encoding and no other encoding
130 * Expunge build and runtime machinery for doc/info/<lang>.utf8
131 * Remove configuration options --enable-lang-<lang>-utf8
132 * Fix building PDF documentation for non-english languages. Use xeTeX
133 make pdf PDFTEX=xetex
134 to build Japanese and Russian PDFs.
138 * Many improvements wrt out-of-tree-builds and translations of the manual