Added eval_string_lisp to read in and evaluate lisp forms from a string
Maxima compiled with ABCL can use network connections (option "-s"),
which is used by frontends like Xmaxima and wxMaxima.
Added gnuplot_send to open a Gnuplot pipe and send a command to it.
new code to commute conjugate of derivative (Commit [565fcf]).
new plot option window. It can be used to send the plot to a window
different from the default 0 window.
New items in share:
new package quantum_computing: a simulator of quantum computing
circuits.
new package test_batch_encodings: tests for batch and batchload with different character encodings
new file conics_04.mac: intersections of conic sections
package distrib: implementation of inverse gamma distribution
package stringproc: extend the range of recognized encodings somewhat
package numericalio: extend function md5sum to accept binary input stream
package numericalio: recognize 1-element strings as equivalent to symbols for separators
package gentran: update to new version contributed by Michael Stern
Changes in core:
plot2d, plot3d, mandelbrot and julia now use gnuplot_pipes by default
in all operating systems and in all cases (plot shown on the screen or
saved to a graphics file). No temporary files are used.
option gnuplot_strings made more consistent in different terminals.
option gnuplot_script_file now accepts complete path file names.
Changes in share:
draw: Restored the default gnuplot_pipes format (Commit [a54f2f])
draw: Restores the window, font and size options for default
terminal (Commit [096f0b])
Changes in Xmaxima:
fix to allow several plotdf windows to work independently by refreshing
the expressions of the derivatives every time a new trajectory is plotted.
Changes in the Windows installer:
Update SBCL, wxMaxima, TCL/TK.
A newer Gnuplot version is available, but causes problems when using
pipes on Windows, therefore that was not updated.
Use the HTML manual (not the PDF version) in the start menu.
Strip included C programs (saves some space).
The command line option "--userdir" did not work on Windows, fixed that.
Bug fixes for numbered bugs:
#380: algsys ab=cd grossly incomplete
#484: limit(x=0,x,0) wrong
#926: sign errors in cartan package
#1097: pattern variable appears in letsimp result
#1848: taytorat leaks internal gensyms from multivar expansions
#2247: not plotting from Vista, probably due to national characters
#2388: wrong limit
#2446: horner of multivariate taylor gives junk
#2709: letsimp' is wrong ifratexpand' is called
#2837: ev causes bogus WNA checks for sum, product, define and ":"