From 6dd66b1ad2b2bf3b70df23db66ef4ffc5c64b129 Mon Sep 17 00:00:00 2001 From: asau Date: Sun, 8 Apr 2012 12:09:42 +0000 Subject: Update to Maxima 5.27.0 Changes in Maxima 5.27: Backwards-incompatible changes: * remove obsolete Cray Fortran translator * rename topoly and to_poly_solver to to_poly and to_poly_solve, respectively New items in core: * new functions zn_order, zn_primroot_p, zn_primroot, zn_log, chinese New items in share: * package rkf45: Runge-Kutta-Fehlberg 4th-5th order numerical o.d.e. solver Other changes: * functions bessel_i, bessel_j: results for imaginary arguments * function build_info: return a structure instead of just printing its data * function plot3d: allow 3-d parametric plots * functions fortmx, f90mx: generate assignments to 1-d array when argument is a list * package ezunits: update values for physical constants * revise and update documentation * reorganization of directory maxima/share * clean up source code by cutting out unused functions Bug fixes: 3509430: limit of tanh(x) at 0 makes no sense 3497046: Integration of products of sin(nz)/(nz) sometimes fails 3495182: hgfred([-n/2, (n-1)/2],[1],x) --> error 3484414: display places (false) before output if display2d is false 3480954: integrate(sin(x)^2/x,x,minf,inf) gives not zero 3473549: gcl bug using 1-12-2012 defint.lisp 3470668: Integration is not correct: invalid 'false' term in results 3469184: integrate(exp(-x^n),x,0,1) bug for n >2 3449369: nfloat 3397562: sin(x^2)/(x^2) improper integral incorrect? mailing list 2012-02-27: print ( false ) bug 5.26.0 mailing list circa 2012-02-19: BIGFLOAT::%TO should pass CL complex numbers mailing list circa 2012-01-27: nonstandard extension in category scripts mailing list circa 2012-01-09: invert_by_lu does not work as expected overflow in regularized incomplete gamma function incorrect value for gamma_incomplete(0,200*%i) --- math/maxima/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/maxima/Makefile') diff --git a/math/maxima/Makefile b/math/maxima/Makefile index c56eb358160..b7c0b2b4230 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2012/01/10 03:38:08 asau Exp $ +# $NetBSD: Makefile,v 1.31 2012/04/08 12:09:42 asau Exp $ # -DISTNAME= maxima-5.26.0 +DISTNAME= maxima-5.27.0 # On updates, please make sure editors/TeXmacs knows about the new # version number. # (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima}) -- cgit v1.2.3