diff options
author | asau <asau@pkgsrc.org> | 2011-05-09 22:32:40 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2011-05-09 22:32:40 +0000 |
commit | f74dfd564b8aba3b0c6acce0e6108e99f2417b83 (patch) | |
tree | 8136aa836effb54471d6e6c179bf72c8fa0480ae /math/maxima | |
parent | 8819622f87babba1ecc61c2547ee480404725222 (diff) | |
download | pkgsrc-f74dfd564b8aba3b0c6acce0e6108e99f2417b83.tar.gz |
Update Maxima to version 5.24.0
Maxima 5.24 change log
New items in core:
* function defstruct: documentation
New items in share:
* package lapack: function dgemm (matrix multiplication)
* package fractals: documentation
* package finance: documentation
Other changes:
* elliptic functions: bug fixes
* integration: apply trigonometric identities for some special cases
* improve TeX output for conditional expressions
* more work on German translation of reference manual
* regularize error messages and prepare for translation
* remove unused functions and variables
* XMaxima user interface: bug fixes and improvements
* package draw: bug fixes, pngcairo output
* package noninteractive: bug fixes
* package clebsch_gordan: new version
* package graphs: updates
* package ezunits: updates
Bug fixes:
3211937 wrong sign for integral of e^(-1/x^2)
3199708 integrate(sin(2x)atan(sin(x)),x)
3198530 Apparently wrong limit with factorial
3181353 Documentation of "at" misleading
3165872 integrate(abs(sin(x)),x,0,2*%pi) wrong result
3158526 integrate(x^2*exp(x)/(1+exp(x))^2,x , minf, inf);
3154534 need local declaration in antid.mac
3154351 abs_integrate --> errors from apply
3153533 incorrect integration
3153506 typo in antid / FIX
3153170 abs_integrate + composisiton of unit step
3153169 abs_integrate of unit step
3138054 bfloat problem / FIX
3133916 scanmap(minfactorial,a!) infinite loop
3131324 simplification of sqrt
3067098 The command timer for a Lisp function
2808179 maxima.el inferior-maxima-complete on Emacs 23
1285104 trigsimp and trigreduce & square roots
917283 Comment syntax confused
unnumbered: lisp (gcl?) being unable to read 1.79769d308
unnumbered: draw2d(explicit(321.4567,x,0,1)) causing hang
unnumbered: plotting functions by name
unnumbered: asinh and atanh are increasing odd functions
unnumbered: bad interaction of rassociative and tellsimp
Maxima 5.23 change log
Backwards-incompatible changes:
* package draw: changed names of some options:
file_bgcolor --> background_color
pic_width, pic_height, eps_width, eps_height, pdf_width, pdf_height --> dimensions
rot_horizontal, rot_vertical --> view
New items in core:
* function bf_find_root: bigfloat version of find_root
* function find_root: recognize keyword arguments
New items in share:
* package cobyla: import Fortran COBYLA (constrained optimization)
* package draw: new graphic objects 'errors' and 'region'
Other revisions:
* further work on exponential integrals
* further work on abs and signum identities
* further work on special cases in integration
* translation of reference manual to German (ongoing)
* clean-up in code related to processing files
* general code clean-up
* package ezunits: additional built-in conversions
Bug fixes:
3114834 maxima-help does not find help topics
3111568 subsequent calls to gradef hide variable dependencies
3102421 noninteractive-mode and kill(all)
3101075 limit bug
3093408 Bug in simplify_sum
3085498 integration error (partial solution)
3081820 lbfgs causes error
3080397 laplace(unit_step(-t),t,s) generates an error
3079975 rectform(atan2(y,0)) -> division by zero
3073827 integrate(t*cos(a*t^2 + b*t + c), t, 0, 1) => division by 0
3072490 contrib diag.mac variable scope
3071208 rtest15--limit to inf from above
3067311 eivects doesn't load eigen automatically
3064709 domain error for tan
3062883 diff does not recognize indirect dependencies in expressions
3060669 filename_merge with more than two arguments
3060166 und documentation is incorrect
3058324 $save must bind *print-circle* to NIL
3058290 tan(%pi*integer) simplification
3055427 conjugate solver
3045559 integrate(exp(-u^2), u, minf, x) => incorrect gamma_incomple
3041267 jacobi_cs(x,1) returns a wrong expression
3041196 carg(exp(x+%i*y)) -> y not correct
3040667 logarc(acosh(z)) needlessly complicated
3039452 integrate(sqrt(t^c)/(t*(b*t^c+a)),t) hangs
3038883 In general exp(z)^a --> exp(z*a) not correct
3034415 integrate(1/abs(x),x) using abs_integrate
3024924 list_matrix_entries
3020589 xlabel and ylabel don't change plot3d axis labels
3020243 defint(exp(cos(x))*cos(sin(x)),x,0,2*%pi) wrong result 0
2997443 ic2 fails
2970792 gradef(s) together with vect package
2881021 ic2 and bc2 may return incorrect results (solution suggeste)
2796194 error doing a Fourier transform.
2727846 tan(%pi/2) is not correct (or just not nice?)
2555641 no doc for subnumsimp
2541376 antidiff bug
2171237 load(basic) warnings
2123651 min and max of imaginary and real numbers
1993208 cartesian_product incorrect on empyt argument list
1990099 wrong integer_partitions(0)
1892341 taylor message about something assumed to be 0 in integral
1890128 no user doc for cauchy_matrix
1839088 ic2 fails with division by 0
1789213 ic1 for solution containing indefinite integral
1439559 function burn is broken
1213621 reveal with matrix argument
1149719 ratvarswitch not documented
1045920 a>1 and b>1, is a+b>2?
875089 defint(f(x)=g(x),x,0,1) -> false = false
767338 Evaluation of array names
703789 save() doesn't return a pathname
(unnumbered) integrate(cos(2*x)*cos(x),x) is wrong.
Diffstat (limited to 'math/maxima')
-rw-r--r-- | math/maxima/Makefile | 4 | ||||
-rw-r--r-- | math/maxima/PLIST | 16 | ||||
-rw-r--r-- | math/maxima/distinfo | 8 |
3 files changed, 18 insertions, 10 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index aae655a0daf..99c6059d697 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2010/12/26 23:51:13 asau Exp $ +# $NetBSD: Makefile,v 1.29 2011/05/09 22:32:40 asau Exp $ # -DISTNAME= maxima-5.23.0 +DISTNAME= maxima-5.24.0 # On updates, please make sure editors/TeXmacs knows about the new # version number. # (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima}) diff --git a/math/maxima/PLIST b/math/maxima/PLIST index 86cde481ea7..1213390a6ef 100644 --- a/math/maxima/PLIST +++ b/math/maxima/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2010/12/26 23:51:13 asau Exp $ +@comment $NetBSD: PLIST,v 1.22 2011/05/09 22:32:40 asau Exp $ bin/maxima bin/rmaxima bin/xmaxima @@ -119,6 +119,9 @@ share/maxima/${PKGVERSION}/doc/html/maxima.hhp share/maxima/${PKGVERSION}/doc/html/maxima.html share/maxima/${PKGVERSION}/doc/html/maxima_1.html share/maxima/${PKGVERSION}/doc/html/maxima_10.html +share/maxima/${PKGVERSION}/doc/html/maxima_100.html +share/maxima/${PKGVERSION}/doc/html/maxima_101.html +share/maxima/${PKGVERSION}/doc/html/maxima_102.html share/maxima/${PKGVERSION}/doc/html/maxima_11.html share/maxima/${PKGVERSION}/doc/html/maxima_12.html share/maxima/${PKGVERSION}/doc/html/maxima_13.html @@ -503,9 +506,7 @@ share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits.mac share/maxima/${PKGVERSION}/share/contrib/ezunits/physical_constants.mac share/maxima/${PKGVERSION}/share/contrib/ezunits/rtestezunits.mac share/maxima/${PKGVERSION}/share/contrib/f90.lisp -share/maxima/${PKGVERSION}/share/contrib/finance/finance.es.texi share/maxima/${PKGVERSION}/share/contrib/finance/finance.mac -share/maxima/${PKGVERSION}/share/contrib/finance/finance.texi share/maxima/${PKGVERSION}/share/contrib/floatproperties.lisp share/maxima/${PKGVERSION}/share/contrib/format/README share/maxima/${PKGVERSION}/share/contrib/format/autoload-m.macsyma @@ -523,7 +524,6 @@ share/maxima/${PKGVERSION}/share/contrib/format/pois2m.ps share/maxima/${PKGVERSION}/share/contrib/fourier_elim/fourier_elim.lisp share/maxima/${PKGVERSION}/share/contrib/fourier_elim/rtest_fourier_elim.mac share/maxima/${PKGVERSION}/share/contrib/fractals/fractals.mac -share/maxima/${PKGVERSION}/share/contrib/fractals/fractals.texi share/maxima/${PKGVERSION}/share/contrib/fractals/rtest_fractals.mac share/maxima/${PKGVERSION}/share/contrib/fresnel/d78.mac share/maxima/${PKGVERSION}/share/contrib/fresnel/fg.mac @@ -670,6 +670,7 @@ share/maxima/${PKGVERSION}/share/contrib/namespaces/rtest_namespaces.mac share/maxima/${PKGVERSION}/share/contrib/noninteractive/asksign1.lisp share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.lisp share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.mac +share/maxima/${PKGVERSION}/share/contrib/noninteractive/rtest_noninteractive.mac share/maxima/${PKGVERSION}/share/contrib/nset/README share/maxima/${PKGVERSION}/share/contrib/nset/announce-1.2.txt share/maxima/${PKGVERSION}/share/contrib/nset/changes_1.0_to_1.2.txt @@ -869,6 +870,7 @@ share/maxima/${PKGVERSION}/share/diff_form/surface_example.txt share/maxima/${PKGVERSION}/share/diffequations/abel.mac share/maxima/${PKGVERSION}/share/diffequations/desoln.mac share/maxima/${PKGVERSION}/share/diffequations/desoln.usg +share/maxima/${PKGVERSION}/share/diffequations/drawdf.mac share/maxima/${PKGVERSION}/share/diffequations/exampl.mac share/maxima/${PKGVERSION}/share/diffequations/linde1.mc share/maxima/${PKGVERSION}/share/diffequations/ode2.mac @@ -879,15 +881,20 @@ share/maxima/${PKGVERSION}/share/diffequations/phypgm.mac share/maxima/${PKGVERSION}/share/diffequations/pivtr.mac share/maxima/${PKGVERSION}/share/diffequations/pmain.mac share/maxima/${PKGVERSION}/share/draw/draw.lisp +share/maxima/${PKGVERSION}/share/draw/drawutils.mac +share/maxima/${PKGVERSION}/share/draw/drawutils.texi +share/maxima/${PKGVERSION}/share/draw/grcommon.lisp share/maxima/${PKGVERSION}/share/draw/implicit3d.lisp share/maxima/${PKGVERSION}/share/draw/picture.lisp share/maxima/${PKGVERSION}/share/draw/rtest_draw.mac +share/maxima/${PKGVERSION}/share/draw/vtk.lisp share/maxima/${PKGVERSION}/share/draw/wbd.lisp share/maxima/${PKGVERSION}/share/draw/worldmap.mac share/maxima/${PKGVERSION}/share/dynamics/complex_dynamics.lisp share/maxima/${PKGVERSION}/share/dynamics/dynamics.mac share/maxima/${PKGVERSION}/share/dynamics/plotdf.lisp share/maxima/${PKGVERSION}/share/dynamics/rtest_dynamics.mac +share/maxima/${PKGVERSION}/share/dynamics/visualization.lisp share/maxima/${PKGVERSION}/share/hypergeometric/abramowitz_id.mac share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric.lisp share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric_mac.mac @@ -980,6 +987,7 @@ share/maxima/${PKGVERSION}/share/lapack/blas/ztrmm.lisp share/maxima/${PKGVERSION}/share/lapack/blas/ztrmv.lisp share/maxima/${PKGVERSION}/share/lapack/blas/ztrsm.lisp share/maxima/${PKGVERSION}/share/lapack/blas/ztrsv.lisp +share/maxima/${PKGVERSION}/share/lapack/dgemm.lisp share/maxima/${PKGVERSION}/share/lapack/dgesv.lisp share/maxima/${PKGVERSION}/share/lapack/eigensys.lisp share/maxima/${PKGVERSION}/share/lapack/lapack-lisp.system diff --git a/math/maxima/distinfo b/math/maxima/distinfo index 205a6067704..071b5b11c7f 100644 --- a/math/maxima/distinfo +++ b/math/maxima/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2010/12/26 23:51:13 asau Exp $ +$NetBSD: distinfo,v 1.20 2011/05/09 22:32:40 asau Exp $ -SHA1 (maxima-5.23.0.tar.gz) = 18e9b32af8393346315c4ce647c7e023a901de41 -RMD160 (maxima-5.23.0.tar.gz) = eb7a51fcb21ad11a69955bae2069d434dda86d45 -Size (maxima-5.23.0.tar.gz) = 21949755 bytes +SHA1 (maxima-5.24.0.tar.gz) = 13586c1221bb5f36067a4cce1e6d5fb31e44e41c +RMD160 (maxima-5.24.0.tar.gz) = 46e9ce7dbf8293606ab76b50926fbef922f4cafb +Size (maxima-5.24.0.tar.gz) = 25422077 bytes |