File maxima.changes of Package maxima
-------------------------------------------------------------------
Mon Sep 8 22:19:30 UTC 2014 - badshah400@gmail.com
- Update to version 5.34.1:
+ Reorder components so that SCHATCHEN-COND macro is defined
before use
+ Put ChangeLog-5.34 on list of files
+ In $FLOAT, signal FLOATING-POINT-OVERFLOW if FLOAT returns
float inf; this fixes a bug in SIGN1, which expects that
$FLOAT always returns a finite number
+ Removes dashed option from terminal commands
+ Put clebsch_gordan.texi on list of Texinfo files
+ Use <FOO> instead of dollar sign as separator in category
intermediate output; this is necessary to allow dollar sign as
an indexed item in documentation
- Upstream now install ChangeLog file automatically, drop
external ChangeLog-5.34 file.
-------------------------------------------------------------------
Sat Aug 30 18:03:19 UTC 2014 - badshah400@gmail.com
- Update to version 5.34.0:
+ New items in core:
- function invert_by_gausselim: invert by Gaussian elimination
(used to be function invertmx)
- function invert_by_adjoint: invert by adjoint method (used
to be function invert)
- functions push, pop: now implemented in core
+ New items in share:
- package coma: functions for control engineering
- function sha1sum (package stringproc): compute SHA1 hash
- engineering-format.lisp: change default float display format
+ Changes in core:
- function invert: use adjoint method or Gaussian elimination
depending on size of matrix
- function tex: Define TeX properties for gamma_incomplete and
friends
+ Bug fixes:
- #2785: dynamics package: plotting fails on evolution() and
other functions
- #2784: Ceiling gives error, without even an error message
- #2782: realroots(x*y) internal error
- #2776: Error when integrate sqrt
- #2775: powerseries of some log expressions
- #2772: powerseries of some trig expressions
- #2768: "notequal" tries to put multiprecision rational
numbers into floats
- #2765: powerseries of a derivative
- #2764: power series of 1 + x^n and regression tests in
rtest16.mac
- #2763: symmetricp(matrix) DOEs not work
- #2760: powerseries at infinty broken
- #2755: powerseries of natural exponential
- #2751: powerseries of bessel functions needlessly fail
- #2750: powerseries(x^x,x,0) gives Lisp error
- #2749: Float evaluation of sinh causes Lisp error instead of
overflowing to bigfloat
- #2746: scifac / gcfac crash
- #2745: limit with numer:true
- #2741: imaxima preamble broken for display in emacs
- #2738: Integrate encountered a Lisp error: The value 2 is
not of type LIST
- #2732: wrong answer for similar to gaussian integral
- #2726: integrate produces wrong answer for Gaussian Moments
- #2725: pochhammer(n,x) documentation
- #2721: maxima can't refresh plots in gnuplot_pipes format
- #2719: Matrix invert() behaviour
- #2718: imaxima LaTeX definitions conflict with amsmath
- #2717: plot2d treats linear and log plots inconsistently
- #2716: is allows more than one argument
- #2711: `i' is not local in `geosum'
- #2710: `rempart' from package `functs' fails
- #2707: `rowp' fails if `p' function is defined
- #2697: Inconsistent handling of Greek symbols
- #2683: Plot2d default terminal broken
- #2678: transform_xy rejects argument constructed with
make_transform
- #2677: [gnuplot_pm3d,false] does not disable pm3d
- #2621: "gamma limit error"
- #2526: abs_integrate fails on integrate(sqrt(x + sqrt(x)), x)
+ unnumbered bugs:
- mailing list 2014-08-16: bind stack overflow in loop
- mailing list 2014-07-01: "rtest8.mac test failure"
- mailing list 2014-06-29: "rule issue"
- limit((atan(x)-(%pi/2))/(sin(10/x)),x,inf)
- ezgcd(p1,p2,...) => true when ratp returns true for any
argument
- Packaging change: Source tarball does not include ChangeLog-5.34
by mistake, download from upstream git and package it
separately.
-------------------------------------------------------------------
Thu Apr 3 03:41:50 UTC 2014 - badshah400@gmail.com
- Update to version 5.33.0:
+ New in share:
- package alt-display: hook for nonstandard display functions
- package kovacicODE: Kovacic method for ordinary differential
equations
- package odes: several methods for ordinary differential
equations
- package trigtools: manipulating trigonometric function
expressions
- package sound: functions for audio synthesis
+ Changes in core:
- promote result to bigfloat on floating point overflow
- variables declared to be irrational are considered real
- display floats with leading "0." instead of "." only
- function tex: accepts Lisp objects now
- functions expintegral_shi, expintegral_chi: limits
- functions hankel_1, hankel_2: numerically evaluate when the
order is complex
- function declare: rational and irrational properties
mutually exclusive
- functions get, put: when first argument is a string, assume
it is the name of an operator
- functions round, truncate: handle arguments of zeroa and
zerob
- functions for Galois fields: improve power tables and
introduce nth root
- operator @: TeX property
+ Other changes:
- package ezunits: TeX property for units conversion operator
- package maximaMathML: some updates
- package draw: support for gnuplot terminal canvas
- documentation: updating Brazilian Portuguese translation of
user manual
+ Bug fixes:
- 2703: plotting option legend causes an error
- 2702: plotting option adapt_depth causes an error
- 2701: plotting option logy causes an error
- 2700: plot option psfile causes an error
- 2699: nticks seems ignored
- 2696: *prompt-prefix* and *prompt-suffix* not inserted for
askinteger / asksign
- 2695: kill kills built-in properties of operator after
user-defined property
- 2687: call-arguments-limit easily exhaustable in tex1
- 2682: Function zeta fails numerically for large numbers that
aren't even integers
- 2681: solve_rec wrong result
- 2676: integral incorrect when variable is subscripted
- 2675: maxima will not do the simplest of definite integrals
and will not factor otherwise
- 2671: Since 4833b5 Maxima (with ECL at least) outputs
palette numbers gnuplot
- bug in gnuplot_term option
- bug in starplot
- bug in ratinterpol
- %e^^A should not simplify to %e^A
- %pi is now correctly rounded with high probability
- embedded plotting bug in XMaxima
- bug in single-label case for plotting option 'label'
- bug in comment indentation in Emacs
- $CONS and friends should treat lists the same as other
expressions
- mailing list 2014-02-27: "assigning to a list of structure
fields does not work"
-------------------------------------------------------------------
Thu Jan 2 23:17:42 UTC 2014 - badshah400@gmail.com
- Update to version 5.32.1:
+ New share items contrib/odes and contrib/trigtools,
contributed by Aleksas Domarkas
+ Fix starplot
+ Fix a bug in gnuplot_term option: the value of gnuplot_term
option must be appended to "set term ", rather than being
passed directly to gnuplot
+ Temporal fix until next wxMaxima release
- Drop maxima-gnuplot-output-set-term.patch: patch incorporated
upstream.
-------------------------------------------------------------------
Fri Dec 27 23:00:17 UTC 2013 - badshah400@gmail.com
- Update to version 5.32.0:
+ Backward incompatible changes:
- share function graph2d: removed in favor of plot2d
+ New items in core:
- function limit: limits for fresnel_c and fresnel_s
- function plot2d: adaptive plotting for parametric plots
- functions round, truncate: distribute over lists and other
aggregate types
- function zn_characteristic_factors: Shanks characteristic
factors
+ New items in share:
- new package smath: glue code for SMath Studio (notebook
interface)
- new package logic: some functions for Boolean expressions
- package lapack: new function zheev (eigenvalues of Hermitian
matrix)
+ Changes in core:
- function labels: make 'labels' an ordinary function (not
argument-quoting)
- plotting: more general color specification
- plotting: rework plot options machinery
- plotting: introduce some new options
+ Bug fixes:
- 2668 Bigfloat Gamma Inaccurate for Small Inputs
- 2666 plotdf ignores first of [x, ...] or [y, ...] if there
are no other options
- 2662 Maxima manual adjust
- 2660 lapack puts binary files in
binary/binary-$foo/share/lapack/binary-$foo/lapack
- 2659 bug_report() directions for creating ticket need
updating
- 2649 Correction for $matrix evaluation
- 2639 limit asks about internal variable
- 2634 zgeev does not operate on real matrices
- 2633 ev(integrate,numer) gives strange result
- 2630 inverse_jacobi_cn(-2.0, 3.0) generates an error
- 2629 elliptic_kc(3.0) not accurate
- 2628 fourier elimination on equality
- 2624 Erroneous limit result
- 2615 Numeric evaluation of inverse Jacobi elliptic functions
is wrong for some inputs
- 2282 Problem in LISP with times function in sym
- unnumbered bugs:
+ mailing list 2013-09-26: transcendental functions and
compilation
+ mailing list 2007-04-02: fixes a bug in plot2d-discrete
+ GCL bug #40646 fixed (problem actually in Maxima)
+ workaround GCL bug #40154 (some float literals parsed
incorrectly)
+ ensure that 'sign' does not make any changes to assume
database.
+ fix Postscript plotting on windows
+ fix limit(-(3*n^2 + 1)*(-1)^n/sqrt(n^5 + 8*n^3 + 8),n,inf);
+ fix bug in ldisplay and ldisp: need to display %t label
+ fix: inv_mod(0,1) should return false
+ fix cyclic-p, gf-eval, gf-irr-p
+ fix gf-cminus-b, gf-prim-p
+ fix bug in computing (.75b0+%i*1.5b0)^(%i/4)
+ fix "describe" returning wrong entry with texinfo version
5
+ plots using the dumb gnuplot terminal were not being
displayed in the terminal when the gnuplot_pipes is used
- Add patch maxima-gnuplot-output-set-term.patch: the value of
gnuplot_term option must be appended to "set term ", rather than
being passed directly to gnuplot; patch taken from upstream git
- Also package ChangeLog file for relevant version.
-------------------------------------------------------------------
Tue Nov 12 01:26:54 UTC 2013 - badshah400@gmail.com
- Update to version 5.31.3:
+ Guard against redefinition of macro with-compilation-unit (on
GCL)
+ Fix Postscript plotting on windows
+ Ensure that build works with non-GNU Make
- Changes from version 5.31.2:
+ Workaround incorrect float literal parsing by GCL
(bnc#850783).
+ Use DESTDIR for building
- Drop maxima-fix-DESTDIR.patch; incorporated upstream (also drop
autoconf and automake build requires required due to patch).
-------------------------------------------------------------------
Tue Sep 24 19:33:31 UTC 2013 - badshah400@gmail.com
- Update to version 5.31.1:
+ Bug fixes:
- sf#2627 - asksign / integrate fails in Maxima 5.30.0.
-------------------------------------------------------------------
Mon Sep 9 10:21:41 UTC 2013 - badshah400@gmail.com
- Update to version 5.31.0:
+ Core changes:
- Galois fields: revision, introduction of extension fields
- inverse_jacobi_sn: improve accuracy
- Bessel functions: integral of bessel_i, bessel_j of
arbitrary order
- Matrix functions: revise ModeMatrix, mat_function,
dispJordan, diag, JF
- signum: do not declare signum real- or integer-valued
- carg: declare carg real-valued
- Parser: add L, l, W, and w to list of exponent marker
characters
+ Changes in share:
- Package stringproc: new functions readchar, md5sum, base64
+ Bug fixes:
- sf#2622 - base64 type warnings
- sf#2619 - Function inverse_erf - error in numerical
evaluation
- sf#2612 - known_units() broken
- sf#2608 - quad_qags(x,x) generates a lisp error
- sf#2607 - lbfgs documentation is incomplete
- sf#2604 - fft.dem is out of date
- sf#2603 - fft documentation
- sf#2602 - lu_factor regression
- sf#2599 - cl-info error handling
- sf#2597 - logcontract and subscripted log
- sf#2594 - Incorrect integration of product of cosines
- sf#2591 - risch gives Lisp error for sinh expression
- sf#2583 - sign error for integrate(x^(8*%i-1),x);
- sf#2570 - Make acos(cos(x)) simplify to x when on correct
interval
- sf#2569 - translate rat(1,x) and rat([1]) incorrect
- sf#2536 - Lisp error in limit: \
- sf#2501 - %pi/8 is definitely not an integer
- sf#2475 - limit(x^(mu/x^g),x,inf) --> error
- "array-lambda error with 5.30.0"
- "defrule regression compare to version 5.29.1"
- Fix rk() when the independent variable's initial value is
nonzero
- Fix bug in asksign
- Fix wrong noun form returned for
jacobi_nc(elliptic_kc(m)/n,m)
- Add maxima-fix-DESTDIR.patch to fix a regression from 5.30.0
that causes builds to fail; patch taken from upstream git.
-------------------------------------------------------------------
Sun Apr 7 01:17:15 UTC 2013 - badshah400@gmail.com
- Update to version 5.30.0:
+ List of changes not documented by upstream.
-------------------------------------------------------------------
Mon Jan 7 07:46:32 UTC 2013 - badshah400@gmail.com
- Update to version 5.29.1:
+ Core:
- revised and extended functions for Galois fields
+ Share:
- package draw: surfaces in spherical and cylindrical
coordinates
- package draw: new terminals epslatex and epslatex_standalone
- package draw: multipage terminals
- package stats: new function title_inference
+ Other changes:
- improve derivative of gamma_incomplete and integral of psi
- define orthopoly_weight for assoc_legendre_p
- define legendre_p and assoc_legendre_p for negative degree
- minor revision of recurrences in orthopoly
- simplify treatment of "^" in translator
- test script for Laplace transform
- plot2d (launch Gnuplot) for ABCL and Allegro CL
- update documentation for packages draw and distrib
- improvements in Windows build machinery
- special variable clean-up
- remove some unused code
+ Several bug fixes (see
http://sourceforge.net/p/maxima/code/ci/c5ba8f126174f597f4d986af77c2e02e966fa260/tree/ChangeLog-5.29
for a full list of bugs fixed).
+ No ChangeLog-%{major-version} file in source tarball, hence
removed from package
+ For SLE, package only %{libdir}/maxima and not
%{libexecdir}/maxima, as packaging both leads to build errors.
-------------------------------------------------------------------
Sat Sep 8 11:25:11 UTC 2012 - idonmez@suse.com
- Add explicit build dependency on makeinfo & python
-------------------------------------------------------------------
Mon Aug 13 08:13:15 UTC 2012 - badshah400@gmail.com
- Update to version 5.28.0:
+ Backward-incompatible changes:
- package stats: removed function simple_linear_regression
(superseded by linear_regression)
+ Core:
- new function generalized_lambert_w
- new functions zn_mult_table, zn_power_table
- new functions for Galois fields: gf_set, gf_char, gf_prim,
etc.
+ Share:
- package descriptive: new function principal_components
- package descriptive: new histogram style 'density'
- package stats: new function linear_regression
+ Other changes:
- revise system for building Maxima on MS Windows
- function gamma_incomplete: improve accuracy for complex
bigfloats
- function expintegral_e: improved calculation for large
imaginary part
+ Several bugs fixed: see ChangeLog-5.28 file installed in
/usr/share/doc/packages/maxima/ for a full list.
-------------------------------------------------------------------
Thu May 31 13:55:50 UTC 2012 - badshah400@gmail.com
- Touch debugsources.list in the spec file to fix build failures
when the debuginfo flag is enabled (e.g. in openSUSE:Factory).
-------------------------------------------------------------------
Mon May 21 10:18:41 UTC 2012 - badshah400@gmail.com
- Add copyright header to spec file.
-------------------------------------------------------------------
Sat May 19 15:02:49 UTC 2012 - badshah400@gmail.com
- Update to version 5.27.0:
+ 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
+ Several bugs fixed: see ChangeLog-5.27 file installed in
/usr/share/doc/packages/maxima/ for a full list.
-------------------------------------------------------------------
Sat Mar 3 18:58:58 UTC 2012 - alinm.elena@gmail.com
- update to 5.26.0
-------------------------------------------------------------------
Sun Sep 18 11:04:28 UTC 2011 - lars@linux-schulserver.de
- update to 5.25.1
- move from RPM group Development/Languages to RPM group
Development/Languages/Other as suggested by rpmlint
- enable german language
- use Provides: locale(foo) to allow the locale dependend help
to be installed automatically
- run checks
-------------------------------------------------------------------
Sun Mar 6 14:18:00 UTC 2011 - lars@linux-schulserver.de
- update to 5.23.2:
+ 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'
-------------------------------------------------------------------
Thu Jan 6 15:03:54 UTC 2011 - tejas.guruswamy@opensuse.org
- Update to new version 5.23.0
-------------------------------------------------------------------
Sun Sep 19 15:43:00 CEST 2010 - werner.ho@gmx.de
- new version 5.22.1
-------------------------------------------------------------------
Sun Dec 06 16:48:00 CEST 2009 - werner.ho@gmx.de
- added gnuplot to Requires. fixes bug [561167]
-------------------------------------------------------------------
Sun Nov 15 16:48:00 CEST 2009 - werner.ho@gmx.de
- fixed packaging bug (missing _libdir)
-------------------------------------------------------------------
Sun Oct 04 16:48:00 CEST 2009 - werner.ho@gmx.de
- fixed wrong softlink to doc/html/header.hhp
[Bug 543277] fdupes must not create symlinks for files that are
in different rpm packages
-------------------------------------------------------------------
Mon Sep 21 20:02:46 UTC 2009 - lars@linux-schulserver.de
- update to 5.19.2
-------------------------------------------------------------------
Sat Apr 19 16:36:34 CEST 2009 - andrea@opensuse.org
-update to 5.18.1
-------------------------------------------------------------------
Thu Dec 16 14:55:00 CEST 2008 - werner.ho@gmx.de
- update to 5.16.3
-------------------------------------------------------------------
Thu Sep 25 15:10:05 CEST 2008 - lars@linux-schulserver.de
- moved to Education base repository
-------------------------------------------------------------------
Fri Aug 22 05:52:25 CEST 2008 - lars@linux-schulserver.de
- update to 5.16.2
-------------------------------------------------------------------
Mon Apr 21 13:07:11 CEST 2008 - lars@linux-schulserver.de
- update to 5.15.0:
- also build es, pt and pt_BR language files
- enable recode for charset conversion
- zip the manpage
- use fdupes
- added rpmlintrc
- pre-require info tools
- make the %if statements more robust
-------------------------------------------------------------------
Wed Dec 26 23:03:42 CET 2007 - lars@linux-schulserver.de
- update to 5.14.0
- packaged for openSUSE-Education
- added %defattr to %files
-------------------------------------------------------------------
Sat Sep 08 00:00:00 CET 2007 Werner Hoch <werner.ho@gmx.de>
- updated to version 5.13.0
-------------------------------------------------------------------
Fri May 18 00:00:00 CET 2007 Werner Hoch <werner.ho@gmx.de>
- updated to version 5.12.0
- clisp >= 2.34.0 required
-------------------------------------------------------------------
Mon Jan 29 00:00:00 CET 2007 Werner Hoch <werner.ho@gmx.de>
- updated to version 5.11.0
-------------------------------------------------------------------
Wed Nov 01 00:00:00 CET 2006 Leon Freitag <leon@links2linux.de>
- updated to version 5.10.0
-------------------------------------------------------------------
Fri Mar 24 00:00:00 CET 2006 Leon Freitag <leon_fraitak@mail.ru>
- Update to version 5.9.3
-------------------------------------------------------------------
Tue Feb 7 00:00:00 CET 2006 Leon Freitag <leon_fraitak@mail.ru>
- Initial release for Packman
-------------------------------------------------------------------
Sat Jan 4 00:00:00 CET 2003 James Amundson <amundson@fnal.gov>
- Added doc files
- Added explicit clisp version
- Added conditional to postun
- Renamed exec_* packages to exec-*
- Use rpm macros instead of hard-coded paths
- Thanks to Rex Dieter for helpful suggestions
-------------------------------------------------------------------
Sun Sep 8 00:00:00 CET 2002 James Amundson <amundson@fnal.gov>
- Initial build.