summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2010-02-15Deal with two digit R --version output. Still mark as broken because itjoerg3-5/+7
depends on a no-longer existing header.
2010-02-12Bumping revision to force rebuild after missing declaration has been fixedsno1-2/+3
in math/pari.
2010-02-12Updating math/pari from 2.3.5 to 2.3.5nb1sno4-11/+21
- Math::Pari requires one more function declaration from src/language/anal.h (moved into src/headers/paripriv.h, too)
2010-02-12Update to Octave 3.2.4, this is bug fixing release.asau5-16/+15
pkgsrc changes: fix shared library versions.
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2010-02-09Changes 2.10.1:adam3-9/+8
* The PCRE library has been updated to version 8.00. * R CMD INSTALL has new options --no-R, --no-libs, --no-data, --no-help, --no-demo, --no-exec, and --no-inst to suppress installation of the specified part of the package. * The documented line-length limit of 4095 bytes when reading from the console now also applies also to parse(file="") (which previously had a limit of around 1024 bytes). * A Bioconductor mirror can be set for use by setRepositories() via the option "BioC_mirror". * Double-clicking in a tk_select.list() list box now selects the item and closes the list box (as happens on the Windows select.list() widget). * configure will be able to find a usable libtiff in some rare circumstances where it did not previously (where libtiff needed to be linked explicitly against -ljpeg). * Making refman.pdf works around a problem with the indexing with hyperref 6.79d and later. * The 'extended' argument is deprecated in strsplit(), grep(), grepl(), sub(), gsub(), regexpr() and gregexpr() (not just the value extended = FALSE) and will be removed in R 2.11.0. * bug fixes
2010-02-08Update py-mpmath to 0.14.obache3-59/+132
per update request from Wen Heping by PR#42755. Pkgsrc changes: * Set LICENSE * correct EOL style of installed files * Add self-test target Changes: --0.14-- Released February 5, 2010 General changes: * Fully separated the code into "low-level" and "high-level", permitting the use of alternative contexts (the mpmath.mp object provides the default implementation) * Implemented a context for fast double-precision arithmetic using Python types (mpmath.fp) * Implemented hooks for importing a faster version of mp arithmetic from Sage * Implemented optimized fp versions of certain functions (including erf, erfc, gamma, digamma, ei, e1) * Renamed and reorganized various internal modules and methods (including merging low-level modules into mpmath.libmp). This should not affect most external code using top-level imports. Plotting: * Implemented splot() for 3D surface plots (contributed by Jorn Baayen) * Permit calling plot functions with custom axes (contributed by Jorn Baayen) Matrices: * Fixed lu_solve for overdetermined systems (contributed by Vinzent Steinberg) * Added conjugate matrix transpose (contributed by Vinzent Steinberg) * Implemented matrix functions (expm, cosm, sinm, sqrtm, logm, powm) Miscellaneous: * Prettier printing of numbers with leading zeros at small precisions * Made nstr pass on kwargs, permitting more formatting options * Fixed wrong directed rounding of addition of numbers with large magnitude differences * Fixed several docstring typos (contributed by Chris Smith) * Fixed a bug that prevented caching of quadrature nodes to work optimally. Special functions: * Implemented fast evaluation for large imaginary heights of the Riemann zeta function, Z function and derived functions using the Riemann-Siegel (contributed by Juan Arias de Reyna) * Unified the zeta() and hurwitz() functions, automatically selecting a fast algorithm * Improved altzeta() to fall back to zeta() for large arguments * Fixed accuracy of zeta(s) for s ~= 1 * Implemented exact evaluation of Euler numbers (contributed by Juan Arias de Reyna) * Implemented numerical evaluation of Euler numbers and Euler polynomials (eulernum(), eulerpoly()) * Fixed bernpoly() and eulerpoly() to compute accurate values for large parameters * Fixed accuracy problems for hypergeometric functions with large parameters * Faster evaluation of hypergeometric series using on-the-fly code generation * Optimized hypercomb to detect certain zero terms symbolically * Removed the djtheta function (jtheta() accepts a derivative parameter) * Implemented li(x, offset=True) to compute the offset logarithmic integral * Fixed wrong branch in Lambert W function for certain complex inputs * Implemented the reflection formula for the Barnes G-function, superfactorials, hyperfactorials, permitting large arguments in the left half-plane * Implemented analytic continuation to |z| >= 1 for hypergeometric functions pFq with p=q+1; added hyp3f2() * Implemented Borel summation of divergent pFq functions with p > q+1 * Implemented automatic degree reduction of hypergeometric functions with repeated parameters * Added convenience functions expj(), expjpi() * Use Mathematica's convention for the continuation of the Meijer G-function * Added phase(), polar(), rect() functions for compatibility with the Python 2.6 cmath module * Implemented spherical harmonics (spherharm()) * Optimized ci(), si(), chi(), shi() for complex arguments by evaluating them in terms of ei() * Optimized hyp2f1 for z ~= -1
2010-02-07add license.zafer1-3/+3
2010-02-06Update pear-Numbers_Words from 0.14.0 to 0.16.1.taca2-7/+6
0.16.1 * Clean up package definition and tests; * Better cast/sanitation of non-integer values; * Fixed bug #16019 (incorrect trimming of vowels in the Italian extension). 0.16.0 * Added numerous language unit tests (Bulgarian, English 100, English GB, English US, French, French Belgium, German, Italian, Portuguese Brazilian); * Swap all tests to PHPUnit 3; * Bugs fixed: - #10744 wrong getLocales() Docblock; - #14988 bogus non-int parsing; - #14667 bad trascription for 101 numbers and 102 thousands bug; - incorrect values for 80 and 81 in French Belgium; - #15260 uninitialized string offset in Brazilian Portuguese. 0.15.0 * New file for Dutch language (Thanks to WHAM van Dinter); * package.xml updated to version 2.0; * Bugs fixed: - #5618 locale name (and file name) for Estonian is changed from ee to et; - #6654 bug in Russian translation; * New feature added: - #7339 new Numbers_Words::getLocales() method is available (Thanks to Bertrand Gugger).
2010-02-06Updaet pear-Numbers_Roman from 0.2.0 to 1.0.2.taca2-7/+6
1.0.2 QA release: - Fix bug with _L and _C giving wrong values (swapped) - Fix bug: toRoman() used $this although it's static - Add unit tests 1.0.1 - Added support for lowercase input/output - Starting with this release conversion is supported from integers up to 5 999 999 and from the equivalent Roman Numerals - Added an optional HTML tag to disply roman numerals over 4000 in an historically accurate fashion - General fixes and code rewrite maintaining backward compatibility
2010-02-06Updating math/p5-Math-Pari from 2.010801nb2 to 2.010806.03sno7-119/+293
pkgsrc changes: - Avoid private compile of pari-library, use pkgsrc provided instead - Add license definition - Disabled support for plotting from perl (missing upstream support) Upstream changes: 2.01080601+ Add 5.005-new keywords to Makefile.PL. Consistently put space after -I in C include paths (needed???). Nicer output when debugging faulty LWP and Net::FTP. Make test engine look in */32/* directory too on 64-bit builds. Remove POD ornaments to make ABSTRACT_FROM work. 2.01080601++ Reword warning about slow intnum: only 75% longer than on PARI/GP. (overhead of the internal sub call in subtest 30 looks like 10x overhead of an empty subroutine call). New advice that upgrade to 2.3.* may fix `overflow' and `highremainder'. Exchange order of initialization of PARI and of `functions_highlevel' with >= 2.3.0; allows installation of highlevel functions (in particular, install() and PostScript printing). New function have_graphics() (not exported). The test engine takes into account have_graphics(). 2.01080602 If AUTOMATED_TESTING, delete (bogus?) environment variable DISPLAY. If AUTOMATED_TESTING, report results of failing tests on STDERR. Make test suite report rough run times for successful subtests. 2.01080603 Fix misprint and change die() to warn() on failure of $ftp->quit... Add some void's in Pari.xs. UNDONE (wrong): Protect init_graph() by NO_GRAPHICS_PARI (in restart code); include rect.h instead... sv2pari(),sv2parimat(): a stupid compiler might guess we don't return value... when patching, use && instead of ; in the shell command New function Math::PariBuild::patch_args() Math::PariBuild::patch_pari() supports option --binary, \ as directory separator in command processor. Make uname parser recognize i686-pc as ix86. Generator of function descriptors could try to regenerate existing file. nok_print() in Testout.pm was defined too late.
2010-02-06Updating math/pari from 2.1.6nb3 to 2.3.5 (newer than PR pkg/38116)sno23-1072/+915
pkgsrc changes: - Adding license (GPLv2) - Adding X11 and GMP support (latter via option) - Adding patches to support math/p5-Math-Pari can be build without rebuilding pari again Upstream changes: * Primarily a lot of bug fixes * Plotting API reworked * More targets are supported
2010-02-04DESTDIR supportjoerg5-19/+30
2010-02-03+ wxMaxima.wiz1-1/+2
2010-02-03+ 2 calculatorsdrochner1-1/+3
2010-02-03add speedcrunch-0.10.1, another desktop calculatordrochner5-0/+359
2010-02-03add extcalc-0.9.2, another desktop calculatordrochner6-0/+147
(I had this in my tree for a while but found the UI too complex to be handled intuitively. But now it appeared on a list of "the 7 best Linux calculators", so perhaps it is just me...)
2010-01-30Added LICENSE information.heinz2-2/+4
2010-01-27update to 1.4.0drochner3-22/+102
changes: - Faster import time - Extended array wrapping mechanism for ufuncs - New Neighborhood iterator (C-level only) - C99-like complex functions in npymath, and a lot of portability fixes for basic floating point math functions
2010-01-27update to 0.6.6drochner4-27/+156
many fixes and improvements, too much to list here
2010-01-27+py-mpmathdrochner1-1/+2
2010-01-27add py-mpmath-0.13, a Python library for arbitrary-precision FP arithmeticdrochner4-0/+179
2010-01-25Update p5-Spreadsheet-WriteExcel from version 2.35 to version 2.36.seb2-7/+7
Pkgsrc changes: - Adjust dependencies. Upstream changes: 2.36 January 21 2010 - Minor ! Fix for bug that gave a name conflict error for repeat rows and autofilters in some non-English versions of Excel. http://rt.cpan.org/Public/Bug/Display.html?id=38099 ! Fixed tab selection for Charts. + Added xl_range_formula() to Spreadsheet::WriteExcel::Utility to help with creating chart ranges. Added example to Chart docs. + Added set_legend() method with initial legend formatting options. + Documented Worksheet methods that are applicable to Charts.
2010-01-25Update p5-Spreadsheet-Read from version 0.37 to version 0.38.seb2-8/+10
Pkgsrc changes: - Adjust dependencies Upstream changes: 0.38 Tue 15 Dec 2009 - Add row () and cellrow () - Updated META.yml to meet most recent specs (optional_features = map)
2010-01-24Update from version 0.5500 to version 0.5700 (upstream 0.57)seb2-8/+7
Pkgsrc changes: - Adjust dependencies. - Change PERL5_MODULE_TYPE to MakeMaker. Upstream changes: 0.57 January 24 2010 ! Added fix for reading formatted data from Excel 4 files. ! Added example programs, a_simple_parser.pl and display_text_table.pl. ! Removed Build.PL from README. Thanks Ed Avis. https://rt.cpan.org/Ticket/Display.html?id=52670 0.56 November 9 2009 + Added error() and error_code() error handling routines. This allows encrypted files to be ignored. Added t/10_error_codes.t for the above methods. http://rt.cpan.org/Public/Bug/Display.html?id=51033 http://rt.cpan.org/Public/Bug/Display.html?id=47978 ! Made version 0.19 of OLE::Storage_Lite a prerequisite to avoid issues when writing OLE header in SaveParser.
2010-01-23Don't depend on accidental line buffering.is3-3/+28
2010-01-23Make "make test" less confusing (stdout/stderr reordering issue).is3-2/+17
2010-01-23Update to FriCAS 1.0.9asau4-31/+21
Notable changes (compared to version 1.0.8) include: - Speed improvements to polynomial multiplication, power series multiplication, guessing package and coercion of polynomials to expressions. - Domains for tensor products. - 'Complex(Integer)' is now UniqueFactorizationDomain. - Types in interpreter are now of type 'Type' (instead of 'Domain') and categories in interpreter are of type 'Category' (instead of 'Subdomain(Domain)'). - Interpreter functions can now return 'Type'. - New function for files: 'flush'. - Spad compiler: return in nested functions and nested functions returning functions. Bug fixes, in particular: - Several fixes to guessing package. - Avoid crash when unparsing equations. - Equation solver accepts more solutions. - Fixed handling of 'Tuple' in Spad parser. - Fixed miscompilation of record constructor by Spad compiler.
2010-01-21Upgrade to new upstream version. While here, add a test target.is3-10/+20
2010-01-20update to 1.0.9drochner2-6/+6
changes: -Fix matrix expansion. This also fixes AuxilliaryUnitMatrix and JordanBlock. -Fix several possible crashers. -Fix a minor memory leak.
2010-01-20Update to 2.35:wiz2-6/+7
2.35 January 10 2010 - Major + Added support for Stock charts. + Added support for Scatter charts. + Improved Pie chart examples. 2.34 January 8 2010 - Major + Added support for Pie charts. ! Re-added index.html in docs dir for Debian (and others). http://rt.cpan.org/Public/Bug/Display.html?id=53346 ! Fix for incorrectly encoded string result in repeat_formula(). 2.33 January 3 2010 - Major + Added support for embedded charts. See insert_chart(). 2.32 December 31 2009 - Major + Added support for native charts. See Charts.pm. Column, Bar, Line and Area charts supported. ! Fixed Apache2::Const vars in mod_perl2.pl example. Thanks to Ryan Perry. 2.31 December 10 2009 - Minor ! Fixed resources in Makefile.PL. ! Updated screenshots of example programs. 2.30 November 25 2009 - Minor ! Updated Pod generator to include screenshots of example programs. 2.29 November 25 2009 - Minor ! Made version 0.19 of OLE::Storage_Lite a prerequisite to avoid issues when using set_properties with Win 7 or Gnumeric. 2.28 November 22 2009 - Minor ! Fix to NAME section in Example.pm to get CPAN to generate pod docs for it. 2.27 November 21 2009 - Minor + Added autogenerated Examples.pm. 2.26 November 13 2009 - Minor + Beta release of defined names. ! Fix for fuzzy images issue reported by Todd Eigenschink. + Added 25_position_object.t tests to cover above issue. ! Fixed bug where file size wasn't found for progressive JPEGs. Reported by Yamashita Junji and Bruce Anderson II. + Added set_country() method. ! Fix for UTF8 strings passed to write_url(). Reported by Jon Schutz. http://rt.cpan.org/Public/Bug/Display.html?id=41048 ! Fixed very minor issue with unitialised value for top border colour in formats. Reported by Franz Fasching.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz8-14/+16
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz3-6/+6
2010-01-15fix build issue with Sun Studio. It doesn't like void values as operatorstnn3-6/+20
to ternary expressions, even when the result is discarded. While here, update to nickle-2.69. Only difference seems to be that configry is generated with newer autotools.
2010-01-15Update to MPFR 2.4.2-p3.asau2-6/+13
Previously used cumulative patch is no longer distributed, replace it with individual patches. It is hard to tell what the patch level was before.
2010-01-06Tends to go into infinite loops on 64bit platforms as confirmed onjoerg1-4/+2
AMD64, SPARC64 and Alpha by various bulk builders.
2009-12-30Update to PSPP 0.6.2. Fixes a few bugs and adds some new translationsjoerg5-30/+17
Updated during freeze as it is required to building against GTK+ 2.17.4 and later. From asau@
2009-12-24patch-ae is not needed any moreadam1-41/+0
2009-12-23Needs C and Fortran. From PR 42506.joerg1-1/+3
2009-12-23Skip checks until better solution found.asau1-2/+4
2009-12-22fix build: libtoolization missed to link against required librariesdrochner2-12/+12
2009-12-21Fix DESTDIR installation. Simplify.joerg1-3/+3
2009-12-21This should have been imported along with R-2.10.0; oopsadam2-13/+14
2009-12-20Update to Maxima 5.20.1.asau3-10/+13
Approved by <agc>. Backwards-incompatible changes: * removed package jtroot3 (superseded by bfallroots) * internal symbols of specint replaced by more descriptive names: %f --> hypergeometric %e --> elliptic_ec %kelliptic --> elliptic_kc %p[a,b,c] --> jacobi_p %p[a,b] --> assoc_legendre_p %p[a] --> legendre_p %q[a,b] --> assoc_legendre_q %q[a] --> legendre_q hstruve --> struve_h lstruve --> struve_l %d --> parabolic_cylinder_d %m --> whittaker_m %w --> whittaker_w %ei --> expintegral_ei %h[n,x] --> hankel_1 and hankel_2 %he --> hermite New items in core: * general mechanism for functions to distribute over operators (distribute_over declaration) Other revisions: * improved Laplace transforms of special functions * assume database: The inferences between the declarations of variables as integer, real, complex, .. have been cut out. The constant %i is declared to be imaginary. The constants %pi, %e, %gamma, %phi are declared to be real. The database handles expressions with constants more completely. Facts like assume(x < %pi/2) are now handled correctly. The sign of sums of constant expressions is determined more correctly. Askinteger take into account more facts from the database. * improvements of special functions: More functionality for the Hankel 1 and 2 functions: Expansion for a half integral order has been implemented. More consistent numerical evaluation of Bessel and Hankel functions. More general integrals for Bessel functions and implementation of integrals for the Airy functions. Gamma function accepts a Taylor expansion as an argument. Implementation of Struve H and L functions: Numerical evaluation for real and complex numbers in float and bigfloat precision. Handling of specific values. Derivatives of the functions and expansion for a half integral order is implemented. Adding mirror symmetry for the Airy functions. Improving the limits of the log and factorial functions. * package fft: revised for greater speed * package to_poly_solver: improvements * regularize error and warning messages, and translate via gettext (ongoing) * bug fixes and other improvements in plotting code * bug fixes in translator Bug fixes: 2906049: integration failure with option integrate_use_rootsof :true 2901855: limit(sqrt(x),x,minf) not fully evaluated 2886564: conjugate(atan2(y,x)) not simplified 2882408: solve_rat_ineq returns false answers 2876387: ode2 asks if sqrt(3) is an integer 2876284: nicedummies of subscripted 2876277: hgfred([3/2,-2],[5/2],-x) not fully simplified 2873057: incorrect version is reported in manual front page 2872605: abs_integrate bug 2872505: Assume database inconsistent after reset() 2847387: hgfred([3/2,-b],[5/2],-1) bogus 2843705: limit of psi[i] 2842198: next_prime speed improvement 2842060: unsimplified result from integrate 2841504: Limit of the factorial function - 4 problems 2840566: defint fails to determine if one of its limit is real 2836339: unsimplified negation 2835634: logcontract broken 2835098: SIGN-PREP strangeness 2834336: ratsimp vs facsum 2824360: missing bug reporting node in manual's detailed menu 2808568: Reserved words that aren't reserved 2802006: integrate(1/(sqrt(x)+1), x, 0, 1); 2770575: rtestsum test 226 2636628: solve_rat_ineq doesnt find all soloutions 2609426: integrate(cos(a)/sqrt((tan(a))^2+1), a,-%pi/2,%pi/2); 2148461: docs for factor refer to "the field of integers" 2018842: unsimplified result from jacobi_p 1977146: radexpand does not work as explained in documentation 1725951: unsimplified boolean 1646397: listofvars includes true 1551310: mod and floor should distribute over matrix and list 1038624: askinteger ignores asksign database 840360: qunit(4) internal errors 831163: part(x) should give warning 816797: limit(%i*log(a),a,0) nounform (%i*und problem) 788892: zeroa handled inconsistently 752067: Can't untrace ?meval 706455: Should powerseries do Laurent expansions? 652470: Pickapart error (due to MEMSIMILAR) 640332: Need to specdisrep more systematically 627759: Ratdisrep of aggregates
2009-12-16update to 2.28.2drochner2-6/+6
changes: -Fix negative exponential detection -Only disable trailing zeroes option in basic mode -Disable ambiguous multiplication with Eulers number, e.g. "2e" as this makes exponential numbers confusing
2009-12-16use PYVERSSUFFIX, fixes Python!=2.5drochner1-4/+4
2009-12-16Dragonfly hack is no longer needed.asau1-7/+1
2009-12-16Update to OpenAxiom 1.3.0asau4-14/+154
Changes since previous release: Compiler - The compiler now treats ^ as alias for **. - The compiler now rejects ambiguous left hand sides of definitions where parameter types are left out for inference. Previously, the compiler would pick the first signature from some mostly random order, with a warning. - For categories with default implementations, the compiler can be directed to compile only the purely category part (exports), or only the default implementations (category packages). - The compiler now supports a Foreign Function Interface. In particular, signatures for external entities may be declared at capsule level. Currently, only ISO C functions are supported, but future releases may support ISO C++ and other mainstream languages. - The parsing of signature for operators has been improved. Previously, operator names needed to be quoted in signature. That is not longer needed. For instance, previously, one had to write (at category level) "*": (%,%) -> % _/_\: (%,%) -> % _not: % -> % With this release of OpenAxiom and onward, one can simply write *: (%,%) -> % /\: (%,%) -> % not: % -> % which is much simpler to read, write, and much more regular. - The compiler now supports is-case pattern matching. The new pattern matching syntax is useful for structuring retractions, and also for domain recovery from expressions of type Any. - The compiler now supports the loop control transfer operator iterate in repeat loops - previously, the construct was accepted only in scripts (not libraries). That discrepency is now ended. Interpreter - Declared variable with no specified values are now handled as if symbolic value with a specified type. - The interpreter now parses a disjunctive expression involving the 'is' operator the obvious way. E.g. Now T is Integer or T has Ring is now understood as (T is Integer) or (T has Ring) - The interpreter now handles existentially quantified or universally quantified expressions Algebra The following types have been added to OpenAxiom-1.3.0 - The domain Boolean and category BitAggregate no longer export the operation ^ for logical negation. Use the operator not which is the canonical and documented operator. - The domain InputForm now has a new exported signature parseString: String -> % for parsing expressions given as string. - The domain Boolean now belongs to the category OrderedFinite. - The domain KleeneTrivalentLogic is added. It implements Stephen Kleene's 3-valued propositional logic. - For file orinted I/O, new domains have been added: + IOMode: This domains defines three constants to indicate the direction of file I/O operations. + InputBinaryFile: This domains implements the basic input operations on binary files. + OutputBinaryFile: This domains implements the basic output operations on binary files. - The domain BinaryFile has been replaced by three specific domains: + InputBinaryFile: datatype for input file open in binary mode; + OutputBinaryFile: datatype for output file open in binary mode; + InputOutputBinaryFile: datatype for input and output file open in binary mode. - Three new categories are introduced, related to conversions: + CoercibleFrom: This category is the mirror image of the standard category CoercibleTo. + HomotopicTo: This category is the symmetrization of the category CoercibleTo. + ConvertibleFrom: This category is the mirror image of ConvertibleTo. - Previous releases defined instantiations of the domain constructor Expression as satisfying the category OrderedSet. That was both confusing and incorrect in conjunction with other algebraic structures. From now on, Expression(T) no longer satisfies OrderedSet. - Three new categories have been added: + LeftLinearSet + RightLinearSet + LinearSet The category AbelianGroup extends LeftLinearSet Integer. The parameterized category constructor LeftModule extends LeftLinearSet. Similarly, the category RightModule extends RightLinearSet. - The domain Any has been reworked. In particular, the operation domainOf, objectOf, and showTypeInOutput have been removed. Equality of two objects of domain Any is equality according to the underlying domain, if that domain belongs to the category BasicType; otherwise, it is equality of storage locations. Runtime System The Lisp backend now uses type information derived from exports and domain representation for code generation purposes.
2009-12-15Update to FriCAS 1.0.8asau4-102/+67
Notable changes (compared to version 1.0.7) include: - Improved version of guessing package. It can now handle much larger problems than before. Added ability to guess functional substitution (Mahler) equations. - Experimental support for build using CMU CL. - Various speed improvements including faster indexing for two dimensional arrays. - By default FriCAS build tries to use SBCL. - Building no longer require patch. Bug fixes, in particular: - correct definition of random() for matrices - conditionals in .input files work again - Spad compiler now recognizes more types as equal - fixed problem with pattern-matching quote
2009-12-15don't propagate guile dependency, it is only used at build timedrochner1-2/+1