summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2006-02-15update to 24.2drochner5-44/+33
another "final release" changes: -__array_data__, __array_struct__ support -some bugfixes -Support array interface in objecttype function -build system improvements inofficial note: The default indices of diagonal() and trace() changed, this causes a selftest to fail. The default indices behaviour is documented, so it seems that just the selftest is wrong. This only affects arrays with more than 2 dimensions.
2006-02-15optionally support lzo and ucl for internal compression,drochner1-2/+16
pull in buildlink files for all compression libs used
2006-02-15update to 1.5.1drochner3-8/+11
changes: -fix a NumArray Operator Optimization Bug -Better NumPy dtype Support. -more bugfixes
2006-02-14Removed unnecessary comment. TEST_TARGET=test is the default for Perlheinz1-2/+1
modules.
2006-02-14Updated to version 2.010703.heinz4-352/+23
This update fixes various segmentation faults during "make test" (using pari 2.1.6). Pkgsrc changes: - Removed files/Makefile.PL (not used anymore). Relevant changes since version 2.010501: ======================================== - various 64-bit fixes - extensive update ot test suite
2006-02-13Update mathomatic to 12.5.8.minskim2-6/+6
Changes: - Doubled the default max expression size. Display current size on startup. - Made solve_sub() return -1 for an identity. - Speedup of the simplify command.
2006-02-10update to 1.2.1drochner4-15/+58
This is a major version release. changes include: -Undo/Redo -support for objects (and indexes!) with more than 2**31 rows -new datatypes -improved HDF5 support -compression support
2006-02-07update to 1.5drochner4-9/+26
changes: -better interoperability with py-Numeric and scipy (uses "scipy newcore") -bugfixes -speed improvements
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg116-155/+232
2006-02-05Remove unneeded patch, noted by veego@.wiz1-12/+0
2006-02-04test -z $foo -> test -z "$foo"markd2-25/+46
fixes build on Solaris.
2006-02-04Update to 1.6.2:wiz3-13/+26
Gnumeric 1.6.2 Ivan, Y.C. Wong: * Fix Gdk-WARNING when cutting or copying cells. [#314210] * No more debug command prompt. Error/warning messages will go to an existing command prompt (if any). Jody: * Disable the IRC link in the help menu. * Use the cannonical web page in case of problems. * Silence some warnings in the ODS importer. Morten: * Fix COUNTBLANK. * Fix ATAN2(0,0). * Make AND, OR, and XOR ignore strings as claimed. * Fix TRIM for non-ASCII case with spaces at end. * Improve Excel compatibility of BIN2DEC, BIN2HEX, and BIN2OCT. [#323787] * Fix crash on xml load. [#323888] * Fix file corruption on saving scenarios. [#323927] * Fix a pile of leaks in solver and scenario saving and loading. * Fix leaks in solver dialog. * Fix parser leak. [#301127] * Fix solver dialog crash. [#324585] * Fix FMR in SUBSTITUTE. * Fix REPLACE and SEARCH for non-ASCII strings. * Fix division-by-zero problems in FIXED, ROUND, ROUNDUP, ROUNDDOWN, TRUNC. * Fix accuracy of ROUND, ROUNDUP, ROUNDDOWN, TRUNC. * Fix out-of-memory problem in REPT. * Fix lots of little XL compatibility problems in string functions. * Fix error on Search-and-replace. * Fix near-infinite loop in FACTDOUBLE. * Fix text-to-columns crash probably affecting stf import too. * Fix font preference crash. [#326830] * Fix memory allocation problem for writing charts. * Fix loading of boolean constants from ods files. * Fix MID for out-of-bounds values. * Fix constructed-range parsing for OO. * Fix SECOND, MINUTE, HOUR compatibility problems. * Fix DATE compatibility for bizarre input. * Cleanup parameter handling in financial functions. Jon Kåre: * Hand clipboard off to clipboard manager when exiting. Nick Lamb: * Fix CONVERT crash. [#323678]
2006-02-04Update glpk to 4.9markd4-17/+18
A MIP presolver were implemented (currently incomplete). It is used internally in the routine lpx_intopt (see below). An advanced branch-and-bound solver (the routine lpx_intopt) were implemented. The routine lpx_check_int to check MIP feasibility conditions was added. The routine lpx_print_mip was changed to print MIP feasibility conditions. The built-in functions sin, cos, atan, and atan2 were added to the MathProg language. Some typos were fixed. Thanks to Minh Ha Duong <haduong@centre-cired.fr> (CIRED, CNRS).
2006-02-02When using GCC and libstdc++ supports C99 macros, use isnan fromjoerg3-1/+29
namespace std.
2006-01-31Accept goffice>=0.2.0 too.wiz2-1/+14
Fixes compilation problem reported by joerg@ and veego@.
2006-01-30Bump PKGREVISION for goffice shlib major bump.wiz1-2/+2
2006-01-30Include sys/time.h for struct timeval on DragonFly.joerg2-4/+12
2006-01-30Changes 3.1:adam3-26/+18
* Faster FFTW_ESTIMATE planner. * New (faster) algorithm for REDFT00/RODFT00 (type-I DCT/DST) of odd size. * "4-step" algorithm for faster FFTs of very large sizes (> 2^18). * Faster in-place real-data DFTs (for R2HC and HC2R r2r formats). * Faster in-place non-square transpositions (FFTW uses these internally for in-place FFTs, and you can also perform them explicitly using the guru interface). * Faster prime-size DFTs: implemented Bluestein's algorithm, as well as a zero-padded Rader variant to limit recursive use of Rader's algorithm. * SIMD support for split complex arrays. * Much faster Altivec/VMX performance. * New fftw_set_timelimit function to specify a (rough) upper bound to the planning time (does not affect ESTIMATE mode). * Removed --enable-3dnow support; use --enable-k7 instead. * FMA (fused multiply-add) version is now included in "standard" FFTW, and is enabled with --enable-fma (the default on PowerPC and Itanium). * Automatic detection of native architecture flag for gcc. New configure options: --enable-portable-binary and --with-gcc-arch=<arch>, for people distributing compiled binaries of FFTW (see manual). * Automatic detection of Altivec under Linux with gcc 3.4 (so that same binary should work on both Altivec and non-Altivec PowerPCs). * Compiler-specific tweaks/flags/workarounds for gcc 3.4, xlc, HP/UX, Solaris/Intel. * Various documentation clarifications. * 64-bit clean. (Fixes a bug affecting the split guru planner on 64-bit machines, reported by David Necas.) * Fixed Debian bug no.259612: inadvertent use of SSE instructions on non-SSE machines (causing a crash) for --enable-sse binaries. * Fixed bug that caused HC2R transforms to destroy the input in certain cases, even if the user specified FFTW_PRESERVE_INPUT. * Fixed bug where wisdom would be lost under rare circumstances, causing excessive planning time. * FAQ notes bug in gcc-3.4.[1-3] that causes FFTW to crash with SSE/SSE2. * Fixed accidentally exported symbol that prohibited simultaneous linking to double/single multithreaded FFTW (thanks to Alessio Massaro). * Support Win32 threads under MinGW (thanks to Alessio Massaro).
2006-01-27Whoops, I forgot to actually fix the PLIST when I last "fixed" this. Bumpmarkd2-4/+4
PKGREVISION again.
2006-01-25Update mathomatic to 12.5.6.minskim2-6/+6
Changes: - Fixed compatibility problem with "list export" and "list maxima". - Added "tests/conversions.in". - Made "code integer" command work with more languages than C and Java. - Added "code python" command option. - Added "fact/fact.c" and "fact/fact.py", which are factorial functions. - Completed "help geometry" page.
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz13-16/+26
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-21Update mathomatic to 12.5.5.minskim3-11/+12
Changes: - Added "doc/manpage.html", which is the man page for Mathomatic generated with "groff -Thtml -man". - Made sure all HTML files have the extension ".html". - Made sure we can allocate at least 1 equation space on startup. - Made entering things like "#1 a" succeed at entering a single variable expression. - Fix-ups to the symbolic math library. - Increased power of limit command. - A limit expression with infinity in it is assumed to be infinity.
2006-01-14Update mathomatic to 12.5.4.minskim2-6/+6
Changes: - Removed parsing of "infinity" and fixed parsing of "inf". - Removed matho-around. Use GNU "seq | factor" instead. - Allow "#+"number and "#-"number at main prompt, to select relative equation numbers. - Removed all primes (') support from variable names. - Added version command. - Added "-v" option. - Split off super.c into super.c and poly.c. - All polynomial routines are now in poly.c. - Improved roots command and put it in tests. - Fixed bug simplifying "a = (e# + (e#*i#))^(pi + (pi*i#))".
2006-01-12If MANZ=yes was set then the subsequent USE_TOOLS+=gzip caused a gzipmarkd1-2/+4
link to appear in the tools directory and be picked up and embedded in one of the installed scripts. Since this package clearly uses gzip at runtime add an explicit USE_TOOLS+=gzip:run and fixup the gzip path that gets embedded. Fixes PR pkg/32218. Bump PKGREVISION.
2006-01-11Use better hack as suggested by jlam: query pari for its WRKSRC and usejoerg1-6/+8
that.
2006-01-11Adjust horrible, cludgy hack to not break when WRKDIR is outside thejoerg1-2/+2
pkgsrc tree.
2006-01-08Update mathomatic to 12.5.3.minskim2-7/+7
Changes: - Ported matho-primes, matho-twin, and matho-pascal to long doubles. "make test" added in "primes" directory. - Alphabetic case sensitive mode set by default. - Added "list maxima" option. "list export" is now for other programs. - Code cleanup.
2006-01-06Changes 2.9.4:adam9-187/+186
* Bug fixes and improvements
2006-01-04Name of .so file depends on version of R built against so fix PLISTmarkd1-1/+4
again and depend on the latest version of R. Bump PKGREVISION.
2006-01-03Add:adrianp1-1/+3
math/pear-Numbers_Roman math/pear-Numbers_Words
2006-01-03With Numbers_Words class you can convert numbersadrianp4-0/+22
written in arabic digits to words in several languages. You can convert an integer between -infinity and infinity. If your system does not support such long numbers you can call Numbers_Words::toWords() with just a string.
2006-01-03Numbers_Roman provides static methods for converting to and from Romanadrianp4-0/+20
numerals. It supports Roman numerals in both uppercase and lowercase styles and conversion for and to numbers up to 5 999 999
2006-01-03pthread user => include pthread.b3.mk. Use PTHREAD_* instead ofjoerg4-7/+34
hard-wired -lpthread. Use sys/wait.h on DragonFly as well.
2006-01-03config.guess / config.sub override.joerg1-1/+3
2006-01-03Regenerate patch, doesn't apply cleanly on DragonFly.joerg2-7/+16
2006-01-03MAXINT and MAXSHORT don't exist on FreeBSD and DragonFly, so usejoerg2-4/+4
same patch there.
2006-01-03Make it a bit harder for the compiler to optimise the sin() testjoerg2-9/+13
away: Use a global variable as argument.
2006-01-03Let imake handle the man pages and use PLIST variables. Bump revision,joerg2-14/+8
since only one copy is installed now e.g. on NetBSD.
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca1-2/+2
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-4/+4
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03Remove ruby-bitvector.taca1-2/+1
2006-01-03Remove ruby-bitvector package since MASTER_SITES and HOMEPAGE aren'ttaca4-47/+0
available any more.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz3-3/+6
Bump BUILDLINK_RECOMMENDED.
2005-12-29Update R to 2.2.1markd3-32/+6
USER-VISIBLE CHANGES o options("expressions") has been reduced to 1000: the limit of 5000 introduced in 2.1.0 was liable to give crashes from C stack overflow. NEW FEATURES o Use of 'pch' (e.g. in points) in the symbol font 5 is now interpreted in the single-byte encoding used by that font. Similarly, strwidth now recognizes that font 5 has a different encoding from that of the locale. (These are likely to affect the answer only in MBCS locales such as UTF-8.) o The URW font metrics have been updated to versions from late 2002 which cover more glyphs, including Cyrillic. o New postscript encodings for CP1250 (Windows East European), ISO Latin-7 (8859-13, Latvian, Lithuanian and Maori), Cyrillic (8859-5), KOI8-R, KOI8-U and CP1251. o configure has more support for the Intel and Portland Group compilers on ix86 and x86_64 Linux. o R CMD INSTALL will clean up if interrupted (e.g. by ctrl-C from the keyboard). o There is now a comprehensive French translation of the messages, thanks to Philippe Grosjean. DEPRECATED & DEFUNCT o The undocumented use of atan() with two arguments is deprecated: instead use atan2() (as documented). o The 'vfont' argument of axis() and mtext() is deprecated (it currently warns and does nothing). o The function mauchley.test() is deprecated (was a misspelling) and replaced by mauchly.test() Many BUG FIXES
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam2-4/+2
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb1-2/+2
2005-12-27Fix errno and sys_nerr usage on DragonFly.joerg3-1/+50
2005-12-21Handle DragonFly like NetBSD and Linux with regard to MAIN__joerg3-7/+7
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg4-2/+52
2005-12-19avoid computed static constant (which was in any case the wrong value)markd2-1/+27
in log1p(). From R svn. Should fix build on NetBSD-1.6.2.