Commit graph

3654 commits

Author SHA1 Message Date
wen
a039059dd0 Update to 0.9
Upstream changes:
Version 0.9

2013-12-10	Change LICENCE following advince from Kurt Hornik

Version 0.8

2013-12-10	date stamp for CRAN submssion
2013-09-30	mv inst/doc vignettes
		rmdir inst

Version 0.7
2013-09-27	Add MIT to LICENSE

Version 0.6

2012-04-16	Change "integer gmax/50/" into "integer gmax, data gmax/50/" in lmm.f
		as suggested by Brook Milligan [mailto:brook@nmsu.edu]
2012-04-11	Revise example.Rd
2012-04-06	Include incomplete data in marijuana.rda
		Accommodate the change in example.Rd
2012-04-05	Fix typos and add title to Table 1 in lmm-tr.Rnw
2014-11-01 13:31:10 +00:00
cheusov
c75aff0462 Include example scripts, some of the are rather useful.
++pkgrevision.
2014-10-31 00:54:02 +00:00
cheusov
c8e1feb4e4 += crfsuite 2014-10-29 23:14:36 +00:00
cheusov
1a416088f4 CRFSuite is an implementation of Conditional Random Fields (CRFs) for
labeling sequential data. The first priority of this software is to
train and use CRF models as fast as possible even at the expense of
its memory space and code generality. CRFsuite runs 5.4 - 61.8 times
faster than C++ implementations for training. CRFsuite supports
parameter estimation with L1 regularization (Laplacian prior) using
Orthant-Wise Limited-memory Quasi-Newton (OW-LQN) method and L2
regularization (Gaussian prior) using Limited-memory BFGS (L-BFGS)
method.
2014-10-29 23:13:21 +00:00
cheusov
9f5c6fd0ac += liblbfgs 2014-10-29 23:12:17 +00:00
cheusov
abc1d88636 This library is a C port of the implementation of Limited-memory
Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge
Nocedal. The original FORTRAN source code is available at:
http://www.ece.northwestern.edu/~nocedal/lbfgs.html
2014-10-29 23:10:29 +00:00
cheusov
537fc34f66 += libshorttext 2014-10-29 17:09:39 +00:00
cheusov
16af52c1ec LibShortText is an open source tool for short-text classification and
analysis. It can handle the classification of, for example, titles,
questions, sentences, and short messages. Main features of
LibShortText include
  * It is more efficient than general text-mining packages. On a
    typical computer, processing and training 10 million short texts
    takes only around half an hour.
  * The fast training and testing is built upon the linear classifier
  * LIBLINEAR
  * Default options often work well without tedious tuning.
  * An interactive tool for error analysis is included. Based on the
    property that each short text contains few words, LibShortText
    provides details in predicting each text.
2014-10-29 17:06:40 +00:00
cheusov
3ff020199c Fix hardcoded paths to executables; ++pkgrevision 2014-10-19 22:11:22 +00:00
cheusov
627d01b121 += liblinear 2014-10-19 16:48:44 +00:00
cheusov
aa901feeca Add liblinear.
LIBLINEAR is a linear classifier for data with millions of instances
and features. It supports
    L2-regularized classifiers
    L2-loss linear SVM, L1-loss linear SVM, and logistic regression (LR)
    L1-regularized classifiers (after version 1.4)
    L2-loss linear SVM and logistic regression (LR)
    L2-regularized support vector regression (after version 1.9)
    L2-loss linear SVR and L1-loss linear SVR.
Main features of LIBLINEAR include
    Same data format as LIBSVM, our general-purpose SVM solver,
        and also similar usage
    Multi-class classification: 1) one-vs-the rest, 2) Crammer & Singer
    Cross validation for model selection
    Probability estimates (logistic regression only)
    Weights for unbalanced data
    MATLAB/Octave, Java, Python, Ruby interfaces
2014-10-19 09:57:21 +00:00
cheusov
3ff3680eea Add more utilities and files to libsvm package 2014-10-19 08:59:31 +00:00
szptvlfn
9b07cabdd2 Bump PKGREVISION for hs-vector-0.10.12.1 2014-10-18 21:28:58 +00:00
joerg
685155bfef Racy build. 2014-10-15 22:06:23 +00:00
jaapb
1e2c6eff15 Revbump for ocaml 4.02.0.
(Some packages omitted because they will be updated to new versions)
2014-10-09 19:14:03 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
wiz
388e2d5aff Remove wxMaxima; wxmaxima replaces it. 2014-10-01 11:10:30 +00:00
wiz
e8b3efff42 Import wxmaxima-14.09.0 as math/wxmaxima. The casing of the package name
is finally consistent.

This is a graphical UI for the computer algebra system maxima.

Changes compared to math/wxMaxima:

14.09.0:
Bugfixes and compatibility with wxGTK-3.x.
2014-10-01 11:09:55 +00:00
jperkin
f501709395 Requires zlib. 2014-09-29 15:11:43 +00:00
fhajny
1f7b0c1490 Fix PLIST for SunOS. 2014-09-25 12:59:30 +00:00
jperkin
48badf9a0c Replace WRAPPER_BINDIR reference with real path in generated file. 2014-09-24 10:53:22 +00:00
jperkin
71212ef529 Don't include termcap.h on SunOS. 2014-09-23 22:52:01 +00:00
jperkin
b4efa95a07 Remove TOOLS_DIR references from the generated pari.cfg. 2014-09-23 09:08:21 +00:00
wiz
490710b08f Update to 3.1.1 and fix build with py-cython-0.20+.
We are happy to announce PyTables 3.1.1.

This is a bug-fix release that addresses a critical bug that make PyTables
unusable on some platforms.


What's new
==========

- Fixed a critical bug that caused an exception at import time.
  The error was triggered when a bug in long-double detection is detected
  in the HDF5 library (see :issue:`275`) and numpy_ does not expose
  `float96` or `float128`. Closes :issue:`344`.
- The internal Blosc_ library has been updated to version 1.3.5.
  This fixes a false buffer overrun condition that made c-blosc to fail,
  even if the problem was not real.

As always, a large amount of bugs have been addressed and squashed as well.
2014-09-20 17:56:36 +00:00
wiz
664fa26e58 - R-formatR. 2014-09-20 09:13:49 +00:00
brook
2b9ecca12f Move math/R-knitr to print/R-knitr.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-20 04:11:43 +00:00
brook
eceb5fda98 Move math/R-evaluate to devel/R-evaluate and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-20 03:53:54 +00:00
brook
f6a1f767e0 Move math/R-digest to security/R-digest and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-20 03:34:56 +00:00
brook
e82aa16ded Move math/R-markdown to textproc/R-markdown and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 22:47:06 +00:00
brook
35e28d2ef6 Move math/R-highr to textproc/R-highr and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 22:34:44 +00:00
brook
0dc0261741 Move math/R-stringr to textproc/R-stringr and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 21:21:16 +00:00
brook
312c623188 Fix dependency on R-Rcpp, which was moved from math/R-Rcpp to devel/R-Rcpp.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 21:19:40 +00:00
brook
0443d94659 Move math/R-Rcpp to devel/R-Rcpp.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 21:17:12 +00:00
brook
a1b93a3672 Move math/R-countrycode to geography/R-countrycode.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 20:55:07 +00:00
brook
239aa353bd Move math/R-mime to mail/R-mime.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 20:46:32 +00:00
brook
55b5323a70 Move math/R-formatR to textproc/R-formatR and fix depending packages.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 20:36:53 +00:00
brook
7412b1b573 Remove math/R-latticeExtra and switch dependency to reimported package
in graphics/R-latticeExtra.

Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 19:42:13 +00:00
szptvlfn
668b6e01c1 Update to 0.15.3
CHANGELOG:
0.15.3
------
* `instance NFData a => NFData (NonEmpty a)`
* Added `NFData` instances for the types in Data.Semigroup
2014-09-14 18:26:13 +00:00
szptvlfn
45de396234 Update to 0.3.3.1
changelog:
0.3.3.1
	*  Allow newer tasty, tasty-hunit and criterion
2014-09-14 18:25:25 +00:00
szptvlfn
75be48599d Bump PKGREVISION for hs-text-1.2.0.0 2014-09-13 22:23:27 +00:00
szptvlfn
57b7951159 Bump PKGREVISION for hs-text-1.1.1.3 2014-09-05 21:27:09 +00:00
wen
56d2bbcccb Update to 0.43
Upstream changes please visit:
http://cpansearch.perl.org/src/DANAJ/Math-Prime-Util-0.43/Changes
2014-09-04 07:09:56 +00:00
brook
483b53cb62 Added R-knitr v1.6. 2014-09-03 21:34:51 +00:00
brook
63c7cd0a09 Initial revision of R-knitr v1.6.
This package provides a general-purpose tool for dynamic report
generation in R, which can be used to deal with any type of (plain
text) files, including Sweave, HTML, Markdown, reStructuredText,
AsciiDoc, and Textile. R code is evaluated as if it were copied and
pasted in an R terminal thanks to the evaluate package (e.g., we do
not need to explicitly print() plots from ggplot2 or lattice). The
language in code chunks is not restricted to R (there is simple
support to Python and shell scripts, etc). Many features are borrowed
from or inspired by Sweave, cacheSweave, pgfSweave, brew and decumar.
2014-09-03 21:33:47 +00:00
brook
1fc1d3f50e Added R-digest v0.6.4. 2014-09-03 18:52:42 +00:00
brook
382e48a498 Initial revision of R-digest v0.6.4.
The digest package provides a function 'digest()' for the creation of
hash digests of arbitrary R objects (using the md5, sha-1, sha-256 and
crc32 algorithms) permitting easy comparison of R language objects, as
well as a function 'hmac()' to create hash-based message
authentication code.
2014-09-03 18:49:51 +00:00
brook
8d3c599c6d Added R-markdown v0.7.4. 2014-09-03 18:33:58 +00:00
brook
e5527521be Initial revision of R-markdown v0.7.4.
Markdown is a plain-text formatting syntax that can be converted to
XHTML or other formats. This package provides R bindings to the
Sundown markdown rendering library.
2014-09-03 18:33:02 +00:00
brook
5f3ffde920 Added R-mime v0.1.2. 2014-09-03 18:29:56 +00:00
brook
37b194d1ba Initial revision of R-mime v0.1.2.
This package guesses the MIME type from a filename extension using the
data derived from /etc/mime.types in UNIX-type systems.
2014-09-03 18:28:43 +00:00
brook
39b6177fa7 Added R-highr v0.3. 2014-09-03 18:23:38 +00:00
brook
0a266dbd01 Initial revision of R-highr v0.3.
This package provides syntax highlighting for R source code. Currently
it supports LaTeX and HTML output. Source code of other languages can
be supported via Andre Simon's Highlight package.
2014-09-03 18:21:45 +00:00
brook
531bf4de8e Added R-formatR v1.0. 2014-09-03 18:04:14 +00:00
brook
8be05c9fc5 Initial revision of formatR v1.0.
This package provides a function tidy_source() to format R source
code. Spaces and indent will be added to the code automatically, and
comments will be preserved under certain conditions, so that R code
will be more human-readable and tidy. There is also a Shiny app as a
user interface in this package (see tidy_app()).
2014-09-03 18:02:44 +00:00
brook
60211da695 Added R-evaluate v0.5.5. 2014-09-03 17:00:42 +00:00
brook
58aeec8352 Initial revision of evaluate v0.5.5.
Parsing and evaluation tools that make it easy to recreate the command
line behaviour of R.
2014-09-03 16:59:19 +00:00
brook
dedd9ed14e Added R-stringr v0.6.2. 2014-09-03 16:08:22 +00:00
brook
f11a27e5db Initial import of stringr v0.6.2.
stringr is a set of simple wrappers that make R's string functions
more consistent, simpler and easier to use.  It does this by ensuring
that: function and argument names (and positions) are consistent, all
functions deal with NA's and zero length character appropriately, and
the output data structures from each function matches the input data
structures of other functions.
2014-09-03 16:06:48 +00:00
szptvlfn
4e8f532d1c + hs-semigroups 2014-09-02 20:59:55 +00:00
szptvlfn
72a94fcf73 Import semigroups-0.15.2 as math/hs-semigroups,
packaged for wip by pho.

In mathematics, a semigroup is an algebraic structure consisting of a set
together with an associative binary operation. A semigroup generalizes a
monoid in that there might not exist an identity element. It also
(originally) generalized a group (a monoid with all inverses) to a type
where every element did not have to have an inverse, thus the name
semigroup.
2014-09-02 20:58:16 +00:00
adam
480a8011c4 Changes 4.55:
Some internal (non-API) routines to estimate the condition of
the basis matrix were added. These routines are mainly intended
to be used by the simplex-based solvers.

Two open modes "a" and "ab" were added to GLPK I/O routines.

Minor bug was fixed in the solver glpsol (command-line options
--btf, --cbg, and --cgr didn't work properly).

A serious bug was fixed in a basis factorization routine used
on the dense phase. (The bug might appear only if the number of
rows exceeded sqrt(2**31) ~= 46,340 and caused access violation
exception because of integer overflow.)

Two API routines glp_alloc and glp_realloc were documented.

Translation of the document "Modeling Language GNU MathProg"
to Spanish was included (in LaTeX and pdf formats).
2014-08-30 11:19:52 +00:00
obache
67b87a9e82 Update ruby-spreadsheet to 1.0.0.
### 1.0.0 / 29.08.2014

* added spreadsheet/errors.rb to Manifest.txt
2014-08-30 01:31:02 +00:00
szptvlfn
9da944d0cd make it clear what package depend on
discussed with wiz@.
2014-08-29 14:08:38 +00:00
obache
532b8253e1 Update ruby-spreadsheet to 0.9.9.
### 0.9.9 / 28.08.2014

Author: PikachuEXE <pikachuexe@gmail.com>
Date:   Wed Aug 27 09:55:41 2014 +0800

* Add custom error classes
* Raise custom error for unknown code page or unsupported encoding
2014-08-29 10:10:41 +00:00
brook
09e59399ca Update to date v1.2-34.
2014-03-17  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

	* DESCRIPTION (Version): New version is 1.2-34.

	* NAMESPACE: Improve.

2012-11-23  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

	* DESCRIPTION (Version): New version is 1.2-33.

	* src/char_date.c (char_date): Try avoiding buffer overflow as
	suggested by Erik Doffagne <erik.doffagne@gmail.com>.
2014-08-28 03:14:39 +00:00
brook
89407def91 Update to plyr v1.8.1. 2014-08-26 16:40:40 +00:00
brook
5ee66a920c Add a buildlink3.mk file for depending packages. 2014-08-26 16:36:06 +00:00
brook
918710ef22 Add R-Rcpp v0.11.2. 2014-08-26 16:30:01 +00:00
brook
3933b26ba6 Initial revision. 2014-08-26 16:28:47 +00:00
brook
d95a62a01d Update to DAAG v1.20. 2014-08-26 15:48:39 +00:00
brook
15e32d7b3b Add R-latticeExtra v0.6-26. 2014-08-26 15:46:20 +00:00
brook
a18e645227 Initial revision. 2014-08-26 15:44:48 +00:00
brook
6a98e3f6a3 Update to chron v2.3-45. 2014-08-26 14:08:02 +00:00
brook
597e2cd862 Add R-countrycode. 2014-08-26 04:33:59 +00:00
brook
ba51cc31f9 Initial revision. 2014-08-26 04:32:27 +00:00
obache
44f242b224 Update ruby-spreadsheet to 0.9.8.
### 0.9.8 / 19.08.2014

Author: PikachuEXE <pikachuexe@gmail.com>
Date:   Tue Aug 19 09:54:30 2014 +0800

* Fix Encoding for MRI 2.1.0
2014-08-24 01:02:37 +00:00
wiz
ae075e6d55 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
joerg
66582b0394 Don't strip library path for Fortran lib. 2014-08-19 13:37:53 +00:00
joerg
db452e7a63 Build and link Fortran code using the Fortran Compiler. Bump revision. 2014-08-19 13:37:14 +00:00
szptvlfn
8d39c22415 Update to 0.3.3.0
changelog:
0.3.3.0
    * Add the isFloating or isInteger predicates.
      Courtesy of Zejun Wu (@watashi).
    * Add the toRealFloat' and toBoundedInteger functions.
      Courtesy of Fujimura Daisuke (@fujimura).

0.3.2.2
    * Enable package to link with integer-simple instead of
      integer-gmp using the -finteger-simple cabal flag.
      Courtesy of @k0ral.

0.3.2.1

    * Parameterize inclusion of the Data.ByteString.Builder.Scientific
      module using the bytestring-builder flag. Disabling this flag
      allows building on GHC-7.0.4 which has bytestring-0.9 installed
      by default.

0.3.2.0

    * Add the floatingOrInteger function
    * Fix build on GHC-7.0.4
    * More efficient and better behaving magnitude computation
    * Lower the number of cached magnitudes to 324 (same as GHC.Float)

0.3.1.0

    * Don't normalize on construction but do it when pretty-printing
      instead. Also provide a manual normalize function.
    * Improve efficiency of toRealFloat
    * Added note about caching magnitudes
    * Dropped dependency on arithmoi
    * Make benchmark easier to build
    * Add junit XML output support (for Jenkins)

0.3.0.2

    * Lower the minimal QuickCheck version.
    * Make sure sized exponents are generated in the QuickCheck tests.

0.3.0.1

    * Fix build for bytestring-0.10.0.*

0.3.0.0

    * Fix a DoS vulnerability that allowed an attacker to crash the
      process by sending a scientific with a huge exponent like
      1e1000000000.
    * Fix various RealFrac methods.
    * Cache some powers of 10 to speed up the magnitude computation.
    * Normalize scientific numbers on construction.
    * Move the Text Builder to its own module &
      provide a ByteString builder
    * Added more documentation
2014-08-16 21:54:50 +00:00
szptvlfn
c3ec4771b2 + hs-mwc-random 2014-08-14 21:59:03 +00:00
szptvlfn
fd2ce923be Import mwc-random-0.13.2.0 as math/hs-mwc-random,
packaged for wip.

This package contains code for generating high quality random numbers that
follow either a uniform or normal distribution. The generated numbers are
suitable for use in statistical applications.

The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
multiply-with-carry generator, which has a period of 2^8222 and fares well
in tests of randomness. It is also extremely fast, between 2 and 3 times
faster than the Mersenne Twister.

Compared to the mersenne-random package, this package has a more convenient
API, is faster, and supports more statistical distributions.
2014-08-14 21:57:25 +00:00
wiz
4435519808 + p5-Statistics-TTest 2014-08-13 20:35:35 +00:00
wiz
0647850271 Import p5-Statistics-TTest-1.1.0 as math/p5-Statistics-TTest.
Perl module for computing confidence intervals in parameter estimation
with Student's T distribution.
2014-08-13 20:35:24 +00:00
wiz
e6d8f783a6 + p5-Statistics-Distributions 2014-08-13 20:31:41 +00:00
wiz
e81af35dea Import p5-Statistics-Distributions-1.02 as math/p5-Statistics-Distributions.
Perl module for calculating critical values and upper probabilities
of common statistical distributions.
2014-08-13 20:31:23 +00:00
adam
72ed0307eb Revbump after boost-libs update 2014-08-13 10:57:32 +00:00
obache
d253456d83 Update py-roman to 2.0.0.
2.0.0 (2013-02-25)
------------------

- Added Python 3.3 and PyPy support.

- Added tests.
2014-08-08 12:48:44 +00:00
szptvlfn
5cac8019aa + hs-distributive 2014-08-02 21:43:47 +00:00
szptvlfn
ed42e7e8cf Import distributive-0.4.4 as math/hs-distributive,
packaged for wip by pho.

Haskell 98 Distributive functors -- Dual to Traversable
2014-08-02 21:42:23 +00:00
wen
e3d98f2b01 Update to 1.9
Add missing DEPENDS

Upstream changes:
NetworkX 1.9
Release date: 21 June 2014

Support for Python 3.1 is dropped in this release.

Highlights
Completely rewritten maximum flow and flow-based connectivity algorithms with backwards incompatible interfaces
Community graph generators
Stoer-Wagner minimum cut algorithm
Linear-time Eulerian circuit algorithm
Linear algebra package changed to use SciPy sparse matrices
Algebraic connectivity, Fiedler vector, spectral ordering algorithms
Link prediction algorithms
Goldberg-Radzik shortest path algorithm
Semiconnected graph and tree recognition algorithms
2014-07-28 12:16:23 +00:00
markd
52e01e1e91 Update R to 3.1.1
NEW FEATURES:

    * When attach() reports conflicts, it does so compatibly with
      library() by using message().

    * R CMD Sweave no longer cleans any files by default, compatibly
      with versions of R prior to 3.1.0.  There are new options
      --clean, --clean=default and --clean=keepOuts.

    * tools::buildVignette() and tools::buildVignettes() with clean =
      FALSE no longer remove any created files.  buildvignette() gains
      a keep argument for more cleaning customization.

    * The Bioconductor 'version' used by setRepositories() can now be
      set by environment variable R_BIOC_VERSION at runtime, not just
      when R is installed.  (It has been stated that Bioconductor will
      switch from 'version' 2.14 to 'version' 3.0 during the lifetime
      of the R 3.1 series.)

    * Error messages from bugs in embedded Sexpr code in Sweave
      documents now report the source location.

    * type.convert(), read.table() and similar read.*() functions get a
      new numerals argument, specifying how numeric input is converted
      when its conversion to double precision loses accuracy.  The
      default value, "allow.loss" allows accuracy loss, as in R
      versions before 3.1.0.

    * For some compilers, integer addition could overflow without a
      warning.  R's internal code for both integer addition and
      subtraction is more robust now.

    * The function determining the default number of knots for
      smooth.spline() is now exported, as .nknots.smspl().

    * dbeta(, a,b), pbeta(), qbeta() and rbeta() are now defined also
      for a = 0, b = 0, or infinite a and b (where they typically
      returned NaN before).

    * Many package authors report that the RStudio graphics device does
      not work correctly with their package's use of dev.new().  The
      new option dev.new(noRStudioGD = TRUE) replaces the RStudio
      override by the default device as selected by R itself, still
      respecting environment variables R_INTERACTIVE_DEVICE and
      R_DEFAULT_DEVICE.

    * readRDS() now returns visibly.

    * Modifying internal logical scalar constants now results in an
      error instead of a warning.

    * install.packages(repos = NULL) now accepts http:// or ftp:// URLs
      of package archives as well as file paths, and will download as
      required.  In most cases repos = NULL can be deduced from the
      extension of the URL.

    * The warning when using partial matching with the $ operator on
      data frames is now only given when
      options("warnPartialMatchDollar") is TRUE.

    * Package help requests like package?foo now try the package foo
      whether loaded or not.

    * General help requests now default to trying all loaded packages,
      not just those on the search path.

    * Added a new function promptImport(), to generate a help page for
      a function that was imported from another package (and presumably
      re-exported, or help would not be needed).
2014-07-24 21:33:03 +00:00
wiz
7f5d7e3174 Remove unnecessary comment. 2014-07-22 10:12:56 +00:00
wiz
0f67ca5c7b Update to 0.19. Update HOMEPAGE and MASTER_SITES. Allow python-3.
--0.19--
Released June 10, 2014

* Moved issue tracking to github and the main website to mpmath.org.
  Several URLs and issue numbers were updated in the documentation
  (Sergey B Kirpichev)
* Enabled automatic testing with Travis CI (Sergey B Kirpichev)
* Fixed many doctest issues (Sergey B Kirpichev)
* Converted line endings to LF (Ondrej Certik)
* Made polyroots() more robust (Ondrej Certik)
2014-07-22 10:11:42 +00:00
wiz
f329ab7c34 Import py34-almost-0.1.5 as math/py-almost.
A Python helper module to compare two numbers generously.
2014-07-22 10:09:14 +00:00
wiz
59a8f24e85 + py-almost 2014-07-22 10:08:50 +00:00
bad
0098fc27ff Update math/py-pandas to 0.14.1.
This is two major releases since 0.12.0.  Changes include API changes, new
features, enhancements, and performance improvements along with a large
number of bug fixes.

For the detailed list of changes see
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html
2014-07-19 13:17:46 +00:00
bad
f80cec310e Fix build. This is an egg hence has an egg-info dir not a file. 2014-07-19 12:46:53 +00:00
schmonz
04750f14bb Update to 0.54. From the changelog:
* Optional features required versions now builtin
* Updated copyright to 2014
* Prefer Data::Peek over Data::Dumper
* Support (and prefer) Spreadsheet::ParseXLSX for .xlsx
* Store CSV parse error - if any - in $ss->[0]{error}
* Link xlsgrep during install
* Added xlsgrep to examples
* Allow -C B,D for xlscat
* More prominent reference to xlscat in docs
* /dev/null cannot be used for tests on Windows
* Improve documentation consistency (RT#80409)
* Updated copyright to 2013
* Force old(er) tar format (ustar) - assumes GNU tar on release box
* Fix yml/json optional_features
* Install utilities from example by default
* Several minor changes (for maint)
* Note that empty sheets are skipped when clip is true (RT#75277)
* Allow undef as valid value for the options (Max Maischein)
* Don't generate warnings when stripping whitespace and only
  generating one of cells or rc. (Max Maschein)
* Fix test warning under perl-5.17.x
* Updated copyright to 2012
* Support passing attributes to the underlying parser
* Do not strip fields in sheets with no cells at all (RT#74976)
2014-07-16 00:30:14 +00:00
szptvlfn
5e6baf032c Update to 0.2
CHANGELOG:
0.2
---
* Added `Hashable` and `Data` support.
* Will build as full-fledged `Safe` Haskell if you configure with -f-hashable, merely `Trustworthy` otherwise.
* Allow for manual removal of the `hashable` dependency to support advanced sandbox users who explicitly want to avoid compiling certain dependencies
  they know they aren't using.

  We will fix bugs caused by any combination of these package flags, but the API of the package should be considered the default build
  configuration with all of the package dependency flags enabled.
2014-07-13 21:16:40 +00:00
wen
06ba59e893 Update to 1.0.15
Update LICENSE
2014-07-13 13:40:10 +00:00
wen
87e60b9dc4 Update to 2.01.34
Update LICENSE
2014-07-13 13:32:51 +00:00
wen
2f18a0cdea Update to 1.4.20
Update LICENSE

Upstream changes:
30 May 2014: statmod 1.4.20

- Considerable work on the inverse Gaussian functions dinvgauss(),
  pinvgauss(), qinvgauss() and rinvgauss().  The parameter arguments
  are changed to mean, shape and dispersion instead of mu and lambda.
  The functions now include arguments lower.tail and log.p, meaning
  that right-tailed probabilities can be used and probabilities can
  be specified on the log-scale.  Good numerical precision is
  maintained in these case.  The functions now respect attributes,
  so that a matrix argument for example will produce a matrix result.
  Checking is now done for missing values and invalid parameter
  values on an element-wise basis.  A technical report has been
  written to describe the methodology behind qinvgauss().

- This file has been renamed to NEWS instead of changelog.txt.

- The introductory help page previously called 1.Introduction is now
  named statmod-package.

13 April 2014: statmod 1.4.19

- qinvgauss() now uses a globally convergent Newton iteration, which
  produces accurate values for a greater range of parameter values.

- glmnb.fit() now supports weights.
2014-07-13 12:47:38 +00:00
wen
ec8ed083bd Update to 3.0607
Add missing DEPENDS

Upstream changes:
3.0607      2014-02-01
    - Fix the List::MoreUtils prereqs.
    - http://www.cpantesters.org/cpan/report/365b752c-8adf-11e3-bd14-e3bee4621ba3
    - Thanks to Chris Williams (BINGOS) for the CPAN Testers Report.

3.0606      2014-01-31
    - Implement the median_absolute_deviation method.
    - https://bitbucket.org/shlomif/perl-statistics-descriptive/pull-request/5/median-absolute-deviation-method/diff
    - Thanks to Kang-min Liu.
    - Minimal version of perl set to 5.6.0 (CPANTS).
    - Add standalone LICENSE file (CPANTS).

3.0605      2013-05-21
    - Add t/style-trailing-space.t .
    - Add t/cpan-changes.t .
    - Convert Changes to it.
2014-07-13 12:41:28 +00:00
wen
a994c14a6a Update to 1.7.11
Update LICENSE

Upstream changes:
Changes in Version 1.7-11

  o Extended the license from "GPL-2" to "GPL-2 | GPL-3".

  o Avoid duplications in Suggests/Imports/Depends in the package's
    DESCRIPTION. Use only :: instead of ::: to access certain functions
    from other namespaces.

  o Added as.list() methods for yearmon/yearqtr.

  o Added workaround in Ops.zoo if first argument is not a zoo series
    (prompted by Josh Ulrich).

  o The transform() method for zoo series now does what method for
    data.frame does (instead of just calling it) in order to get
    non-standard evaluation.
2014-07-13 12:06:08 +00:00
rodent
c403020b01 +py-intervals 2014-07-05 19:34:12 +00:00
rodent
1c448bfa32 Import py27-intervals-0.3.1 as math/py-intervals.
Python tools for handling intervals (ranges of comparable objects).
2014-07-05 19:33:17 +00:00
asau
5240c0462b Request GNU texinfo as a tool to avoid build failure when it is missing. 2014-06-27 23:04:38 +00:00
asau
65d4db7fc7 FreeBSD 10 is not FreeBSD 1. 2014-06-26 20:34:02 +00:00
rodent
2d431184d0 +py-infinity 2014-06-14 13:59:28 +00:00
rodent
d1b3ed33a2 Import py27-infinity-1.3 as math/py-infinity.
All-in-one infinity value for Python. Can be compared to any object.
2014-06-14 13:57:58 +00:00
schmonz
a5292d3fb8 I don't need to be MAINTAINER for this. 2014-06-11 20:52:07 +00:00
schmonz
e7b4fbc5b5 Add and enable p5-Number-Range. 2014-06-11 20:51:45 +00:00
schmonz
c356fabf29 Initial import of p5-Number-Range 0.11.
Number::Range is an object-oriented interface to test if a number exists in a
given range, and to be able to manipulate the range.
2014-06-11 20:50:39 +00:00
joerg
a8dd640f08 Bump PostgreSQL default version to 9.3. 2014-06-10 14:21:37 +00:00
wen
b487e66174 Update to 1.8.1
Upstream changes:
Networkx-1.8.1
Release date: 4 August 2013

Bugfix release for missing files in source packaging

Networkx-1.8
Release date: 28 July 2013

Highlights
Faster (linear-time) graphicality tests and Havel-Hakimi graph generators
Directed Laplacian matrix generator
Katz centrality algorithm
Functions to generate all simple paths
Improved shapefile reader
More flexible weighted projection of bipartite graphs
Faster topological sort, decendents and ancestors of DAGs
Scaling parameter for force-directed layout
Bug Fixes
Error with average weighted connectivity for digraphs, correct normalized laplacian with self-loops, load betweenness for single node graphs, isolated nodes missing from dfs/bfs trees, normalize HITS using l1, handle density of graphs with self loops
Cleaner handling of current figure status with Matplotlib, Pajek files now don't write troublesome header line, default alpha value for GEXF files, read curved edges from yEd GraphML
2014-06-10 12:04:58 +00:00
wen
3605533228 Update to 0.18
Upstream changes:
--0.18--
Released December 31, 2013

Linear algebra:
* added qr() for matrix QR factorization (contributed by Ken Allen)
* added functions eigsy(), eighe(), eig() to compute matrix
  eigenvalues (contributed by Timo Hartmann)
* added functions svd(), svd_r(), svd_c() for singular value
  decomposition of matrices (contributed by Timo Hartmann)
* added calculation of Gaussian quadrature rules for various weight
  functions (contributed by Timo Hartmann)
* improved precision selection in exp_pade() (contributed by
  Mario Pernici)

Special functions:
* fixed ellippi() to return an inf instead of raising an exception
* fixed a crash in zeta() with huge arguments
* added functions for computing Stirling numbers
  (stirling1(), stirling2())
* improved the computation of zeros of zeta at high precision
  (contributed by Juan Arias de Reyna)
* fixed zeta(-x) raising an exception for tiny x
* recognize when lerchphi() can call zeta() or polylog(),
  handling those cases faster

Compatibility:
* fixed gmpy2 compatibility issues (contributed by Case Van Horsen)
* better solutions for python 2/3 compatibility,
  using Benjamin Peterson's six.py
* fixes to allow mpmath to run in non-sage mode when sage is available
* support abstract base classes (contributed by Stefan Krastanov)
* use new-style classes to improve pypy performance

Other:
* added Levin, Sidi-S and Cohen/Villegas/Zagier series
  transformations (contributed by Timo Hartmann)
* added isfinite() utility function
* fixed a problem with bisection root-finding
* fixed several documentation errors
* corrected number of coefficients returned by diffs() with
  method='quad'
* fixed repr(constant) being slow at high precision
* made intervals hashable
2014-06-06 12:11:46 +00:00
joerg
ad26d7db4f Don't force std::pow into the global namespace. See comment for further
details.
2014-06-05 18:33:07 +00:00
szptvlfn
13a34ec438 + hs-scientific 2014-05-31 21:33:28 +00:00
szptvlfn
80413937a6 Import scientific-0.2.0.2 as math/hs-scientific,
packaged for wip.

A Scientific number is an arbitrary-precision floating-point number
represented using scientific notation.

A scientific number with coefficient c and base10Exponent e corresponds to
the Fractional number: fromInteger c * 10 ^^ e

Its primary use-case is to serve as the target of parsing floating point
numbers. Since the textual representation of floating point numbers use
scientific notation they can be efficiently parsed to a Scientific number.
2014-05-31 21:31:57 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
szptvlfn
6f91e7b956 + hs-nats 2014-05-28 22:03:46 +00:00
szptvlfn
64a5faa6b3 Import nats-0.1.3 as math/hs-nats,
packaged for wip by pho.

Natural numbers.
2014-05-28 22:01:27 +00:00
wiz
3faf991a33 Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.
2014-05-17 16:10:41 +00:00
adam
28bb94d01f Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
joerg
a8d97089f0 Requires PCRE. 2014-05-13 17:09:21 +00:00
ryoon
5d884642f6 Fix build under OpenBSD/amd64 5.5 2014-05-12 11:41:46 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
rodent
f81f87727c +LICENSE 2014-05-04 13:49:57 +00:00
rodent
83b2086951 Don't multi-line MASTER_SITES. 2014-05-04 13:46:42 +00:00
markd
53438ccbcc Update to R 3.1.0
NEW FEATURES:

    * type.convert() (and hence by default read.table()) returns a
      character vector or factor when representing a numeric input as a
      double would lose accuracy.  Similarly for complex inputs.

      If a file contains numeric data with unrepresentable numbers of
      decimal places that are intended to be read as numeric, specify
      colClasses in read.table() to be "numeric".

    * tools::Rdiff(useDiff = FALSE) is closer to the POSIX definition
      of diff -b (as distinct from the description in the man pages of
      most systems).

    * New function anyNA(), a version of any(is.na(.)) which is fast
      for atomic vectors, based on a proposal by Tim Hesterberg.

    * arrayInd(*, useNames = TRUE) and, analogously, which(*, arr.ind =
      TRUE) now make use of names(.dimnames) when available.

    * is.unsorted() now also works for raw vectors.

    * The "table" method for as.data.frame() (also useful as
      as.data.frame.table()) now passes sep and base arguments to
      provideDimnames().

    * uniroot() gets new optional arguments, notably extendInt,
      allowing to auto-extend the search interval when needed.  The
      return value has an extra component, init.it.

    * switch(f, ...) now warns when f is a factor, as this typically
      happens accidentally where the useR meant to pass a character
      string, but f is treated as integer (as always documented).

    * The parser has been modified to use less memory.

    * The way the unary operators (+ - !) handle attributes is now more
      consistent.  If there is no coercion, all attributes (including
      class) are copied from the input to the result: otherwise only
      names, dims and dimnames are.

    * colorRamp() and colorRampPalette() now allow non-opaque colours
     and a ramp in opacity via the new argument alpha = TRUE.
      (Suggested by Alberto Krone-Martins, but optionally as there are
      existing uses which expect only RGB values.)

    * grid.show.layout() and grid.show.viewport() get an optional vp.ex
      argument.

    * There is a new function find_gs_cmd() in the tools package to
      locate a GhostScript executable.  (This is an enhanced version of
      a previously internal function there.)

    * object.size() gains a format() method.

    * There is a new family, "ArialMT", for the pdf() and postscript()
      devices.  This will only be rendered correctly on viewers which
      have access to Monotype TrueType fonts (which are sometimes
      requested by journals).

    * The text and PDF news files, including NEWS and NEWS.2, have been
      moved to the doc directory.

    * combn(x, simplify = TRUE) now gives a factor result for factor
      input x (previously user error).

    * Added utils::fileSnapshot() and utils::changedFiles() functions
      to allow snapshots and comparison of directories of files.

    * make.names(names, unique=TRUE) now tries to preserve existing
      names.

    * New functions cospi(x), sinpi(x), and tanpi(x), for more accurate
      computation of cos(pi*x), etc, both in R and the C API.  Using
      these gains accuracy in some cases, e.g., inside lgamma() or
      besselI().

    * print.table(x, zero.print = ".") now also has an effect when x is
      not integer-valued.

    * There is more support to explore the system's idea of time-zone
      names.  Sys.timezone() tries to give the current system setting
      by name (and succeeds at least on Linux, OS X, Solaris and
     Windows), and OlsonNames() lists the names in the system's Olson
      database. Sys.timezone(location = FALSE) gives the previous
      behaviour.

    * Platforms with a 64-bit time_t type are allowed to handle
      conversions between the "POSIXct" and "POSIXlt" classes for
      date-times outside the 32-bit range (before 1902 or after 2037):
      the existing workarounds are used on other platforms.  (Note that
      time-zone information for post-2037 is speculative at best, and
      the OS services are tested for known errors and so not used on OS
      X.)

      Currently time_t is usually long and hence 64-bit on Unix-alike
      64-bit platforms: however it several cases the time-zone database
      is 32-bit.  On R for Windows it is 64-bit (for both architectures
      as from this version).

    * The "save.defaults" option can include a value for
      compression_level.

    * colSums() and friends now have support for arrays and data-frame
      columns with 2^31 or more elements.

    * as.factor() is faster when f is an unclassed integer vector (for
      example, when called from tapply()).

    * fft() now works with longer inputs, from the 12 million
      previously supported up to 2 billion.

    * Complex svd() now uses LAPACK subroutine ZGESDD, the complex
      analogue of the routine used for the real case.

    * Sweave now outputs .tex files in UTF-8 if the input encoding is
      declared to be UTF-8, regardless of the local encoding.  The
      UTF-8 encoding may now be declared using a LaTeX comment
      containing the string %\SweaveUTF8 on a line by itself.

    * file.copy() gains a copy.date argument.

    * Printing of date-times will make use of the time-zone
      abbreviation in use at the time, if known.  For example, for
      Paris pre-1940 this could be LMT, PMT, WET or WEST.  To enable
      this, the "POSIXlt" class has an optional component "zone"
      recording the abbreviation for each element.

      For platforms which support it, there is also a component
      "gmtoff" recording the offset from GMT where known.

    * (On Windows, by default on OS X and optionally elsewhere.)  The
      system C function strftime has been replaced by a more
      comprehensive version with closer conformance to the POSIX 2008
      standard.

    * dnorm(x, log = FALSE) is more accurate (but somewhat slower) for
      |x| > 5.

    * Some versions of the tiff() device have further compression
      options.

    * read.table(), readLines() and scan() have a new argument to
      influence the treatment of embedded nuls.

    * Avoid duplicating the right hand side values in complex
      assignments when possible.  This reduces copying of replacement
      values in expressions such as Z$a <- a0 and ans[[i]] <- tmp: some
      package code has relied on there being copies.

      Also, a number of other changes to reduce copying of objects; all
      contributed by or based on suggestions by Michael Lawrence.

    * The fast argument of KalmanLike(), KalmanRun() and
      KalmanForecast() has been replaced by update, which instead of
      updating mod in place, optionally returns the updated model in an
      attribute "mod" of the return value.

    * arima() and makeARIMA() get a new optional argument SSinit,
      allowing the choice of a different *s*tate *s*pace initialization
      which has been observed to be more reliable close to
      non-stationarity.

    * warning() has a new argument noBreaks., to simplify
      post-processing of output with options(warn = 1).

    * pushBack() gains an argument encoding, to support reading of
      UTF-8 characters using scan(), read.table() and related functions
      in a non-UTF-8 locale.

    * all.equal.list() gets a new argument use.names which by default
      labels differing components by names (if they match) rather than
      by integer index.  Saved R output in packages may need to be
      updated.

    * The methods for all.equal() and attr.all.equal() now have
      argument check.attributes after ... so it cannot be partially nor
      positionally matched (as it has been, unintentionally).

      A side effect is that some previously undetected errors of
      passing empty arguments (no object between commas) to all.equal()
      are detected and reported.

      There are explicit checks that check.attributes is logical,
      tolerance is numeric and scale is NULL or numeric.  This catches
      some unintended positional matching.

      The message for all.equal.numeric() reports a "scaled difference"
      only for scale != 1.

    * all.equal() now has a "POSIXt" method replacing the "POSIXct"
      method.

    * The "Date" and "POSIXt" methods of seq() allows by = "quarter"
      for completeness (by = "3 months" always worked).

    * file.path() removes any trailing separator on Windows, where they
      are invalid (although sometimes accepted).  This is intended to
      enhance the portability of code written by those using POSIX file
      systems (where a trailing / can be used to confine path matching
      to directories).

    * New function agrepl() which like grepl() returns a logical
      vector.

    * fifo() is now supported on Windows.

    * sort.list(method = "radix") now allows negative integers

    * Some functionality of print.ts() is now available in
      .preformat.ts() for more modularity.

    * mcparallel() gains an option detach = TRUE which allows execution
      of code independently of the current session.  It is based on a
      new estranged = TRUE argument to mcfork() which forks child
      processes such that they become independent of the parent
      process.

    * The pdf() device omits circles and text at extremely small sizes,
      since some viewers were failing on such files.

    * The rightmost break for the "months", "quarters" and "years"
      cases of hist.POSIXlt() has been increased by a day.

    * The handling of DF[i,] <- a where i is of length 0 is improved.

    * hclust() gains a new method "ward.D2" which implements Ward's
      method correctly.  The previous "ward" method is "ward.D" now,
      with the old name still working.  Thanks to research and
      proposals by Pierre Legendre.

    * The sunspot.month dataset has been amended and updated from the
      official source, whereas the sunspots and sunspot.year datasets
      will remain immutable. The documentation and source links have
      been updated correspondingly.

    * The summary() method for "lm" fits warns if the fit is
      essentially perfect, as most of the summary may be computed
      inaccurately (and with platform-dependent values).

      Programmers who use summary() in order to extract just a
      component which will be reliable (e.g. $cov.unscaled) should wrap
      their calls in suppressWarnings().
2014-05-03 22:29:42 +00:00
wiz
11676f935e Bump PKGREVISION for boehm-gc default-on threads, just to be on
the safe side.
2014-04-30 14:19:40 +00:00
joerg
af4b03a241 Don't use libfl. Bump revision. 2014-04-28 12:43:34 +00:00
wiz
f4cc380315 Update to 0.18.1, and add patches from upstream git to fix build with
isl-0.13.

version: 0.18.1
date: Tue Jul  2 07:32:18 PDT 2013
changes:
	- Update to isl 0.12.1
	- Support for OpenScop column coordinates
	- Consistent output on different platforms
2014-04-25 21:01:27 +00:00
wiz
7f36d25ca4 Update to 0.13:
version: 0.13
date: Mon Apr 14 11:08:45 CEST 2014
changes:
	- deprecate isl_int
	- improved support for multi piecewise quasi-affine expressions
	- allow the user to impose a bound on the number of low-level operations
	- add isl_id_to_ast_expr and isl_id_to_pw_aff
	- add isl_schedule_constraints
	- hide internal structure of isl_vec
	- remove support for piplib
2014-04-25 09:11:49 +00:00
joerg
3a4d9191e0 Fix readline use. 2014-04-21 18:17:35 +00:00
wiz
140d239e83 recursive bump for boehm-gc API bump 2014-04-21 13:25:53 +00:00
wiz
8503fef811 Update to 2.8.1. Switch to distutils.mk.
2.8 --> 2.8.1
-------------

Improvements:

- The installation procedure was updated to work with recent
  NumPy versions and in a wider range of environments.
2014-04-16 14:51:24 +00:00
obache
1335204923 recursive bump from ilmbase shlib version change. 2014-04-10 06:21:18 +00:00
obache
231269740c Use RUBY_SUFFIX instead of RUBY_VER. 2014-04-05 09:05:36 +00:00
rodent
d5d41a84e6 +libsvm 2014-04-02 07:32:27 +00:00
rodent
2e7849e13e Import libsvm-3.18 as math/libsvm.
LIBSVM is an integrated software for support vector classification, (C-SVC, nu-
SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class
SVM). It supports multi-class classification.
2014-04-02 07:31:43 +00:00
adam
0cdeed0b1d Changes 4.54:
Block-triangular LU-factorization was implemented to be used
on computing an initial factorization of the basis matrix.

A new version of the Schur-complement-based factorization
module was included in the package. Now it can be used along
with plain as well as with block-triangular LU-factorization.

Currently the following flags can be used to specify the type
of the basis matrix factorization (glp_bfcp.type):

GLP_BF_LUF + GLP_BF_FT   LUF, Forrest-Tomlin update (default)
GLP_BF_LUF + GLP_BF_BG   LUF, Schur complement, Bartels-Golub
                         update
GLP_BF_LUF + GLP_BF_GR   LUF, Schur complement, Givens rotation
                         update
GLP_BF_BTF + GLP_BF_BG   BTF, Schur complement, Bartels-Golub
                         update
GLP_BF_BTF + GLP_BF_GR   BTF, Schur complement, Givens rotation
                         update

In case of GLP_BF_FT the update is applied to matrix U, while
in cases of GLP_BF_BG and GLP_BF_GR the update is applied to
the Schur complement.

Corresponding new options --luf and --btf were added to glpsol.

For more details please see a new edition of the GLPK reference
manual included in the distribution.

A minor bug (in reporting the mip solution status) was fixed.

A call to "iodbc-config --cflags" was added in configure.ac
to correctly detect iodbc flags.
2014-04-01 08:38:35 +00:00
adam
abf9107f67 Fix linking with gfortran 2014-03-31 20:53:22 +00:00
wiz
3a348a00e6 Update to 3.3.4:
FFTW 3.3.4

* New functions fftw_alignment_of (to check whether two arrays are
  equally aligned for the purposes of applying a plan) and fftw_sprint_plan
  (to output a description of plan to a string).

* Bugfix in fftw-wisdom-to-conf; thanks to Florian Oppermann for the
  bug report.

* Fixed manual to work with texinfo-5.

* Increased timing interval on x86_64 to reduce timing errors.

* Default to Win32 threads, not pthreads, if both are present.

* Various build-script fixes.
2014-03-31 08:33:10 +00:00
taca
ebdc000549 Fix build problem with ruby21. 2014-03-26 13:25:26 +00:00
asau
f6471c45ce Define _WITH_GETLINE for getline(3) on FreeBSD 9. 2014-03-26 06:57:06 +00:00
taca
6e43d9ed75 Use RUBY_SUFFIX instead of RUBY_VER. 2014-03-17 14:17:47 +00:00
taca
be5dbf4ff6 Add GEM_CLEANBUOLD_EXTENSIONS. 2014-03-17 14:17:22 +00:00
taca
3ba14e0f1d Add GEM_EXTSDIR support. 2014-03-17 14:15:39 +00:00
markd
2880df5aec Update to R 3.0.3. update from wen heping.
CHANGES IN R 3.0.3:

NEW FEATURES:

* On Windows there is support for making .texi manuals using
  texinfo 5.0 or later: the setting is in file
  src/gnuwin32/MkRules.dist.

  A packaging of the Perl script and modules for texinfo 5.2 has
  been made available at <URL:
  http://www.stats.ox.ac.uk/pub/Rtools/>.

* write.table() now handles matrices of 2^31 or more elements, for
  those with large amounts of patience and disc space.

* There is a new function, La_version(), to report the version of
  LAPACK in use.

* The HTML version of 'An Introduction to R' now has links to PNG
  versions of the figures.

* There is some support to produce manuals in ebook formats. (See
  doc/manual/Makefile.  Suggested by Mauro Cavalcanti.)

* On a Unix-alike Sys.timezone() returns NA if the environment
  variable TZ is unset, to distinguish it from an empty string
  which on some OSes means the UTC time zone.

* The backtick may now be escaped in strings, to allow names
  containing them to be constructed, e.g. `\``.

* read.table(), readLines() and scan() now warn when an embedded
  nul is found in the input.

* KalmanForecast(fast = FALSE) is now the default, and the help
  contains an example of how fast = TRUE can be used in this
  version.  (The usage will change in 3.1.0.)

* strptime() now checks the locale only when locale-specific
  formats are used and caches the locale in use: this can halve the
  time taken on OSes with slow system functions (e.g. OS X).

* strptime() and the format() methods for classes "POSIXct",
  "POSIXlt" and "Date" recognize strings with marked encodings:
  this allows, for example, UTF-8 French month names to be read on
  (French) Windows.

* iconv(to = "utf8") is now accepted on all platforms (some
  implementations did already, but GNU libiconv did not: however
  converted strings were not marked as being in UTF-8).  The
  official name, "UTF-8" is still preferred.

* available.packages() is better protected against corrupt metadata
  files.

* Finalizers are marked to be run at garbage collection, but run
  only at a somewhat safer later time (when interrupts are
  checked).  This circumvents some problems with finalizers running
  arbitrary code during garbage collection (the known instances
  being running options() and (C-level) path.expand()
  re-entrantly).
2014-03-14 20:15:38 +00:00
wen
8c2005ed97 Revert previous commit.
(1.7.11 require R-3.0.3)

Reported by: joerg@(Thanks !)
2014-03-14 15:20:58 +00:00
jperkin
9e7a1ba4b9 Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so.  This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
2014-03-13 11:08:49 +00:00
wiedi
cb3e5ecf0e Use C99 to fix build on SunOS 2014-03-12 19:36:44 +00:00
ryoon
74ec581860 Upcate to 5.32.1
Changelog:
   Maxima 5.32 change log


   Changes not backward compatible:

 * share function graph2d: removed in favor of plot2d


   New items in core:

 * function limit: limits for fresnel_c and fresnel_s
 * function plot2d: adaptive plotting for parametric plots
 * functions round, truncate: distribute over lists and other aggregate types
 * function zn_characteristic_factors: Shanks characteristic factors


   New items in share:

 * new package smath: glue code for SMath Studio (notebook interface)
 * new package logic: some functions for Boolean expressions
 * package lapack: new function zheev (eigenvalues of Hermitian matrix)


   Changes in core:

 * function labels: make 'labels' an ordinary function (not argument-quoting)
 * plotting: more general color specification
 * plotting: rework plot options machinery
 * plotting: introduce some new options


   Other changes:

 * Build and install mgnuplot.exe under windows


   Bug fixes:

 2668 Bigfloat Gamma Inaccurate for Small Inputs
 2666 plotdf ignores first of [x, ...] or [y, ...] if there are no other options
 2662 Maxima manual adjust
 2660 lapack puts binary files in binary/binary-$foo/share/lapack/binary-$foo/lapack
 2659 bug_report() directions for creating ticket need updating
 2649 Correction for $matrix evaluation
 2639 limit asks about internal variable
 2634 zgeev does not operate on real matrices
 2633 ev(integrate,numer) gives strange result
 2630 inverse_jacobi_cn(-2.0, 3.0) generates an error
 2629 elliptic_kc(3.0) not accurate
 2628 fourier elimination on equality
 2624 Erroneous limit result
 2615 Numeric evaluation of inverse Jacobi elliptic functions is wrong for some inputs
 2282 Problem in LISP with times function in sym


 unnumbered bugs:

 mailing list 2013-09-26: transcendental functions and compilation
 mailing list 2007-04-02: fixes a bug in plot2d-discrete
 GCL bug #40646 fixed (problem actually in Maxima)
 workaround GCL bug #40154 (some float literals parsed incorrectly)
 ensure that 'sign' does not make any changes to assume database.
 fix Postscript plotting on windows
 fix limit(-(3*n^2 + 1)*(-1)^n/sqrt(n^5 + 8*n^3 + 8),n,inf);
 fix bug in ldisplay and ldisp: need to display %t label
 fix: inv_mod(0,1) should return false
 fix cyclic-p, gf-eval, gf-irr-p
 fix gf-cminus-b, gf-prim-p
 fix bug in computing (.75b0+%i*1.5b0)^(%i/4)
 fix "describe" returning wrong entry with texinfo version 5
 plots using the dumb gnuplot terminal were not being displayed in the terminal when the gnuplot_pipes is used


   Maxima 5.31 change log


   Changes in core:

 * Galois fields: revision, introduction of extension fields
 * inverse_jacobi_sn: improve accuracy
 * Bessel functions: integral of bessel_i, bessel_j of arbitrary order
 * matrix functions: revise ModeMatrix, mat_function, dispJordan, diag, JF
 * signum: do not declare signum real- or integer-valued
 * carg: declare carg real-valued
 * parser: add L, l, W, and w to list of exponent marker characters


   Changes in share:

 * package stringproc: new functions readchar, md5sum, base64


   Other changes:

 * documentation: minor changes to make Texinfo 5 happy
 * build system: changes to make Maxima build correctly on Windows


   Bug fixes:

 * 2622 base64 type warnings
 * 2619 Function inverse_erf - error in numerical evaluation
 * 2612 known_units() broken
 * 2608 quad_qags(x,x) generates a lisp error
 * 2607 lbfgs documentation is incomplete
 * 2604 fft.dem is out of date
 * 2603 fft documentation
 * 2602 lu_factor regression
 * 2599 cl-info error handling
 * 2597 logcontract and subscripted log
 * 2594 Incorrect integration of product of cosines
 * 2591 risch gives Lisp error for sinh expression
 * 2583 sign error for integrate(x^(8*%i-1),x);
 * 2570 Make acos(cos(x)) simplify to x when on correct interval
 * 2569 translate rat(1,x) and rat([1]) incorrect
 * 2536 Lisp error in limit: \
 * 2501 %pi/8 is definitely not an integer
 * 2475 limit(x^(mu/x^g),x,inf) --> error

 unnumbered bugs:

 * mailing list 2013-05-22: "array-lambda error with 5.30.0"
 * mailing list 2013-05-07: "defrule regression compare to version 5.29.1"
 * fix rk() when the independent variable's initial value is nonzero
 * fix bug in asksign
 * fix wrong noun form returned for jacobi_nc(elliptic_kc(m)/n,m)


   Maxima 5.30 change log

   Changes not backward compatible:

 * function gf_set: renamed to gf_set_data


   Other changes:

 * function bfzeta: extend to complex plane
 * function gf_set: return a structure
 * function gf_exp: allow negative exponents
 * functions plot2d, plot3d: accept subscripted variables as independent variables
 * package dynamics: revise function rk
 * package ezunits: new functions expand_dimensional, solve_dimensional, other changes
 * package linearalgebra(??): revise mat_function
 * ??: revise functions jordan, JF, diag


   Bug fixes:

 ??: limit((log(y+h)-log(y))/h,h,0,plus)
 2561: limit(log(x^2),x,-20) gives 2*log(-20)
 2559:
 2557: abs_integrate leaks assumptions into enclosing context
 2547:
 2542:
 2541: (FIXED??)
 2540:
 2531: Integration with inf
 2529: limit(x^n,x,minf) gives minf for n positive
 2528: imagpart etc. wrong when var declared real and complex
 2527: exponent too big in limit
 2517:
 2509: fresnel_s incorrect for small values
 2496:
 2458: to_poly_solve gives a wrong solution for cos(x)=sin(3x)
 2449: cabs(expr) fails when expr is 0
 2442: arrayinfo gives a Lisp error
 2441:
 2412: Problems with integral (x/(exp(x)+1),x,0,inf)
 2362:
 2350:
 2279:
 2219: tex2ooo literals format
  472: ctrl-D causes Maxima debugger to loop endlessly (clisp only)


 unnumbered bugs:

 mailing list circa 2013-03-30: load_pathname unset with maxima -b
 mailing list 2013-02-21: gamma_incomplete_regularized(a,0) returning the wrong noun form
 mailing list 2012-12-23: "let(simp) behaves different when loaded from batch file"
 mailing list 2012-12-14: "Maxima won,t pull out a constant from a linear function"
 bern() with zerobern:false
 clean up facts introduced by sign functions
2014-03-11 20:16:32 +00:00
wen
f3efc4a271 Update to 1.0.14 2014-03-09 14:38:25 +00:00
wen
a55e9ca22a Update to 1.4.18
Upstream changes:
27 September 2013: statmod 1.4.18
- Update reference for permp().
- bug fix to elda() so that it returns NA for the tests instead of
  giving an error when the Fisher information for the slope isNA.
- Exact roles of authors specified in DESCRIPTION file.
- All usage lines in help files wrapped at 90 characters to ensure
  that code is not truncated in pdf manual.
2014-03-09 14:28:57 +00:00
wen
62194d6ed6 Update to 0.9.9
Upstream changes:
Version 0.9-9, 2013/12/10
Fixed several problems to avoid WARNING and NOTE with last versions of R
2014-03-09 14:22:53 +00:00
wen
eebe9ac77e Update to 0.4.7
Upstream changes:
(But no changes for 0.4.7)
Version 0.4-6 2013/10/30
Added function dasytriangular for the density of asymmetric triangular distribution as described in Mardia (1972)
In this version two functions are available for evaluating the median (medianCircular which allows for the dispersion para
meter and median.circular with only the median reported), however medianCircular is deprecated and it will be removed in t
he next releases.
Added mean.circular.c to calculate the circular mean in C language.
New algorithm for circular median. The implementation is in C language.
Added function for Hodges Lehmann estimate of the median for circular and non circular data.
Several bugs fixed.
2014-03-09 14:15:43 +00:00
wen
209791a6e1 Update to 0.9.7(No changelog upstream)
Update DEPENDS
2014-03-09 14:04:36 +00:00
wen
8bee353ebf Update to 1.7.11
Upstream changes:
Changes in Version 1.7-11

  o Extended the license from "GPL-2" to "GPL-2 | GPL-3".

  o Avoid duplications in Suggests/Imports/Depends in the package's
    DESCRIPTION. Use only :: instead of ::: to access certain functions
    from other namespaces.

  o Added as.list() methods for yearmon/yearqtr.

  o Added workaround in Ops.zoo if first argument is not a zoo series
    (prompted by Josh Ulrich).

  o The transform() method for zoo series now does what method for
    data.frame does (instead of just calling it) in order to get
    non-standard evaluation.
2014-03-09 13:54:38 +00:00
jperkin
6cb16ed9c2 Do not re-define gets() on SunOS, incompatible prototype. 2014-03-06 23:09:04 +00:00
jperkin
8d45f39a9a Pull in Texinfo 5.x compatibility fixes from upstream. 2014-03-06 23:06:58 +00:00
adam
f4cb9c82c7 Changes 1.8.0:
* New, no 2to3, Python 2 and Python 3 are supported by a common code base.
* New, gufuncs for linear algebra, enabling operations on stacked arrays.
* New, inplace fancy indexing for ufuncs with the ``.at`` method.
* New, ``partition`` function, partial sorting via selection for fast median.
* New, ``nanmean``, ``nanvar``, and ``nanstd`` functions skipping NaNs.
* New, ``full`` and ``full_like`` functions to create value initialized arrays.
* New, ``PyUFunc_RegisterLoopForDescr``, better ufunc support for user dtypes.
* Numerous performance improvements in many areas.
* Support for Python versions 2.4 and 2.5 has been dropped.
* Support for SCons has been removed.
2014-02-28 09:43:10 +00:00
adam
56af0fb587 Changes 3.5.0:
* added Symmetric/Hermitian LDLT factorization routines with rook pivoting algorithm
* 2-by-1 CSD to be used for tall and skinny matrix with orthonormal columns (in LAPCK 3.4.0, we already integrated CSD of a full square orthogonal matrix)
* New stopping criteria for balancing.
2014-02-28 09:39:56 +00:00
wiedi
8f25842136 bulk build suggested readline 2014-02-26 10:38:07 +00:00
obache
e90f2e98d7 Tell right prefix to configure for gmp and fltk, or builtin one or other one
using different prefix than this package will not be picked up.
2014-02-25 09:32:57 +00:00
adam
c92338feac Changes 0.12.2:
- MinGW-w64 build fix
- fix simplification bug
2014-02-25 09:18:25 +00:00
wiz
cc623f7298 Add --without-gmp to configure arguments when gmp is disabled.
Just to be on the safe side (I don't see a difference).
2014-02-25 09:16:49 +00:00
wiedi
74e921b583 Include <ieeefp.h> for finite() and update the homepage 2014-02-24 12:35:10 +00:00
adam
56f8b2845f Changes 1.0.2:
- Fixed mpc_atan, mpc_atanh for (+-0, +-1), see
  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57994#c7
- Fixed mpc_log10 for purely imaginary argument, see
  http://lists.gforge.inria.fr/pipermail/mpc-discuss/2012-September/001208.html
2014-02-23 15:32:10 +00:00
fhajny
f14d35dfe8 Add p5-Algorithm-Munkres, p5-Math-Derivative, p5-Math-Spline 2014-02-20 11:30:45 +00:00
fhajny
ca8bddad3c Import math/p5-Math-Spline.
Cubic Spline Interpolation of data.
2014-02-20 11:27:51 +00:00
fhajny
862bd67bf1 Import math/p5-Math-Derivative.
Numeric 1st and 2nd order differentiation.
2014-02-20 11:26:20 +00:00
fhajny
f1442a4711 Import math/p5-Algorithm-Munkres.
Perl extension for Munkres' solution to classical Assignment problem
for square and rectangular matrices. This module extends the solution
of Assignment problem for square matrices to rectangular matrices by
padding zeros. Thus a rectangular matrix is converted to square matrix
by padding necessary zeros.
2014-02-20 11:25:13 +00:00
markd
b3865b0f54 Install R support files. Bump PKGREVISION. 2014-02-19 09:19:01 +00:00
jperkin
38749775f6 Pass --disable-openmp on Darwin. With changes to g95 and tk, this package
finally builds.
2014-02-17 17:11:07 +00:00
adam
a33b135837 Changes 4.53:
* The API routine glp_read_mps was changed to remove free rows.
* A bug was fixed in the API routine glp_read_lp.
* The zlib compression library used by some GLPK routines and
  included in the package was downgraded from 1.2.7 to 1.2.5 (as
  in GLPK 4.50) because of addressability bugs on some 64-bit
  platforms.
* A bug was fixed in a routine that reads gzipped files.
* Two API routines glp_get_it_cnt and glp_set_it_cnt were added.
* All obsolete GLPK API routines (prefixed with lpx) were removed
  from the package.
* A set of routines that simulate the old GLPK API (as defined
  in 4.48) were added; see examples/oldapi/api/lpx.c.
* A namespace bug was fixed in the SQL table drive module.
2014-02-14 09:25:49 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
obache
58e9f22b0a Using distutils.
Bump PKGREVISION.
2014-02-12 12:53:56 +00:00
wiedi
acfcb7a0ab add patch to fix building other packages (e.g. openscad) with gcc 4.7 that link cgal 2014-02-08 12:16:12 +00:00
markd
9fcc3fb479 Update to R 3.0.2
* The NEWS files have been re-organized.

  This file contains news for R >= 3.0.0: news for the 0.x.y, 1.x.y
  and 2.x.y releases is in files NEWS.0, NEWS.1 and NEWS.2.  The
  latter files are now installed when R is installed.  An HTML
  version of news from 2.10.0 to 2.15.3 is available as
  doc/html/NEWS.2.html.

* sum() for integer arguments now uses an integer accumulator of at
  least 64 bits and so will be more accurate in the very rare case
  that a cumulative sum exceeds 2^53 (necessarily summing more than
  4 million elements).

* The example() and tools::Rd2ex() functions now have parameters to
  allow them to ignore \dontrun markup in examples.  (Suggested by
  Peter Solymos.)

* str(x) is considerably faster for very large lists, or factors
  with 100,000 levels, the latter as in PR#15337.

* col2rgb() now converts factors to character strings not integer
  codes (suggested by Bryan Hanson).

* tail(warnings()) now works, via the new `[` method.

* There is now support for the LaTeX style file zi4.sty which has
  in some distributions replaced inconsolata.sty.

* unlist(x) now typically returns all non-list xs unchanged, not
  just the "vector" ones.  Consequently, format(lst) now also works
  when the list lst has non-vector elements.

* The tools::getVignetteInfo() function has been added to give
  information about installed vignettes.

* New assertCondition(), etc. utilities in tools, useful for
  testing.

* Profiling now records non-inlined calls from byte-compiled code
  to BUILTIN functions.

* Various functions in stats and elsewhere that use non-standard
  evaluation are now more careful to follow the namespace scoping
  rules.  E.g. stats::lm() can now find stats::model.frame() even
  if stats is not on the search path or if some package defines a
  function of that name.

* If an invalid/corrupt .Random.seed object is encountered in the
  workspace it is ignored with a warning rather than giving an
  error.  (This allows R itself to rely on a working RNG, e.g. to
  choose a random port.)

* seq() and seq.int() give more explicit error messages if called
  with invalid (e.g. NaN) inputs.

* When parse() finds a syntax error, it now makes partial parse
  information available up to the location of the error.  (Request
  of Reijo Sund.)

* Methods invoked by NextMethod() had a different dynamic parent to
  the generic. This was causing trouble where S3 methods invoked
  via lazy evaluation could lose track of their generic.
  (PR#15267)

* Code for the negative binomial distribution now treats the case
  size == 0 as a one-point distribution at zero.
* abbreviate() handles without warning non-ASCII input strings
  which require no abbreviation.

* read.dcf() no longer has a limit of 8191 bytes per line. (Wish of
  PR#15250.)

* formatC(x) no longer copies the class of x to the result, to
  avoid misuse creating invalid objects as in PR#15303.  A warning
  is given if a class is discarded.

* Dataset npk has been copied from MASS to allow more tests to be
  run without recommended packages being installed.

* The initialization of the regression coefficients for
  non-degenerate differenced models in arima() has been changed and
  in some examples avoids a local maximum.  (PR#15396)

* termplot() now has an argument transform.x to control the display
  of individual terms in the plot.  (PR#15329)

* format() now supports digits = 0, to display nsmall decimal
  places.

* There is a new read-only par() parameter called "page", which
  returns a logical value indicating whether the next plot.new()
  call will start a new page.

* Processing Sweave and Rd documents to PDF now renders backticks

* utils::modifyList() gets a new argument keep.null allowing NULL
  components in the replacement to be retained, instead of causing
  corresponding components to be deleted.

* tools::pkgVignettes() gains argument check; if set to TRUE, it
  will warn when it appears a vignette requests a non-existent
  vignette engine.
2014-02-06 10:57:21 +00:00
markd
46bc448051 Update to ess 13.09.1
4 years worth of bugfixes/updates.
2014-02-06 09:49:15 +00:00
wiz
79f1f40ea7 Update comment, from Kai-Uwe Eckhardt. 2014-02-05 18:04:05 +00:00
wiz
f155d9a0ba Update to 1.1, provided by Kai-Uwe Eckhardt <kuehro@gmx.de> in private mail.
--------------------------------------------------------------------------
NEWS for version 1.1  (released on October 28, 2013)
--------------------------------------------------------------------------

New and Changed Features
========================

o  Added a new operator on polyhedra: the positive time elapse.

o  In the Java language interface:

    - The constraint/generator/... system classes now extend the ArrayList
      generic container (rather than Vector);

    - Variable objects are now built from a long (rather than int) value,
      thereby matching the type used elsewhere for space dimensions;

    - added new static method to Variable class
          void setStringifier(Variable_Stringifier)
      where Variable_Stringifier is an interface allowing for
      customization of the output routine for variable's names
      (see example in interfaces/Java/tests/Variable_Output_test1.java);

    - added value NOT_EQUAL to enumeration Relation_Symbol.


Bugfixes
========

o  Portability improved.

o  Fixed a precision regression in Polyhedron method
     void drop_some_non_integer_points(const Variables_Set&,
                                       Complexity_Class);

o  In the Java language interface, fixed a C++/Java conversion error
   whereby the construction of a valid Variable object in JNI code
   was leading to an exception being thrown. The bug has only been
   observed on 32-bit builds.

o  In the Java interface, fixed declaration of methods
     void drop_some_non_integer_points(...);
   so as to accept a Complexity_Class enum value.

o  Fixed an issue in method MIP_Problem::OK() whereby the method
   was trying to enforce a non-invariant condition.


--------------------------------------------------------------------------
NEWS for version 1.0  (released on June 28, 2012)
--------------------------------------------------------------------------

New and Changed Features
========================

o  Significant improvements have been obtained in both time and space
   resource usage by the definition of data structures and algorithms
   for the case of "sparse rows", i.e., sequences of coefficients
   where most of the values are zero.

o  The library fully supports two different representations for rows:
   the "dense" representation is an array-like representation tailored
   to sequences having most of their coefficients different from zero;
   the "sparse" representation saves memory space (as well as CPU
   cycles) when most of the coefficients in the sequence are zero.

o  A generic interface allows for a seamless interaction between the
   dense and the sparse row representation. Most library entities
   (linear expressions, constraints, generators, congruences, and
   their systems) can be built using either representation, specified
   as a constructor's argument.

o  As a by-product of this sparse/dense refactoring work, efficiency
   improvements have been obtained even for those computations that
   are still based on the dense row representation.

o  Reasonable default values for the row representation are provided
   for each library entity, automatically leading to significant
   memory space savings even in old client/library code, e.g., when
   dealing with constraint systems describing weakly relational
   abstractions such as boxes and octagonal shapes.

o  If desired, these default values can be customized to user's needs
   by changing just a few lines of library code.  For instance, the
   constraint systems stored inside C_Polyhedron and NNC_Polyhedron
   objects can be made to use the sparse representation by just
   changing the following line in Polyhedron.defs.hh:

     static const Representation default_con_sys_repr = DENSE;

   to become

     static const Representation default_con_sys_repr = SPARSE;


Bugfixes
========

o  Fixed a bug affecting methods

     bool BD_Shape<T>::contains(const BD_Shape& y) const;
     bool Octagonal_Shape<T>::contains(const Octagonal_Shape& y) const;

   whereby the wrong result was obtained when *this is an empty
   weakly-relational shape and y is not empty.

o  Fixed a bug affecting the PIP solver whereby a wrong result could have
   been obtained if the input constraint system contained multiple linear
   equality constraints.


--------------------------------------------------------------------------
NEWS for version 0.12.1  (released on April 16, 2012)
--------------------------------------------------------------------------

New and Changed Features
========================

o  In the C, Java, OCaml and Prolog interfaces, modified the signature
   of the function/method/predicate for setting the deterministic timeout
   threshold. The new interfaces take two input values, named `unscaled'
   and `scale', that are used to compute the threshold value as
   `unscaled * 2^scale'.

o  Added new Box<ITV> methods

     bool has_upper_bound(Variable var,
                          Coefficient& n, Coefficient& d, bool& closed) const;
     bool has_lower_bound(Variable var,
                          Coefficient& n, Coefficient& d, bool& closed) const;

   to query a non-empty box for the existence and value of its upper/lower
   bound on variable `var'. The methods have been also added to all the
   available language interfaces.

o  Two BibTeX databases of papers related to the Parma Polyhedra Library
   have been added to the distribution (in the `doc' directory).


Bugfixes
========

o  Restored the support for deterministic timeouts in the PIP solver
   (it was removed by accident in PPL 0.12).

o  Minor documentation fixes.

o  Portability improved.


--------------------------------------------------------------------------
NEWS for version 0.12  (released on February 27, 2012)
--------------------------------------------------------------------------

New and Changed Features
========================

o  New configure options `--with-gmp=DIR', `--with-gmp-include=DIR' and
   `--with-gmp-lib=DIR' supersede the (now removed) option
   `--with-gmp-prefix'.  (The old option never really worked; hopefully
   this is the last change in this area.)

o  New configuration option `--disable-documentation'.  When specified
   no new documentation is built: only the documentation already present
   in the source tree is installed upon `make install'.

o  The resolution process for PIP_Problem now better exploits the
   integrality of parameters to simplify the newly generated tautological
   constraints, the splitting constraints of decision nodes, and the
   expressions defining artificial parameters.

o  The implementations of the MIP and PIP solvers are based on a new
   data structure leading to significant space and time savings when
   the tableau matrix is sparse; the benchmarks of the ppl_lpsol demo
   show an improvement on the average case, that grows when the toughest
   tests in the benchmark suite are considered.

o  When the `--check' option is used, the input data for demo ppl_lpsol
   is perturbed the same way as GLPK does, thereby allowing for a
   meaningful comparison of the results obtained.

o  The input routine for PPL numeric datatypes has been extended to
   accept the ISO9899 (C99) hexadecimal floating constant syntax.

o  The Parma Watchdog Library has been merged into the
   Parma Polyhedra Library.


Bugfixes
========

o  Corrected a precision bug in methods

     Box<ITV>::upper_bound_assign(const Box&)
     Box<ITV>::upper_bound_assign_if_exact(const Box&)

   whereby, provided any argument is an empty box and under other rather
   specific conditions, the computed result was correct but unnecessarily
   imprecise.

o  Corrected a bug in method

     Grid::relation_with(const Constraint&) const

   whereby, under specific conditions, the method was creating invalid
   Grid_Generator objects and providing an incorrect result.
2014-02-04 19:15:09 +00:00
obache
63f126eafb Update ruby-spreadsheet to 0.9.7.
### 0.9.7 / 04.02.2014

* Avoid exception when reading text objects
* Add test for drawings with text (currenty broken)
* Restore xlsopcodes script which had been mangled in previous commits
* Remove ruby 1.9 from roadmap, it's already working fine
* Fix excel file format documentation which had been mangled in previous commits
2014-02-04 11:50:54 +00:00
markd
e59b0872e4 Update to KDE SC 4.11.5
bug fixes
2014-02-01 02:20:43 +00:00
wiz
d6d666891f Fix HOMEPAGE 2014-01-27 20:47:19 +00:00
wiz
18a46154bf Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
prlw1
f02bd0fbf2 Move (BUILD_)DEPENDS after the maintainer section. Requested by wiz@ 2014-01-25 12:57:30 +00:00
prlw1
0703c77982 Removed gcalctool-gtk3 successor gnome-calculator 2014-01-25 12:52:56 +00:00
prlw1
1263746996 Add gnome-calculator 3.10.2
gcalctool ported to vala and renamed gnome-calculator.
2014-01-25 12:35:19 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
wiz
d8ddffa21a Update HOMEPAGE. Mark as not ready for python-3.x (use py-numpy there). 2014-01-25 09:06:42 +00:00
wiz
3a699c9bf7 Update HOMEPAGE. Mark as not ready for python-3.x. 2014-01-25 09:06:15 +00:00
wiz
eaaa4631c2 Mark as not useful for python-3.x (included since 3.3, the only version
currently in pkgsrc).
2014-01-25 09:05:56 +00:00
jperkin
6eadc93a87 Improve comment and description. 2014-01-24 09:16:18 +00:00
wiz
daf2449515 Remove unused patch. 2014-01-23 18:43:11 +00:00