summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2012-05-03Use the .tar.bz2 distfile to avoid the xzcat dependency and issues whenhans2-6/+6
building this inside of gcc.
2012-05-03+ p5-Math-Permute-List.wiz1-1/+2
2012-05-03Initial import of p5-Math-Permute-List-1.004:wiz3-0/+30
Generate and process all the all the permutations of a list using the standard Perl metaphor.
2012-04-28Update ruby-spreadsheet to 0.6.9.obache3-7/+9
=== 0.6.9 / 28.04.2012 * Yield is more simple here too. * No need to capture the block in Spreadsheet.open * Rather than extending a core class, let's just use #rcompact from a helper module
2012-04-25Always add -shared to LDFLAGS to work around some stupidity. Should fixhans1-1/+5
pkg/44107, tested on SunOS and NetBSD. More can be found information here: http://projects.scipy.org/numpy/ticket/1101
2012-04-22Update to 3.1.0:wiz3-31/+14
Changes from versions 3.0.* to version 3.1.0: - The "canard à l'orange" release. - The MPFR source has been reorganized. - Dropped ansi2knr support. - TLS support is now detected automatically. If TLS is supported, MPFR is built as thread safe by default. To disable TLS explicitly, configure MPFR with --disable-thread-safe. - New --enable-gmp-internals configure option to use GMP's undocumented functions (not from the public API). Note that library versioning is not guaranteed to work if this option is used. - The mpfr_urandom and mpfr_urandomb functions now return identical values on processors with different word size (assuming the same random seed, and since the GMP random generator does not depend itself on the word size, cf http://gmplib.org/list-archives/gmp-devel/2010-September/001642.html). - The mpfr_add_one_ulp and mpfr_sub_one_ulp macros (which are obsolete and no more documented) will be removed in a future release. - Speed improvement for the mpfr_sqr and mpfr_div functions using Mulders' algorithm. As a consequence, other functions using those routines are also faster. - Much faster formatted output (mpfr_printf, etc.) with %Rg and similar. - The --with-gmp-build configure option can now be used when the GMP source directory and the GMP build directory are different (without having to copy header files manually as before). - New functions mpfr_buildopt_gmpinternals_p, mpfr_buildopt_tune_case, mpfr_frexp, mpfr_grandom and mpfr_z_sub. - New divide-by-zero exception (flag) and associated functions. - The mpfr.h header can be included several times, while still supporting optional functions (see Section "Headers and Libraries" in the manual). - Updated tuning parameters. - Improved MPFR manual. - MPFR tests: libtool no longer generates wrapper scripts with "make check" (so that running the tests under valgrind or gdb is easier). - Bug fixes. Note: The mpfr_subnormalize implementation up to MPFR 3.0.0 did not change the flags. In particular, it did not follow the generic rule concerning the inexact flag (and no special behavior was specified). The case of the underflow flag was more a lack of specification. NetBSD-6.99.4/amd64: All 160 tests passed (1 test was not run)
2012-04-17update to 1.6.1drochner5-36/+98
changes: any new features, performance improvements and bug fixes, Some highlights are: -Re-introduction of datetime dtype support to deal with dates in arrays. -A new 16-bit floating point type. -A new iterator, which improves performance of many functions.
2012-04-16Fix checksums for patches.brook1-3/+3
2012-04-15Update to XML v3.9-4 and regularize package files.brook2-12/+12
2012-04-15Added R-geoRglm.brook1-1/+2
2012-04-15Import of geoRglm v0.9-2.brook3-0/+26
Functions for inference in generalised linear spatial models. The posterior and predictive inference is based on Markov chain Monte Carlo methods. Package geoRglm is an extension to the package geoR, which must be installed first.
2012-04-15Reset maintainer, developer has left the buildingwiz1-2/+2
2012-04-15Update to reflect license restrictions on commercial redistribution.brook1-1/+10
2012-04-15Added R-DBI and R-RPostgreSQL.brook1-1/+3
2012-04-15Import RPostgreSQL v0.3-2.brook5-0/+64
Database interface and PostgreSQL driver for R. This package provides a Database Interface (DBI) compliant driver for R to access PostgreSQL database systems. A wiki and issue tracking system for the package are available at Google Code at https://code.google.com/p/rpostgresql/.
2012-04-15Import R DBI v0.2-5.brook3-0/+24
A database interface (DBI) definition for communication between R and relational database management systems. All classes in this package are virtual and need to be extended by the various R/DBMS implementations.
2012-04-15Update to gstat v1.0-10, add LICENSE, and regularize package files.brook3-13/+12
2012-04-15Added R-spacetime.brook1-1/+2
2012-04-15Import R-spacetime v0.6-2.brook3-0/+32
A package with classes and methods for spatio-temporal data. In particular, space-time regular lattices, sparse lattices, and irregular data are supported, with limited support for trajectories, but not for topologies with S/T interactions such as space-time prisms. Utility functions are provided for plotting data as map sequences (lattice or animation) or multiple time series; for spatial and temporal selection, as well as methods for retrieving coordinates, for subsetting, print, summary, etc.
2012-04-15Add R-xts.brook1-1/+2
2012-04-15Import R-xts v0.8-6.brook3-0/+28
Provide for uniform handling of R's different time-based data classes by extending zoo, maximizing native format information preservation and allowing for user level customization and extension, while simplifying cross-class interoperability.
2012-04-15Add R-zoo.brook1-1/+2
2012-04-15Import R-zoo v1.7-7.brook3-0/+25
An S3 class with methods for totally ordered indexed observations. It is particularly aimed at irregular time series of numeric vectors/matrices and factors. Zoo's key design goals are independence of a particular index/date/time class and consistency with ts and base R by providing methods to extend standard generics.
2012-04-15Update to RArcInfo v0.4-12, added LICENSE and regularized package files.brook3-19/+22
2012-04-15Updated to genetics v1.3.6, added LICENSE (commented) and updated MAINTAINER.brook2-10/+12
2012-04-15Add R-RColorBrewer.brook1-1/+2
2012-04-15Import of RColorBrewer v1.0-5.brook3-0/+22
The packages provides palettes for drawing nice maps shaded according to a variable.
2012-04-15Update to mapproj v1.1-8.3, add LICENSE and update MAINTAINER.brook2-8/+9
2012-04-15Update to clim.pact v2.3-10, add LICENSE and regularize package files.brook3-13/+14
2012-04-15Update to gdata v2.8.2, add LICENSE and regularize package files.brook3-8/+9
2012-04-15Update to wle v0.9-4, add LICENSE and regularize package files.brook3-16/+17
2012-04-15Update to classInt v0.1-17, add LICENSE and regularize package files.brook3-9/+10
2012-04-15Update to Rcmdr v1.8-4, add LICENSE and update MAINTAINER.brook2-8/+9
2012-04-15Update to statmod v1.4.14, add LICENSE and regularize package files.brook3-8/+12
2012-04-15Update to sgeostat v1.0-24, add LICENSE and regularize package files.brook3-9/+11
2012-04-15Update to ncdf v1.6.6, add LICENSE and regularize package files.brook3-13/+15
2012-04-15Update to pixmap v0.4-11, add LICENSE and update MAINTAINER.brook2-7/+8
2012-04-15Update to mvtnorm v0.9-9992, add LICENSE and regularize package files.brook3-7/+9
2012-04-15Update to maps v2.2-5, add LICENSE and update MAINTAINER.brook2-8/+9
2012-04-15Update to hwde v0.62, add LICENSE and regularize package files.brook3-11/+11
2012-04-15Update to gtools v2.6.2, add LICENSE and regularize package files.brook3-7/+8
2012-04-15Update to e1071 v1.6, add LICENSE and regularize package files.brook3-11/+12
2012-04-15Update to date v1.2-32, add LICENSE and update MAINTAINER.brook2-8/+9
2012-04-15Update to circular v0.4-3, add LICENSE and regularize package files.brook3-9/+9
2012-04-15Update to chron v2.3-42, add LICENSE and update MAINTAINER.brook2-7/+8
2012-04-15Update to car v2.0-12 and add LICENSE.brook2-6/+7
2012-04-15Update to akima v0.5-7, add LICENSE and regularize package files.brook3-7/+8
2012-04-15Update to abind v1.4-0, add LICENSE and regularize package files.brook3-16/+17
2012-04-15Update to R2HTML v2.2, add LICENSE and regularize package files.brook3-17/+18
2012-04-15Update to PHYLOGR v1.0.7, add LICENSE and regularize package files.brook2-7/+8