summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2009-10-20patch-ad: Don't remove the $(NOOPT) for slamch.f and dlamch.ftnn3-9/+13
Was probably done unintentionally and caused infinite loops on some platforms. Patch from Aleksey Cheusov in PR pkg/38371.
2009-10-12Changes 3.2.3:adam5-45916/+11
* This is a bug-fixing release.
2009-10-11guard against undefined PKGSRC_FORTRAN. Caught by pbulk on Solaris.tnn1-2/+2
2009-10-08gcc44 fixesdmcmahill4-11/+45903
2009-10-08gcc44/g95 build fixdmcmahill1-1/+11
2009-10-07MAKE_JOBS_SAFE=nojoerg1-1/+3
2009-10-04update master_sites. remove ftp entry. service has been suspended.zafer1-3/+2
2009-09-24Bumping revision of packages which depend direct or indirect onsno1-1/+2
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-23Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessarytron1-2/+1
after Python 2.3 has been removed from "pkgsrc". Approved by Thomas Klausner.
2009-09-22Updating math/p5-Math-GMP from 2.05 to 2.06sno2-6/+7
pkgsrc changes: - Adding license definition Upstream changes: 2.06 2009-09-17 Greg - Make Makefile.PL more forgiving of gmp library locations. (CPAN bug #46323) - Update link to libgmp.org in INSTALL file (CPAN bug #46324)
2009-09-22Update mathomatic to 14.5.5.minskim3-12/+12
Important changes since 14.4.4: - General cleanup and addition of helpful descriptive text. - Cleanup and major bug fixes. - Enhanced code for use with iPhone. - Minor corrections and additions to the code and documentation.
2009-09-18math/ordCalc, an ordinals calculatoris1-1/+2
2009-09-18ordCalc is a program for interactively dealing with ordinals (generalizedis6-0/+87
integers).
2009-09-16Apply patches/diff_2.1.7_-O from the distribution to fix Lunix build. Noschmonz2-1/+15
change to "make test" results on OS X or NetBSD.
2009-09-15update to 0.6.5drochner4-167/+413
This is a major update - many extensions and improvements.
2009-09-13Fix broken homepage linkdsainty1-2/+2
2009-09-12Updating math/p5-Math-Random-MT-Perl from 1.05 to 1.06sno2-9/+7
pkgsrc changes: - Adding license definition Upstream changes: 1.06 Fri Sep 4 2009 - added ability to automatically and rapidly generate different seeds and return it to allow the generation of identical random number series
2009-09-11add and enable aamathjnemeth1-1/+2
2009-09-10Add a few REPLACE_PYTHON. Bump PKGREVISION.wiz1-1/+9
2009-09-09bump ABI requirement for the new shlib major numberdrochner1-2/+2
(PKGREV bumps were already done)
2009-09-08Bump revision after CLN update. Addresses PR pkg/42006.asau2-4/+4
2009-09-06Fix build after CLN update. Bump revision (autoconf dependency).asau7-71/+87
2009-09-06Fix build after CLN update. Bump revision (autoconf dependency).asau6-20/+84
2009-09-06Fix build after CLN update.asau2-7/+36
2009-09-06Fix breakage after CLN update.asau4-14/+49
2009-09-05Import aamath 0.3 as math/aamath.asau4-0/+59
aamath is a program that reads mathematical expressions in infix notation and renders them as ASCII art. It may be useful to send mathematics through text-only media, such as e-mail or newsgroups. Packaged by Emil Skoeldberg for pkgsrc-wip.
2009-09-05Update to YACAS 1.2.2.asau4-125/+22
Changes unknown, ChangeLog says: "Changes are none, there is only the now."
2009-09-04Update to PSPP 0.6.1.asau21-820/+146
Implement x11 (on by default) and pgsql (off by default) options. Changes from 0.6.0 to 0.6.1: * Statistical bug fixes: - Report correct standardized regression coefficients in linear regression output (bug #23567). * Bug fixes that affect PSPP and PSPPIRE: - Avoid crash with pie charts (bug #24014). - Don't append % to count totals (bug #24003). - Don't crash on bad input (bug #24031). - Don't crash if "end data." is not left aligned (bug #24115). - Change default workspace value to 64 MB, to avoid unnecessary disk accesses on modern machines. * PSPPIRE bug fixes: - Add ".sav" or ".por" suffix to filename when saving with Save_As (bug #23137). - Make it possible to reopen the output window on Windows (bug #24033). - A POSIX regular expression library is now included and used automatically if the host does not have one or has one that is inadequate. * Build fixes and changes: - Work around bug in GSL that prevented build with recent GCC versions without manually adding -fgnu89-inline to CFLAGS. - Also warn about missing prerequisites as we encounter them (bug #24445). - Distribute necessary files to allow users working from the distributed tarball to configure with --enable-gui-tools. - Append $(EXEEXT_FOR_BUILD) to output file name when building q2c, fixing build problems on Windows. - GSL 1.8 or later is now required. - Build errors with --enable-relocatable were fixed. * The German translations were removed, since native German speakers found them too poor to be useful. Changes from 0.4.0 to 0.6.0: * The PSPP license is now version 3 or later of the GNU General Public License. Previously, it was version 2 or later. * PSPP now has a graphical interface, called PSPPIRE. This interface allows you to enter data and variable definitions interactively. Commands may be executed in syntax form, or by using the interactive dialog boxes available from the dropdown menus. * A few sample syntax files are now included in the `examples' directory. * Numerous major and minor bugs have been fixed. Build changes: * The INSTALL file now reflects the details of how to install PSPP. It is a tailored version of the generic installation instructions, instead of a verbatim copy. * iconv, which is ordinarily installed as part of a Unix-like system, is now required. If you don't have it already, you can install GNU libiconv (http://www.gnu.org/software/libiconv/). * libxml2 and zlib are new optional dependencies. They are required to use PSPP's support for reading Gnumeric files. Statistical procedure changes: * REGRESSION is a new procedure for fitting linear models to data via least-squares estimation. * NPAR TESTS is a new procedure for non-parametric tests. In this release, it supports binomial and chi-square tests. * RANK is a new procedure to rank variables. It supports numerous forms of ranking. * FREQUENCIES can now output histograms and pie charts. These features were present in earlier releases, but not documented. User interface changes: * In many situations where PSPP once terminated with a fatal error, PSPP now recovers and continues execution. * PSPP is now able to start up and run even if it cannot find its configuration files. * Journaling of interactive commands to a disk file is now implemented. By default, journaling is enabled, to a file named `pspp.jnl' in the current directory. SET JOURNAL may be used to control journaling. * The use of `+' between syntax file names on the command line to prevent the dictionary from being cleared between their executions is no longer supported. All syntax files are now executed as if `+' had been specified. * The -d/--define and -u/--undef command line options are no longer supported. Instead, use /usr/bin/env or shell primitives to define or clear environment variables before invoking PSPP. * If a syntax file named named `rc' is found in a configuration directory (such as $HOME/.pspp), it is executed before any syntax file specified on the command line. The -r or --no-statrc command line option may be used to disable this behavior. Output changes: * Output configuration options have changed. Please refer to the manual for a full description of the available options. In consequence, you will need to reinstall your "devices" file. "make install" will do this for you. * Most error messages are now written to PSPP output files by default. SET ERROR can be used to disable this behavior. * When invoked interactively, PSPP now by default produces output on the terminal, piping it through the "more" program. Previously, by default output was written only to file pspp.list. On most terminals, the page length used for output automatically adapts to the terminal size, even if the terminal is resized. * ASCII driver: - This driver now supports charts in output. Charts are written as separate files that the main output file refers to. By default, charts are written in PNG format to files named pspp-1.png, pspp-2.png, and so on. - Configurations are provided that use VT100 (and xterm) line-drawing characters in tables. The option "-o list-vt100" requests use of this device for output to pspp.list. * PostScript driver: - The default paper size is now determined using the PAPERSIZE environment variable, or the LC_PAPER locale category on systems that support it. If these are not set, the default is now A4, instead of US letter. To make US letter the default, set PAPERSIZE to "letter" in your environment. - Font metrics are now read from AFM files, instead of Groff-format metrics files. PostScript fonts can now be embedded in output. In consequence, you will need to install an AFM file for each font used in PostScript output. "make install" will install AFM files for the standard PostScript fonts, including the ones that the PostScript driver uses by default. - Standard paper sizes no longer need to be specified through a configuration file. The "papersize" configuration file is no longer needed, or supported. - The PostScript prologue is no longer obtained from the "ps-prologue" configuration file. This configuration file is no longer needed, or supported. * HTML driver: - The HTML prologue is no longer obtained from the "html-prologue" configuration file. This configuration file is no longer needed, or supported. Command language changes: * The following commands are new: - GET DATA, which currently supports reading Gnumeric files and text data files. It will be extended later to read other types of foreign data. - CD, to change the current directory. - INSERT, to execute a syntax file. - DELETE VARIABLES, to remove variables from the active file dictionary. - ADD DOCUMENT, to add text to active file documents. - CLOSE FILE HANDLE (a PSPP extension; see below). - XEXPORT, a PSPP extension that is a transformation equivalent to EXPORT. * The following functions for transformation expressions are new: - DATEDIFF, for computing the difference of two dates. - DATESUM, for advancing a date by a specified duration. - VALUELABEL, to obtain the value label for a value. * PSPP now supports very long string variables (over 255 bytes long). * MATCH FILES now supports the FIRST and LAST subcommands. * Previous versions of PSPP prohibited using commands to both read and write a single file at the same time. Now, PSPP allows this, and the new version of the file atomically replaces the old version. * The following commands are no longer available. They will be re-implemented in a later release: - CLEAR TRANSFORMATIONS - MATRIX DATA - REPEATING DATA * The PROCESS IF command, which was deprecated, has been removed. You may replace any usage of it by SELECT IF following TEMPORARY, which has the same effect. * The output format for variables created by VECTOR may now be specified as part of the VECTOR syntax. "Scratch files", a new PSPP extension: A scratch file, like a system file, consists of a dictionary and any number of cases. Small scratch files are stored in memory; one that grows too large is written to disk. By default, any file handle whose name begins with # is assumed to refer to a scratch file. Scratch files can be used just about anywhere a system or portable file can be used. Also, portable files are now allowed in most places that system files were allowed in previous PSPP version. A new CLOSE FILE HANDLE command allows the storage associated with scratch files to be freed. It also allows file handles to be reassigned to new files. For more information on scratch files, refer to the "File Handles" section in the PSPP manual. For specifics of what commands now allow what kinds of files to be specified, refer to the documentation on those particular commands. Data access changes: * Binary formats and IBM/360 formats, including ASCII/EBCDIC translation, are now supported. Use FILE HANDLE to specify the format of these files. * Little-endian, big-endian, and VAX-endian formats are now supported for integer binary formats when reading and writing data files. The new RIB and WIB subcommands on the SET command control endianness of integer data. The default is the host's native endianness. * IEEE 754, VAX, and IBM hexadecimal formats are now supported for floating point binary formats when reading and writing data files. The new RRB and WRB subcommands on the SET command control the floating point format. The default is the host's native floating point format. * DATA LIST now supports the SKIP subcommand, to skip records at the beginning of a file. For compatibility, DATA LIST now treats N format as F format for FREE and LIST format input. * The SAVE and XSAVE commands now support the UNSELECTED, PERMISSIONS, NAMES, and MAP subcommands. * The EXPORT command has been re-implemented to obtain better results. Support for the UNSELECTED, DIGITS, and TYPE subcommands has been added. * For compatibility, PRINT now inserts a space at the beginning of every output line, even lines that would otherwise be blank, when OUTFILE is specified. (The behavior of WRITE is unchanged.) * For compatibility, PRINT EJECT now inserts the digit `1' at the beginning of each line that should begin a new page. * For compatibility, WRITE now outputs the system-missing value as a field filled with spaces. Binary formats are an exception. (The behavior of PRINT is unchanged.) Documentation: * Input and output format descriptions have been rewritten. They now precisely describe what is accepted on input and written on output. * The descriptions of the PSPP system and portable file formats have been extensively revised and improved. Changes from 0.3.0 to 0.4.0: Newly implemented commands and statistical features: * EXAMINE, including its graphing features. * FREQUENCIES now supports percentiles. * ONEWAY. * PERMISSIONS. * SHOW. * SORT CASES now sorts stably, that is, two cases with equal sort criteria will be in the same relative order before and after the sort. * T-TEST (re-written). * DATE and USE. These commands are parsed but otherwise ignored, to enhance compatibility with certain command files that invoke them unnecessarily. * VARIABLE WIDTH, VARIABLE ALIGNMENT, and VARIABLE LEVEL. These currently have no effect on PSPP output, but their values are written to and read from system files and thus may affect third-party software. * SET EPOCH implemented. * DATA LIST FREE and DATA LIST LIST now support arbitrary field delimiters. * FILE HANDLE now supports custom tab widths. Long variable names (and other identifiers) are now supported. Up to the first 64 bytes of each identifier is significant. PSPP now reads and writes system files compatible with SPSS version 12. New --algorithm and --syntax command line options allow SPSS-compatible or enhanced modes to be selected. Support for transformation expressions has been rewritten and significantly improved. Refer to the manual for details. Calculation of moments (mean, standard deviation, kurtosis, skewness) has been rewritten and should now be more accurate. In --algorithm=enhanced mode moments may be more accurate than SPSS in some cases. Numerous bugs have been fixed, too many to mention here. Many new tests have been added, leading to the discovery and fixing of many of these bugs. The ASCII output driver can now squeeze multiple blank lines into single blank lines. Much of the code has been rewritten and refactored. It is now much cleaner. The FILE TYPE and REPEATING DATA commands have been disabled for this release because their implementations were deemed too buggy to be useful. They will be fixed and replaced in a future release. New pspp-mode for Emacs (in pspp-mode.el). Added rudimentary command-line completion for interactive input. lib/julcal and lib/dcdflib are no longer used, so they have been removed.
2009-09-03Update Genius Calculator to version 1.0.7.asau5-32/+40
Changes to 1.0.7: * SYNTAX: Added a possibility to exactly specify which variables are copied into a function's extra dictionary when it is being returned. E.g. "`(x) [x0] = (x-x0)" will copy x0 from the current context. This is a lot more efficient than the current behaviour which tries to copy everything referenced. * SYNTAX: Add "local" variables by specifying "local x,y,z" or "local *" as the first statement in a function. Local variables are not visible from higher contexts (functions called within) * CHANGE: all system parameters are now protected and cannot be redefined using the "parameter" keyword * Add UserVariables, UndefineAll, ProtectAll, and add Undefine as an alias to undefine. * Add trigonometric Fourier series related functions: NumericalFourierSeriesFunction, NumericalFourierSineSeriesFunction, NumericalFourierCosineSeriesFunction, FourierSeriesFunction, NumericalFourierSeriesCoefficients, NumericalFourierSineSeriesCoefficients, NumericalFourierCosineSeriesCoefficients, PeriodicExtension, EvenPeriodicExtension, OddPeriodicExtension * Fix changing floating point precision! * Fix uninitialized variable in graphing (Matthias Drochner) * Improve variable substitution for returned functions to be more efficient. Slightly changes behaviour with respect to global functions and variables used. * Plot windows now not treated annoyingly as dialogs * Fix compilation/decompilation of all function attributes. * Parse/Evaluate with a syntax error at end of string no longer terminate genius * Updated Mersenne stuff for the newest data from mersenne.org and fix MersennePrimeExponents * Fix opening new files from the command line. * Update the gel library to use the new language features. * Various other minor fixes * Translation updates (Philip Withnall, Jen Ockwell, Rodrigo Luiz Marques Flores, Daniel Nylander, Mario BlæÖttermann, me) * For some of the changes the author (Jiri) was partially supported by NSF grant DMS 0900885 and the University of Illinois at Urbana-Champaign
2009-09-03Update HOMEPAGE and MASTER_SITES, set LICENSE (GNU GPL v.2).asau1-4/+4
2009-09-03Update to CLN 1.3.0.asau5-82/+25
Changes since previous package: 2009-06-30, version 1.3.0 * Use the GNU autotools as build system. * Implemented a more portable module dependency mechanism. 2008-04-05, version 1.2.2 * Re-establish CLN-1.2.0 ABI and fix ARM build, both inadvertently broken in the previous release. 2008-03-24, version 1.2.1 * Fixed some bugs in the output of numbers larger than 2^32 decimal digits. * Modifying C/C++ operators like +=, ++, etc. are now enabled by default. 2008-01-19, version 1.2.0 * Save big amounts of memory in computation of some functions and constants by: - Avoiding pre-computation of series terms and instead computing them in a streamed way. - Avoiding computation with excess precision in binary splitting algorithm by coercion of intermediate integer values to floating-point as early as possible. * Added support for huge numbers: - intC used for all counter loops. - intE is now a 64-bit type on all 64-bit platforms and even on selected 32-bit platforms. * CLN now uses C++ exceptions for error handling. The cl_abort() hook is not supported any more. Please refer to the documentation to learn about existing exception types. * Fixed a bug on i386 where comparing Z/2Z ring zeros returnd random results. * Removed cl_boolean. Use built-in C++ bool instead. * Dropped the cln-config script. Please use pkg-config instead. * Updated infrastructure to that of libtool-1.5.24. * Changed encoding of all files to UTF-8. * Fix compilation issues with GCC-4.3. * Fix linking issues on platforms that don't feature weak symbols (like win32).
2009-09-03Update to calc 2.12.4.0.asau2-9/+7
User visible changes: Fixed a documentation bug for the sgn() builtin. Added the 1<<8/2 evaluation example to "help unexpected". That expression evalutes to 128, not 16 as some C programmers might expect. Fixed a bug in solve.cal where high was not returned in some situations. Fixed a bug reported by Paul & Karen Tomlinson (paulnkaz at pktomlinson dot fsnet dot co dot uk) where calling log multiple times with different values of epsilon resulted in an incorrect value. Fixed a bug where an certains typos (e.g., calling an unknown function) would previously cause calc to exit.
2009-08-31Update to Maxima 5.19.2.asau2-6/+6
Changes since 5.19.1: * bug fix in defint * bug fix in csign * bug fix in "not" * bug fix in implicit3d * bug fix in sublist * bug fix in share/matrix/eigen.mac * bug fix in share/contrib/stats/stats.mac
2009-08-30Update p5-Spreadsheet-Read from version 0.34 to version 0.35.seb2-9/+14
Pkgsrc changes: - Adjust/fix dependencies (according to META.yml and not the bundled Makefile.PL which seems out of sync!?) Upstream changes: 0.35 Wed 03 Jun 2009 - Add Test::NoWarnings, which is not run in AUTOMATED_TESTING - Switched to Test::More using tests_done () - Text::CSV_XS requires 0.43 or up, as we use ->eof () still prefer a really new release, like 0.65, which is Test::NoWarnings safe - Spreadsheet::XLSX 0.10 still does not support attributes - Added -n to xlscat - XLSX tests skip on feature, not on version
2009-08-30Update p5-Spreadsheet-XLSX from version 0.09 to version 0.10 (0.1 upstream).seb2-7/+7
Upstream changes: 0.1 Wed Mar 25 18:19:46 MSK 2009 - bypassing empty sheets (thanks Lukasz Wilun for an example with diagrams); - rich text within a cell (by Rob Polocz);
2009-08-26bump revision because of graphics/jpeg updatesno16-23/+32
2009-08-26Update from version 0.5200 to version 0.5400 (upstream 0.54)seb2-6/+6
Upstream changes: 0.54 August 25 2009 ! Fix for height/width of hidden rows/columns with additional. tests in 05_regression.t. Thanks to Greger Leijonhufvud. http://rt.cpan.org/Public/Bug/Display.html?id=48450 ! Fix for mal-formed Print_Title Name block. Reported by Marc Elser. 0.53 August 24 2009 + Made perl 5.8.0 a requirement for proper Unicode handling. ! Fixed minor int2col() bug thanks to David Black. Added 28_int2col.t test for above. http://rt.cpan.org/Public/Bug/Display.html?id=48967 + Refactored Workbook API and docs.
2009-08-23Update from version 0.5100 to version 0.5200 (upstream 0.52)seb2-6/+6
Upstream changes: 0.52 August 21 2009 + Added new FmtJapan module and tests written by Goro Fuji. ! Fixed bug in ExcelFmt() date handling where conversion to weekday and month names wasn't handled correctly. Add extra tests to 21_number_format_user.t for above. ! Fixed bug when checking $Config{useperlio}. Reported by kbates and H.Merijn Brand. http://rt.cpan.org/Public/Bug/Display.html?id=28861 ! Fixed bug where CellHandler variables weren't scoped to package. Reported be pomoxp. http://rt.cpan.org/Public/Bug/Display.html?id=43250 + Added tests for ExcelLocaltime() and LocaltimeExcel(). 26_localtime2excel.t and 27_localtime2excel.t. + Refactored SaveParser docs. Work still ongoing.
2009-08-22Update to Maxima 5.19.1.asau3-7/+13
Changes since 5.18.1: Backwards-incompatible changes: * eigenvector: greater detail in return value * package fft: renamed ift to inverse_fft fft and inverse_fft do not modify their arguments fft and inverse_fft take 1 argument (complex), not 2 New items in core: * new functions inverse_erf, inverse_erfc New items in share: * package hyperint: integration of some algebraic functions * package hypergeometric: hypergeometric functions * package linearalgebra: new function determinate_by_lu * package abs_integrate: new functions floor_int, if_int * package simplify_sum: extended Gosper algorithm Other revisions: * exp: rework implementation * realpart, imagpart, cabs, carg: rework implementation * revise exponential integral functions * apropos: argument is a string, return Maxima user symbols only * regularize implmentation of constant declaration * pass options from Maxima command line to Lisp * regularize use of some special variables * package dynamics: revisions * package fft: accept list as argument, other revisions * package ezunits: revise code, revise and expand documentation * package stats: test for the difference of two proportions * package sarag: algorithm for the multivariate certificate * package descriptive: more options for barsplot * package draw: new object "mesh", new options Bug fixes: 2805251: Absence of extract_categories.sh and others 2825092: %pi^2.0b0 does not evaluate numerically 2825082: %pi^1.0b0 --> floating point value 2824928: limit(sqrt(z)/b^z,z,inf) 2824909: exp(%i*%pi/4) not simplified 2801821: limit(x*expintegral_ei(x),x,0) 2797885: problem with integration 2795534: integrate(expintegral_ei(x),x,0,1) gives result with TRUE 2794173: Manpage gives incorrect website 2793827: internal error in integrate 2793294: derivative of gamma_incomplete 2792493: hgfred([1],[-5.2],x); 2787047: Assume has problems after a reset() 2779385: gudermannian function wrong 2727078: wrong limit(log(gamma(x+1))/x,x,0) 2721670: mattrace / FIX 2699862: derivative of polylogarithm 2298099: atan2 & logarc 2029041: a*sqrt(2)/2 unsimplified 2003386: float(elliptic_kc(1)) causes Lisp error 1986726: Integrating f(x) with limits after resetting throws an error 1927178: integrate(sin(t),t,%pi/4,3*%pi/4) 1923119: 1/sqrt(8)-sqrt(8)/8 1996354: unsimplifed result from expand 1899352: integrate asks about (y-1)(y+1) after assume(y^2>1) 1853191: rat(2/sqrt(2)),algebraic doesn't cancel 1731624: asked about sign of yx in integral containing only z 1480562: 2*a*2^k isn't simplified to a*2^(k+1) 1315837: limit(?foo) 1310619: example(do) and example(if) not working 1119228: limit(1/zeroa) 1053056: TIME(%) always yields 0.0 1041570: assume(abs(x)<1) should imply x<1 and x>-1 1023931: logabs not a defmvar 938134: diff(realpart) bogus 924868: defint log(sqrt(q^2-1)+1) asks about YX 826623: simplifer returns %i*%i 751934: Inconsistent simplification of 1.0*x etc 721575: 2/sqrt(2) doesn\'t simplify 660948: simplification of exp(%i*...) 631216: horner([...],x)/FIX 619927: (-1.0b0)^(1/3) vs (-1.0d0)^(1/3) 609464: 1+%e,numer and %e^%e,numer unnumbered: 1 was mistakenly considered greater than 1.0 unnumbered: plot2d(x^(1/3), ...) fails unnumbered: unexpected behavior in for loop with variable step unnumbered: infinite loop for integrate(1/(x^5-1),x,1,inf) unnumbered: integrate(1/(sin(x/3)^2+1),x,0,24) unnumbered: integrate(1/(sin(x-3)^2+1),x,3,11) unnumbered: ensure foo is a reset-able variable in reset(foo) unnumbered: abs((sqrt(3)*%i/2-1/2)/(3*(%i/(6*sqrt(3))-1/6)^(1/3)) +(%i/(6*sqrt(3))-1/6)^(1/3)*(-sqrt(3)*%i/2-1/2)) unnumbered: makelist(): argument size appears restricted to integer unnumbered: multiple batch calls in a batch file unnumbered: integrate(f2(a*x-b)*x^3,x,minf,inf) where f2(x):=(2*sigma^(3/2))/(%pi*x^4+2*%pi*sigma*x^2+%pi*sigma^2)
2009-08-20Updating package math/p5-Spreadsheet-ParseExcel from 0.4900 to 0.5100sno2-7/+8
pkgsrc changes: - Adding license (perl5 license) Upstream changes: 0.51 19 August 2009 ! Added fix for incorrectly skipped charts. Thanks Guntram Blohm. https://rt.cpan.org/Ticket/Display.html?id=44009 ! Added fix for locale [$-ddd] strings in number formats. Reported by Jeff Mitchell. https://rt.cpan.org/Ticket/Display.html?id=43638 ! Added fix for multiple dots in number formats. Thanks to Father Chrysostomos. http://rt.cpan.org/Public/Bug/Display.html?id=45502 ! Added fix to make half way rounding behave like Excel. Thanks to Joshua Megerman. http://rt.cpan.org/Public/Bug/Display.html?id=45626 ! Added checks for valid dates in Utility::ExcelFmt. Reported by Alan James. http://rt.cpan.org/Public/Bug/Display.html?id=48831 0.50 18 August 2009 + Refactored Worksheet interface and documentation. Added 04_regression.t and 05_regression.t to test above changes. ! Fixed column units conversion. Added 24_row_col_sizes.t for above change. ! Fixed RK number conversion. The existing code was the source of several RT bugs and portability issues. Added 25_decode_rk_numbers.t testcase.
2009-08-18Updating package for p5 module Statistics::Descriptive from 2.6 to 3.0100sno2-6/+8
pkgsrc changes: - Adding license according to META.yml (perl license) - Setting module type to Module::Build Upstream changes: 3.0100 July 20, 2009 - Added the quantile method - thanks to Djibril Ousmanou (DJIBEL). - https://rt.cpan.org/Ticket/Display.html?id=47948 3.0000 May 29, 2009 - Added tests (for ->count, ->sum, ->sumsq, ->min, ->max) - Localized the scope of $stat and other variables in t/descr.t - Got rid of AUTOLOAD in favour of individual accessors. - Converted many direct member accesses to the accessors. - Added ->frequency_distribution_ref() which deprecates frequency_distribution(). - Some refactoring of the lib/Statistics/Descriptive.pm module (without breaking the documented API). 2.9 May 13, 2009 - Fixed bug https://rt.cpan.org/Public/Bug/Display.html?id=46026 : - standard_deviation failing due to a variance that got evaluated to 0 due to rounding errors. - Kwalitee : added a LICENSE section to the POD. - Kwalitee (CPANTS) : added an examples/ directory with a script. 2.8 May 09, 2009 - Enabled "./Build runtest" and "./Build distruntest" (using Test::Run) in the distribution. - Fixed incomplete/broken tests in t/descr.t. 2.7 May 03, 2009 - Converted the distribution to Build.PL and re-organized it to put everything under its proper place. Started maintaining it in: - http://svn.berlios.de/svnroot/repos/web-cpan/Statistics-Descriptive/ - Converted t/descr.t to use "use strict;" and "use warnings;". - Converted t/descr.t to use Test::More. - Cleaned up the "use" statement of lib/Statistics/Descriptive.pm. - Added more explicit dependencies (core, though) to Build.PL. - Fixed RT bug #34999: freq distribution generated too many bins. - https://rt.cpan.org/Ticket/Display.html?id=34999 - Added some keywords and resources to the META.yml, using Build.PL's meta_merge. - Fixed https://rt.cpan.org/Ticket/Display.html?id=32183 - more authoritative (and non-broken) link to the RFC. - Applied the patch in https://rt.cpan.org/Ticket/Display.html?id=9160 - {{#9160: Variance and Standard Deviation use costly pseudo-variance, instead of computing real variance}}.
2009-08-16Update from version 2.010801nb1 to 2.010801nb2.he3-10/+13
Pkgsrc changes: o Re-do patch-ab so that this package actually builds on hosts other than arm and i386. ('eq' instead of '=' is the bug...)
2009-08-14Update to 3.2.2. Set LICENSE to gnu-gpl-v2.wiz2-6/+7
FFTW 3.2.2 * Improve performance of some copy operations of complex arrays on x86 machines. * Add configure flag to disable alloca(), which is broken in mingw64. * Planning in FFTW_ESTIMATE mode for r2r transforms became slower between fftw-3.1.3 and 3.2. This regression has now been fixed.
2009-08-12Update to Maxima 5.19.0.asau3-8/+20
ChangeLog is empty, the package contains various bug fixes.
2009-08-06PKGREVISION bump for elisp packages because of bytecode format changesminskim2-3/+4
in emacs23.
2009-08-05calc is included in emacs>=22.minskim1-1/+4
2009-08-04Update eigen2 to 2.0.4.markd3-10/+16
Changes unknown.
2009-08-03MAKE_JOBS_SAFE=nojoerg1-1/+2
2009-08-03MAKE_JOBS_SAFE=nojoerg1-1/+2
2009-08-01Make it build on recent DragonFly.hasso2-1/+26