Commit graph

2914 commits

Author SHA1 Message Date
wiz
427d783cab Update to 3.1.0:
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-22 15:13:26 +00:00
drochner
66fff2d7cc update to 1.6.1
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-17 17:24:41 +00:00
brook
84a77e9275 Fix checksums for patches. 2012-04-16 00:43:40 +00:00
brook
843a0090ea Update to XML v3.9-4 and regularize package files. 2012-04-15 22:33:33 +00:00
brook
41875d29b6 Added R-geoRglm. 2012-04-15 22:16:24 +00:00
brook
73f9b6f1b8 Import of geoRglm v0.9-2.
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-15 22:14:29 +00:00
wiz
3249e0a82f Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
brook
f1cd05d418 Update to reflect license restrictions on commercial redistribution. 2012-04-15 21:58:24 +00:00
brook
cb441f0372 Added R-DBI and R-RPostgreSQL. 2012-04-15 18:00:28 +00:00
brook
cec2ba7b01 Import RPostgreSQL v0.3-2.
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-15 17:57:36 +00:00
brook
7341102045 Import R DBI v0.2-5.
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-15 17:54:23 +00:00
brook
9b6883ece9 Update to gstat v1.0-10, add LICENSE, and regularize package files. 2012-04-15 17:37:43 +00:00
brook
32ecea4abd Added R-spacetime. 2012-04-15 17:33:52 +00:00
brook
ba4b287a98 Import R-spacetime v0.6-2.
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-15 17:33:04 +00:00
brook
d24c14ae37 Add R-xts. 2012-04-15 17:14:34 +00:00
brook
ed533a2923 Import R-xts v0.8-6.
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-15 17:13:47 +00:00
brook
479e227d35 Add R-zoo. 2012-04-15 17:11:33 +00:00
brook
9bb8c9ca02 Import R-zoo v1.7-7.
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-15 17:10:18 +00:00
brook
6c41045409 Update to RArcInfo v0.4-12, added LICENSE and regularized package files. 2012-04-15 16:57:19 +00:00
brook
8f47f288f6 Updated to genetics v1.3.6, added LICENSE (commented) and updated MAINTAINER. 2012-04-15 16:54:17 +00:00
brook
99fca9bf69 Add R-RColorBrewer. 2012-04-15 16:49:03 +00:00
brook
870109ab33 Import of RColorBrewer v1.0-5.
The packages provides palettes for drawing nice maps shaded according
to a variable.
2012-04-15 16:43:47 +00:00
brook
875874325d Update to mapproj v1.1-8.3, add LICENSE and update MAINTAINER. 2012-04-15 16:35:01 +00:00
brook
fe5b3be2f0 Update to clim.pact v2.3-10, add LICENSE and regularize package files. 2012-04-15 16:15:31 +00:00
brook
25e30b2af8 Update to gdata v2.8.2, add LICENSE and regularize package files. 2012-04-15 16:12:28 +00:00
brook
9b8e0a0de8 Update to wle v0.9-4, add LICENSE and regularize package files. 2012-04-15 16:03:42 +00:00
brook
9998c0d764 Update to classInt v0.1-17, add LICENSE and regularize package files. 2012-04-15 16:00:01 +00:00
brook
e0c2306c98 Update to Rcmdr v1.8-4, add LICENSE and update MAINTAINER. 2012-04-15 15:49:00 +00:00
brook
5fc958c3d3 Update to statmod v1.4.14, add LICENSE and regularize package files. 2012-04-15 15:45:16 +00:00
brook
720f795a71 Update to sgeostat v1.0-24, add LICENSE and regularize package files. 2012-04-15 15:43:26 +00:00
brook
5e18e48dbd Update to ncdf v1.6.6, add LICENSE and regularize package files. 2012-04-15 15:39:34 +00:00
brook
ecb88b8e7f Update to pixmap v0.4-11, add LICENSE and update MAINTAINER. 2012-04-15 15:38:14 +00:00
brook
77651f9d8d Update to mvtnorm v0.9-9992, add LICENSE and regularize package files. 2012-04-15 15:33:38 +00:00
brook
7cd0bb85e0 Update to maps v2.2-5, add LICENSE and update MAINTAINER. 2012-04-15 15:30:55 +00:00
brook
779484f0b0 Update to hwde v0.62, add LICENSE and regularize package files. 2012-04-15 15:28:51 +00:00
brook
0a8c2bb3ed Update to gtools v2.6.2, add LICENSE and regularize package files. 2012-04-15 15:26:35 +00:00
brook
68c3295808 Update to e1071 v1.6, add LICENSE and regularize package files. 2012-04-15 15:25:09 +00:00
brook
c15237a7b3 Update to date v1.2-32, add LICENSE and update MAINTAINER. 2012-04-15 15:22:37 +00:00
brook
064a3e1359 Update to circular v0.4-3, add LICENSE and regularize package files. 2012-04-15 15:20:52 +00:00
brook
f79604af83 Update to chron v2.3-42, add LICENSE and update MAINTAINER. 2012-04-15 15:18:34 +00:00
brook
3ee7991372 Update to car v2.0-12 and add LICENSE. 2012-04-15 15:15:48 +00:00
brook
b41e642038 Update to akima v0.5-7, add LICENSE and regularize package files. 2012-04-15 15:09:26 +00:00
brook
787b53ed22 Update to abind v1.4-0, add LICENSE and regularize package files. 2012-04-15 14:55:50 +00:00
brook
ebb9b4127b Update to R2HTML v2.2, add LICENSE and regularize package files. 2012-04-15 14:51:05 +00:00
brook
0a084f28b5 Update to PHYLOGR v1.0.7, add LICENSE and regularize package files. 2012-04-15 14:48:26 +00:00
brook
f8639a2cfa Update to ISwR v2.0-6, add LICENSE and regularize package files. 2012-04-15 14:45:35 +00:00
brook
fb0d693da1 Update to lmm v0.5 and regularize the package files. 2012-04-15 13:46:13 +00:00
brook
01201a784e Update to DAAG v1.12 and regularize the package files. 2012-04-15 13:33:06 +00:00
brook
c35775418f Update to randomForest v4.6-6. Add a LICENSE. 2012-04-15 13:28:39 +00:00
brook
91934595d3 Add a LICENSE and regularize the package files. 2012-04-15 13:16:35 +00:00