Commit graph

3416 commits

Author SHA1 Message Date
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
wiz
c8af012c74 Remove unused patch 2014-01-23 18:42:34 +00:00
wiz
7978a088b6 Update to 3.0.0. Convert to distutils.mk. Move option handling
into options.mk.

Changes from 2.4 to 3.0
=======================

New features
------------

- Since this release PyTables provides full support to Python_ 3
  (closes :issue:`188`).

- The entire code base is now more compliant with coding style guidelines
  describe in the PEP8_ (closes :issue:`103` and :issue:`224`).
  See `API changes`_ for more details.

- Basic support for HDF5 drivers.  Now it is possible to open/create an
  HDF5 file using one of the SEC2, DIRECT, LOG, WINDOWS, STDIO or CORE
  drivers.  Users can also set the main driver parameters (closes
  :issue:`166`).
  Thanks to Michal Slonina.

- Basic support for in-memory image files.  An HDF5 file can be set from or
  copied into a memory buffer (thanks to Michal Slonina).  This feature is
  only available if PyTables is built against HDF5 1.8.9 or newer.
  Closes :issue:`165` and :issue:`173`.

- New :meth:`File.get_filesize` method for retrieving the HDF5 file size.

- Implemented methods to get/set the user block size in a HDF5 file
  (closes :issue:`123`)

- Improved support for PyInstaller_.  Now it is easier to pack frozen
  applications that use the PyTables package (closes: :issue:`177`).
  Thanks to Stuart Mentzer and Christoph Gohlke.

- All read methods now have an optional *out* argument that allows to pass a
  pre-allocated array to store data (closes :issue:`192`)

- Added support for the floating point data types with extended precision
  (Float96, Float128, Complex192 and Complex256).  This feature is only
  available if numpy_ provides it as well.
  Closes :issue:`51` and :issue:`214`.  Many thanks to Andrea Bedini.

- Consistent ``create_xxx()`` signatures.  Now it is possible to create all
  data sets :class:`Array`, :class:`CArray`, :class:`EArray`,
  :class:`VLArray`, and :class:`Table` from existing Python objects (closes
  :issue:`61` and :issue:`249`).  See also the `API changes`_ section.

- Complete rewrite of the :mod:`nodes.filenode` module. Now it is fully
  compliant with the interfaces defined in the standard :mod:`io` module.
  Only non-buffered binary I/O is supported currently.
  See also the `API changes`_ section.  Closes :issue:`244`.

- New :program:`pt2to3` tool is provided to help users to port their
  applications to the new API (see `API changes`_ section).


Improvements
------------

- Improved runtime checks on dynamic loading of libraries: meaningful error
  messages are generated in case of failure.
  Also, now PyTables no more alters the system PATH.
  Closes :issue:`178` and :issue:`179` (thanks to Christoph Gohlke).

- Improved list of search paths for libraries as suggested by Nicholaus
  Halecky (see :issue:`219`).

- Removed deprecated Cython_ include (.pxi) files. Contents of
  :file:`convtypetables.pxi` have been moved in :file:`utilsextension.pyx`.
  Closes :issue:`217`.

- The internal Blosc_ library has been upgraded to version 1.2.3.

- Pre-load the bzip2_ library on windows (closes :issue:`205`)

- The :meth:`File.get_node` method now accepts unicode paths
  (closes :issue:`203`)

- Improved compatibility with Cython_ 0.19 (see :issue:`220` and
  :issue:`221`)

- Improved compatibility with numexpr_ 2.1 (see also :issue:`199` and
  :issue:`241`)

- Improved compatibility with development versions of numpy_
  (see :issue:`193`)

- Packaging: since this release the standard tar-ball package no more includes
  the PDF version of the "PyTables User Guide", so it is a little bit smaller
  now.  The complete and pre-build version of the documentation both in HTML
  and PDF format is available on the file `download area`_ on SourceForge.net.
  Closes: :issue:`172`.

- Now PyTables also uses `Travis-CI`_ as continuous integration service.
  All branches and all pull requests are automatically tested with different
  Python_ versions.  Closes :issue:`212`.


Other changes
-------------

- PyTables now requires Python 2.6 or newer.

- Minimum supported version of Numexpr_ is now 2.0.


API changes
-----------

The entire PyTables API as been made more PEP8_ compliant (see :issue:`224`).

This means that many methods, attributes, module global variables and also
keyword parameters have been renamed to be compliant with PEP8_ style
guidelines (e.g. the ``tables.hdf5Version`` constant has been renamed into
``tables.hdf5_version``).

We made the best effort to maintain compatibility to the old API for existing
applications.  In most cases, the old 2.x API is still available and usable
even if it is now deprecated (see the Deprecations_ section).

The only important backwards incompatible API changes are for names of
function/methods arguments.  All uses of keyword arguments should be
checked and fixed to use the new naming convention.

The new :program:`pt2to3` tool can be used to port PyTables based applications
to the new API.

Many deprecated features and support for obsolete modules has been dropped:

- The deprecated :data:`is_pro` module constant has been removed

- The nra module and support for the obsolete numarray module has been removed.
  The *numarray* flavor is no more supported as well (closes :issue:`107`).

- Support for the obsolete Numeric module has been removed.
  The *numeric* flavor is no longer available (closes :issue:`108`).

- The tables.netcdf3 module has been removed (closes :issue:`68`).

- The deprecated :exc:`exceptions.Incompat16Warning` exception has been
  removed

- The :meth:`File.create_external_link` method no longer has a keyword
  parameter named *warn16incompat*.  It was deprecated in PyTables 2.4.

Moreover:

- The :meth:`File.create_array`, :meth:`File.create_carray`,
  :meth:`File.create_earray`, :meth:`File.create_vlarray`, and
  :meth:`File.create_table` methods of the :class:`File` objects gained a
  new (optional) keyword argument named ``obj``.  It can be used to initialize
  the newly created dataset with an existing Python object, though normally
  these are numpy_ arrays.

  The *atom*/*descriptor* and *shape* parameters are now optional if the
  *obj* argument is provided.

- The :mod:`nodes.filenode` has been completely rewritten to be fully
  compliant with the interfaces defined in the :mod:`io` module.

  The FileNode classes currently implemented are intended for binary I/O.

  Main changes:

  * the FileNode base class is no more available,
  * the new version of :class:`nodes.filenode.ROFileNode` and
    :class:`nodes.filenode.RAFileNode` objects no more expose the *offset*
    attribute (the *seek* and *tell* methods can be used instead),
  * the *lineSeparator* property is no more available end the ``\n``
    character is always used as line separator.

- The `__version__` module constants has been removed from almost all the
  modules (it was not used after the switch to Git).  Of course the package
  level constant (:data:`tables.__version__`) still remains.
  Closes :issue:`112`.

- The :func:`lrange` has been dropped in favor of xrange (:issue:`181`)

- The :data:`parameters.MAX_THREADS` configuration parameter has been dropped
  in favor of :data:`parameters.MAX_BLOSC_THREADS` and
  :data:`parameters.MAX_NUMEXPR_THREADS` (closes :issue:`147`).

- The :func:`conditions.compile_condition` function no more has a *copycols*
  argument, it was no more necessary since Numexpr_ 1.3.1.
  Closes :issue:`117`.

- The *expectedsizeinMB* parameter of the :meth:`File.create_vlarray` and of
  the :meth:`VLArrsy.__init__` methods has been replaced by *expectedrows*.
  See also (:issue:`35`).

- The :meth:`Table.whereAppend` method has been renamed into
  :meth:`Table.append_where` (closes :issue:`248`).

Please refer to the :doc:`../MIGRATING_TO_3.x` document for more details about
API changes and for some useful hint about the migration process from the 2.X
API to the new one.


Other possibly incompatible changes
-----------------------------------

- All methods of the :class:`Table` class that take *start*, *stop* and
  *step* parameters (including :meth:`Table.read`, :meth:`Table.where`,
  :meth:`Table.iterrows`, etc) have been redesigned to have a consistent
  behaviour.  The meaning of the *start*, *stop* and *step* and their default
  values now always work exactly like in the standard :class:`slice` objects.
  Closes :issue:`44` and :issue:`255`.

- Unicode attributes are not stored in the HDF5 file as pickled string.
  They are now saved on the HDF5 file as UTF-8 encoded strings.

  Although this does not introduce any API breakage, files produced are
  different (for unicode attributes) from the ones produced by earlier
  versions of PyTables.

- System attributes are now stored in the HDF5 file using the character set
  that reflects the native string behaviour: ASCII for Python 2 and UTF8 for
  Python 3.  In any case, system attributes are represented as Python string.

- The :meth:`iterrows` method of :class:`*Array` and :class:`Table` as well
  as the :meth:`Table.itersorted` now behave like functions in the standard
  :mod:`itertools` module.
  If the *start* parameter is provided and *stop* is None then the
  array/table is iterated from *start* to the last line.
  In PyTables < 3.0 only one element was returned.


Deprecations
------------

- As described in `API changes`_, all functions, methods and attribute names
  that was not compliant with the PEP8_ guidelines have been changed.
  Old names are still available but they are deprecated.

- The use of upper-case keyword arguments in the :func:`open_file` function
  and the :class:`File` class initializer is now deprecated.  All parameters
  defined in the :file:`tables/parameters.py` module can still be passed as
  keyword argument to the :func:`open_file` function just using a lower-case
  version of the parameter name.


Bugs fixed
----------

- Better check access on closed files (closes :issue:`62`)

- Fix for :meth:`File.renameNode` where in certain cases
  :meth:`File._g_updateLocation` was wrongly called (closes :issue:`208`).
  Thanks to Michka Popoff.

- Fixed ptdump failure on data with nested columns (closes :issue:`213`).
  Thanks to Alexander Ford.

- Fixed an error in :func:`open_file` when *filename* is a :class:`numpy.str_`
  (closes :issue:`204`)

- Fixed :issue:`119`, :issue:`230` and :issue:`232`, where an index on
  :class:`Time64Col` (only, :class:`Time32Col` was ok) hides the data on
  selection from a Tables. Thanks to Jeff Reback.

- Fixed ``tables.tests.test_nestedtypes.ColsTestCase.test_00a_repr`` test
  method.  Now the ``repr`` of of cols on big-endian platforms is correctly
  handled  (closes :issue:`237`).

- Fixes bug with completely sorted indexes where *nrowsinbuf* must be equal
  to or greater than the *chunksize* (thanks to Thadeus Burgess).
  Closes :issue:`206` and :issue:`238`.

- Fixed an issue of the :meth:`Table.itersorted` with reverse iteration
  (closes :issue:`252` and :issue:`253`).
2014-01-21 16:32:42 +00:00
wiz
77f7d6abdf Update to 2.2.2. Set LICENSE. Update HOMEPAGE.
Changes from 2.2.1 to 2.2.2
===========================

* The `copy_args` argument of `NumExpr` function has been brought
  back.  This has been mainly necessary for compatibility with
  PyTables < 3.0, which I decided to continue to support.  Fixed #115.

* The `__nonzero__` method in `ExpressionNode` class has been
  commented out.  This is also for compatibility with PyTables < 3.0.
  See #24 for details.

* Fixed the type of some parameters in the C extension so that s390
  architecture compiles.  Fixes #116.  Thank to Antonio Valentino for
  reporting and the patch.


Changes from 2.2 to 2.2.1
=========================

* Fixes a secondary effect of "from numpy.testing import `*`", where
  division is imported now too, so only then necessary functions from
  there are imported now.  Thanks to Christoph Gohlke for the patch.

Changes from 2.1 to 2.2
=======================

* [LICENSE] Fixed a problem with the license of the
  numexpr/win32/pthread.{c,h} files emulating pthreads on Windows
  platforms.  After persmission from the original authors is granted,
  these files adopt the MIT license and can be redistributed without
  problems.  See issue #109 for details
  (https://code.google.com/p/numexpr/issues/detail?id=110).

* [ENH] Improved the algorithm to decide the initial number of threads
  to be used.  This was necessary because by default, numexpr was
  using a number of threads equal to the detected number of cores, and
  this can be just too much for moder systems where this number can be
  too high (and counterporductive for performance in many cases).
  Now, the 'NUMEXPR_NUM_THREADS' environment variable is honored, and
  in case this is not present, a maximum number of *8* threads are
  setup initially.  The new algorithm is fully described in the Users
  Guide now in the note of 'General routines' section:
  https://code.google.com/p/numexpr/wiki/UsersGuide#General_routines.
  Closes #110.

* [ENH] numexpr.test() returns `TestResult` instead of None now.
  Closes #111.

* [FIX] Modulus with zero with integers no longer crashes the
  interpreter.  It nows puts a zero in the result.  Fixes #107.

* [API CLEAN] Removed `copy_args` argument of `evaluate`.  This should
  only be used by old versions of PyTables (< 3.0).

* [DOC] Documented the `optimization` and `truediv` flags of
  `evaluate` in Users Guide
  (https://code.google.com/p/numexpr/wiki/UsersGuide).

Changes from 2.0.1 to 2.1
===========================

* Dropped compatibility with Python < 2.6.

* Improve compatibiity with Python 3:

  - switch from PyString to PyBytes API (requires Python >= 2.6).
  - fixed incompatibilities regarding the int/long API
  - use the Py_TYPE macro
  - use the PyVarObject_HEAD_INIT macro instead of PyObject_HEAD_INIT

* Fixed several issues with different platforms not supporting
  multithreading or subprocess properly (see tickets #75 and #77).

* Now, when trying to use pure Python boolean operators, 'and',
  'or' and 'not', an error is issued suggesting that '&', '|' and
  '~' should be used instead (fixes #24).

Changes from 2.0 to 2.0.1
=========================

* Added compatibility with Python 2.5 (2.4 is definitely not supported
  anymore).

* `numexpr.evaluate` is fully documented now, in particular the new
  `out`, `order` and `casting` parameters.

* Reduction operations are fully documented now.

* Negative axis in reductions are not supported (they have never been
  actually), and a `ValueError` will be raised if they are used.


Changes from 1.x series to 2.0
==============================

- Added support for the new iterator object in NumPy 1.6 and later.

  This allows for better performance with operations that implies
  broadcast operations, fortran-ordered or non-native byte orderings.
  Performance for other scenarios is preserved (except for very small
  arrays).

- Division in numexpr is consistent now with Python/NumPy.  Fixes #22
  and #58.

- Constants like "2." or "2.0" must be evaluated as float, not
  integer.  Fixes #59.

- `evaluate()` function has received a new parameter `out` for storing
  the result in already allocated arrays.  This is very useful when
  dealing with large arrays, and a allocating new space for keeping
  the result is not acceptable.  Closes #56.

- Maximum number of threads raised from 256 to 4096.  Machines with a
  higher number of cores will still be able to import numexpr, but
  limited to 4096 (which is an absurdly high number already).
2014-01-21 13:26:52 +00:00
wiz
32e59c4932 Update to 0.7.4.1:
0.7.4.1

These are the release notes for SymPy 0.7.4.1, which was released
on December 15, 2013.

This version of SymPy has been tested on Python 2.6, 2.7, 3.2, 3.3,
and PyPy.

This was a small bugfix release to fix an import issue on Windows
(https://github.com/sympy/sympy/issues/2681).

0.7.4

These are the release notes for SymPy 0.7.4, which was released on
December 9, 2013.

This version of SymPy has been tested on Python 2.6, 2.7, 3.2, 3.3,
and PyPy.
Major changes
Python 3

SymPy now uses a single code-base for Python 2 and Python 3.
Geometric Algebra

The internal representation of a multivector has been changes to
more fully use the inherent capabilities of SymPy. A multivector
is now represented by a linear combination of real commutative
SymPy expressions and a collection of non-commutative SymPy symbols.
Each non-commutative symbol represents a base in the geometric
algebra of an N-dimensional vector space. The total number of
non-commutative bases is 2**N - 1 (N of which are a basis for the
vector space) which when including scalars give a dimension for
the geometric algebra of 2**N. The different products of geometric
algebra are implemented as functions that take pairs of bases
symbols and return a multivector for each pair of bases.

The LaTeX printing module for multivectors has been rewritten to
simply extend the existing sympy LaTeX printing module and the
sympy LaTeX module is now used to print the bases coefficients in
the multivector representation instead of writing an entire LaTeX
printing module from scratch.

The main change in the geometric algebra module from the viewpoint
of the user is the inteface for the gradient operator and the
implementation of vector manifolds:

The gradient operator is now implemented as a special vector (the
user can name it grad if they wish) so the if F is a multivector
field all the operations of grad on F can be written grad*F, F*grad,
grad^F, F^grad, grad|F, F|grad, grad<F, F<grad, grad>F, and F>grad
where **, ^, |, <, and > are the geometric product, outer product,
inner product, left contraction, and right contraction, respectively.

The vector manifold is defined as a parametric vector field in an
embedding vector space. For example a surface in a 3-dimensional
space would be a vector field as a function of two parameters. Then
multivector fields can be defined on the manifold. The operations
available to be performed on these fields are directional derivative,
gradient, and projection. The weak point of the current manifold
representation is that all fields on the manifold are represented
in terms of the bases of the embedding vector space.
Classical Cryptography

Implements:

    Affine ciphers
    Vigenere ciphers
    Bifid ciphers
    Hill ciphers
    RSA and "kid RSA"
    linear feedback shift registers.

Common Subexpression Elimination (CSE)

Major changes have been done in cse internals resulting in a big
speedup for larger expressions. Some changes reflect on the user
side:

    Adds and Muls are now recursively matched ([w*x, w*x*y, w*x*y*z]
    ǹow turns into [(x0, w*x), (x1, x0*y)], [x0, x1, x1*z])
    CSE is now not performed on the non-commutative parts of
    multiplications (it avoids some bugs).
    Pre and post optimizations are not performed by default anymore.
    The optimizations parameter still exists and optimizations='basic'
    can be used to apply previous default optimizations. These
    optimizations could really slow down cse on larger expressions
    and are no guarantee of better results.
    An order parameter has been introduced to control whether Adds
    and Muls terms are ordered independently of hashing implementation.
    The default order='canonical' will independently order the
    terms. order='none' will not do any ordering (hashes order is
    used) and will represent a major performance improvement for
    really huge expressions.
    In general, the output of cse will be slightly different from
    the previous implementation.

Diophantine Equation Module

This is a new addition to SymPy as a result of a GSoC project. With
the current release, following five types of equations are supported.

    Linear Diophantine equation, a_{1}x_{1} + a_{2}x_{2} + . . .
    + a_{n}x_{n} = b
    General binary quadratic equation, ax^2 + bxy + cy^2 + dx + ey
    + f = 0
    Homogeneous ternary quadratic equation, ax^2 + by^2 + cz^2 +
    dxy + eyz + fzx = 0
    Extended Pythagorean equation, a_{1}x_{1}^2 + a_{2}x_{2}^2 +
    . . . + a_{n}x_{n}^2 = a_{n+1}x_{n+1}^2
    General sum of squares, x_{1}^2 + x_{2}^2 + . . . + x_{n}^2 =
    k

Unification of Sum, Product, and Integral classes

A new superclass has been introduced to unify the treatments of
indexed expressions, such as Sum, Product, and Integral. This
enforced common behavior accross the objects, and provides more
robust support for a number of operations. For example, Sums and
Integrals can now be factored or expanded. S.subs() can be used to
substitute for expressions inside a Sum/Integral/Product that are
independent of the index variables, including unknown functions,
for instance, Integral(f(x), (x, 1, 3)).subs(f(x), x**2), while
Sum.change_index() or Integral.transform are now used for other
changes of summation or integration variables. Support for finite
and infinite sequence products has also been restored.

In addition there were a number of fixes to the evaluation of nested
sums and sums involving Kronecker delta functions, see issue 3924
and issue 3987.
Series

    The Order object used to represent the growth of a function in
    series expansions as a variable tend to zero can now also
    represent growth as a variable tend to infinity. This also
    fixed a number of issues with limits. See issue 234 and issue
    2670.

    Division by Order is disallowed, see issue 1756.

    Addition of Order object is now commutative, see issue 1180.

Physics

    Initial work on gamma matrices, depending on the tensor module.

Logic

    New objects true and false which are Basic versions of the
    Python builtins True and False.

Other

    Arbitrary comparisons between expressions (like x < y) no longer
    have a boolean truth value. This means code like if x < y or
    sorted(exprs) will raise TypeError if x < y is symbolic. A
    typical fix of the former is if (x < y) is True (assuming the
    if block should be skipped if x < y is symbolic), and of the
    latter is sorted(exprs, key=default_sort_key), which will order
    the expressions in an arbitrary, but consistent way, even across
    platforms and Python versions. See issue 2832.

    Arbitrary comparisons between complex numbers (for example, I
    > 1) now raise TypeError as well (see PR #2510).

    minpoly now works with algebraic functions, like minpoly(sqrt(x)
    + sqrt(x + 1), y).

    exp can now act on any matrix, even those which are not
    diagonalizable. It is also more comfortable to call it, exp(m)
    instead of just m.exp(), as was required previously.

    sympify now has an option evaluate=False that will not
    automatically simplify expressions like x+x.

    Deep processing of cancel and simplify functions. simplify is
    now recursive through the expression tree. See e.g. issue 3923.

    Improved the modularity of the codebase for potential subclasses,
    see issue 3652.

    The SymPy cheatsheet was cleaned up.

Backwards compatibility breaks and deprecations

    Removed deprecated Real class and is_Real property of Basic,
    see issue 1721.
    Removed deprecated 'each_char' option for symbols(), see issue
    1919.
    The viewer="StringIO" option to preview() has been deprecated.
    Use viewer="BytesIO" instead. See issue 3984.
    TransformationSet has been renamed to ImageSet. Added public
    facing imageset function.


0.7.3

These are the release notes for SymPy 0.7.3, which was released on
July 13, 2013. It can be downloaded from
https://github.com/sympy/sympy/releases/tag/sympy-0.7.3.

This version of SymPy has been tested on Python 2.5, 2.6, 2.7, 3.2,
3.3, and PyPy.
Major changes
Integration

This release includes Risch integration algorithm from Aaron Meurer's
2010 Google Summer of Code project. This makes integrate much more
powerful and much faster for the supported functions. The algorithm
is called automatically from integrate(). For now, only transcendental
elementary functions containing exp or log are supported. To access
the algorithm directly, use integrate(expr, x, risch=True). The
algorithm has the ability to prove that integrals are nonelementary.
To determine if a function is nonelementary, integrate using
risch=True. If the resulting Integral class is an instance of
NonElementaryIntegral, then it is not elementary (otherwise, that
part of the algorithm has just not been implemented yet).

Here is an example integral that could not be computed before:

>>> f = x*(x + 1)*(2*x*(x - (2*x**3 + 2*x**2 + x + 1)*log(x +
1))*exp(3*x**2) + (x**2*exp(2*x**2) - log(x + 1)**2)**2)/((x +
1)*log(x + 1)**2 - (x**3 + x**2)*exp(2*x**2))**2
>>> integrate(f, x)
x + x*exp(x**2)*log(x + 1)/(x**2*exp(2*x**2) - log(x + 1)**2) -
log(x + 1) - log(exp(x**2) - log(x + 1)/x)/2 + log(exp(x**2) +
log(x + 1)/x)/2

ODE

    Built basic infrastructure of the PDE module (PR #1970)

Theano Interaction

SymPy expressions can now be translated into Theano expressions
for numeric evaluation. This includes most standard scalar operations
(e.g. sin, exp, gamma, but not beta or MeijerG) and matrices. This
system generally outperforms lambdify and autowrap but does require
Theano to be installed.
Matrix Expressions
Assumptions

Matrix expressions now support inference using the new assumptions
system. New predicates include invertible, symmetric, positive_definite,
orthogonal, ....
New Operators

New operators include Adjoint, HadamardProduct, Determinant,
MatrixSlice, DFT. Also, preliminary support exists for factorizations
like SVD and LU.
Context manager for New Assumptions

Added the with assuming(*facts) context manager for new assumptions.
See blogpost
Backwards compatibility breaks and deprecations

    This is the last version of SymPy to support Python 2.5.

    The IPython extension, i.e., %load_ext
    sympy.interactive.ipythonprinting is deprecated. Use from sympy
    import init_printing; init_printing() instead. See issue 3914.

    The viewer='file' option to preview without a file name is
    deprecated. Use filename='name' in addition to viewer='file'.
    See issue 3919.

    The deprecated syntax Symbol('x', dummy=True), which had been
    deprecated since 0.7.0, has been removed. Use Dummy('x') or
    symbols('x', cls=Dummy) instead. See issue 3378.

    The deprecated Expr methods as_coeff_terms and as_coeff_factors,
    which have been deprecated in favor of as_coeff_mul and
    as_coeff_add, respectively (see also as_coeff_Mul and as_coeff_Add),
    were removed. The methods had been deprecated since SymPy 0.7.0.
    See issue 3377.

    The spherical harmonics have been completely rewritten. See PR
    #1510.

Minor changes
Solvers

    Added enhancements and improved the methods of solving exact
    differential equation ((PR #1955)) and ((PR #1823))
    Support for differential equations with linear coefficients
    and those that can be reduced to separable and linear form ((PR
    #1940), (PR #1864), (PR #1883))
    Support for first order linear general PDE's with constant
    coefficients ((PR #2109))
    Return all found independent solutions for underdetermined
    systems.
    Handle recursive problems for which y(0) = 0.
    Handle matrix equations.

Integration

    integrate will split out integrals into Piecewise expressions
    when conditions must hold for the answer to be true. For example,
    integrate(x**n, x) now gives Piecewise((log(x), Eq(n, -1),
    (x**(n + 1)/(n + 1), True)) (previously it just gave x**(n +
    1)/(n + 1))
    Calculate Gauss-Legendre and Gauss-Laguerre points and weights
    (PR #1497)
    Various new error and inverse error functions (PR #1703)
    Use in heurisch for more symmetric and nicer results
    Gruntz for expintegrals and all new erf*
    Li, li logarithmic integrals (PR #1708)
    Integration of li/Li by heurisch (PR #1712)
    elliptic integrals, complete and incomplete
    Integration of complete elliptic integrals by meijerg
    Integration of Piecewise with symbolic conditions.
    Fixed many wrong results of DiracDelta integrals.

Logic

    Addition of SOPform and POSform functions to sympy.logic to
    generate boolean expressions from truth tables.
    Addition of simplify_logic function and enabling simplify() to
    reduce logic expressions to their simplest forms.
    Addition of bool_equals function to check equality of boolean
    expressions and return a mapping of variables from one expr to
    other that leads to the equality.
    Addition of disjunctive normal form methods - to_dnf, is_dnf

Others

    gmpy version 2 is now supported
    Added is_algebraic_expr() method (PR #2176)
    Many improvements to the handling of noncommutative symbols:
	Better support in simplification functions, e.g. factor,
	trigsimp
	Better integration with Order()
	Better pattern matching
    Improved pattern matching including matching the identity.
    normalizes Jacobi polynomials
    Quadrature rules for orthogonal polynomials in arbitrary
    precision (hermite, laguerre, legendre, gen_legendre, jacobi)
    summation of harmonic numbers
    Many improvements of the polygamma functions
    evaluation at special arguments
    Connections to harmonic numbers
    structured full partial fraction decomposition (mainly interesting
    for developers)
    besselsimp improvements
    Karr summation convention
    New spherical harmonics
    improved minimal_polynomial using composition of algebraic
    numbers (PR #2038)
    faster integer polynomial factorization (PR #2148)
    Euler-Descartes method for quartic equations (PR #1947)
    algebraic operations on tensors (PR #1700)
    tensor canonicalization (PR #1644)
    Handle the simplification of summations and products over a
    KroneckerDelta.
    Implemented LaTeX printing of DiracDelta, Heaviside, KroneckerDelta
    and LeviCivita, also many Matrix expressions.
    Improved LaTeX printing of fractions, Mul in general.
    IPython integration and printing issues have been ironed out.
    Stats now supports discrete distributions (e.g. Poisson) by
    relying on Summation objects
    Added DOT printing for visualization of expression trees
    Added information about solvability and nilpotency of named
    groups.
2014-01-21 08:38:04 +00:00
wiz
ab663550bf Update to 1.0.6: changes not found, but this version works with python-3. 2014-01-20 20:26:39 +00:00
wiz
5d1909ba0c Add math to CATEGORIES. 2014-01-20 12:51:38 +00:00
wiz
6d9663135f + py-ephem3. 2014-01-20 12:50:46 +00:00
wiz
21ea1010ee Import py33-ephem-3.7.5.1 as math/py-ephem3.
PyEphem provides scientific-grade astronomical computations for the Python
programming language. Given a date and location on the Earth's surface, it can
compute the positions of the Sun and Moon, of the planets and their moons, and
of any asteroids, comets, or earth satellites whose orbital elements the user
can provide. Additional functions are provided to compute the angular
separation between two objects in the sky, to determine the constellation in
which an object lies, and to find the times at which an object rises, transits,
and sets on a particular day.
2014-01-20 12:50:31 +00:00
wiz
27cb8f02a3 Update to 3.7.5.1, changed not found.
Mark as not for python-3.x.
2014-01-20 12:47:40 +00:00
wiz
936f44710a Update to 2.3.0:
Release 2.3.0
=============

New Features
------------

:mod:`rpy2.rinterface`:

- C-level API, allowing other C-level modules to make use of utilities
  without going through the Python level. The exact definition of
  the API is not yet fixed. For now there is
  PyRinteractive_IsInitialized() to assess whether R was initialized
  (through :mod:`rpy2.rinterface` or not).

- C-module _rpy_device, allowing one to implement R graphical devices
  in Python [(very) experimental]

- Tracking of R objects kept protected from garbage collection by rpy2
  is now possible.

- New method :meth:`Sexp.rid` to return the identifier of the R object
  represented by a Python/rpy2 object

:mod:`rpy2.rinteractive`:

- Dynamic build of Python docstrings out of the R manual pages

:mod:`rpy2.robjects.help`:

- Build dynamic help

:mod:`rpy2.robjects.packages:

- Build anonymous R packages from strings

- When using :func:`importr`, the datasets are added as an attribute
  :attr:`data`, itself an instance of a new class :class:`PackageData`.
  It no longer possible to access datasets are regular objects from
  a code package (because of changes in R), and the new system is
  more robust against quirks.

Changes
-------

:mod:`rpy2.rinterface`:

- :attr:`SexpClosure.env` to replace the method `closureenv`.


Release 2.2.6
=============

Bugs fixed
----------

- Newest R-2.15 and ggplot2 0.9 broke the ggplot2 interaface
  in :mod:`rpy2.robjects.lib.ggplot2`


Release 2.2.5
=============

Bugs fixed
----------

- install process: Library location for some of the R installations

- should compile on win32 (thanks to a patch from Evgeny Cherkashin),
   a work to a limited extend


Release 2.2.4
=============

Bugs fixed
----------

- Memory leak when creating R vectors from Python (issue #82)

Release 2.2.3
=============

Bugs fixed
----------

- Dynamic construction of S4 classes was looking for R help as 'class.<class>'
  rather than '<class>-class'

- The cleanup of temporary directories created by R was not happening if
  the Python process terminated without calline :func:`rpy2.rinterface.endr()`
  (issue #68, and proof-of-principle fix by chrish42)


Release 2.2.2
=============

Bugs fixed
----------

- With the robjects layer, repr() on a list containing non-vector elements
  was failing

Release 2.2.1
=============

Bugs fixed
----------

- MANIFEST.in was missing from MANIFEST.in, required with Python 3


Release 2.2.0
=============

New Features
------------

- Support for Python 3, and for some of its features ported to Python 2.7

:mod:`rpy2.robjects`:

- :meth:`Environment.keys` to list the keys

- classes :class:`robjects.vectors.POSIXlt` and
  :class:`robjects.vectors.POSIXlt` to represent vectors of R
  dates/time

- :func:`packages.get_packagepath` to get the path to an R package

- module :mod:`rpy2.robjects.help` to expose the R help system to Python

- Metaclass utilities in :mod:`rpy2.robjects.methods`, allowing to reflect
  automatically R S4 classes as Python classes.

- :meth:`rpy2.robjects.vectors.FactorVector.iter_labels` to iterate over the labels

- :class:`rpy2.robjects.vectors.ListVector` to represent R lists.

- Constructor for :class:`rpy2.robjects.vectors.ListVector` and
  :class:`rpy2.robjects.vectors.DataFrame` accept any iterable at the condition
  that the elements iterated through also valid subscripts for it (e.g., given
  an iterable v, the following is valid:

  .. code-block:: python

     x[k] for x in v


:mod:`rpy2.rinterface`:

- :data:`NA_Complex` and :class:`NAComplexType` for missing complex values.

- :class:`SexpExtPtr` to represent R objects of type EXTPTR (external pointers).

- :func:`rpy2.rinterface.parse` to parse a string a R code

- :func:`rpy2.rinterface.rternalise` to wrap Python function as :class:`SexpClosure` that can
  be called by R just as it was a function of its own.

- :class:`rpy2.rinterface.RNULLType` for R's C-level NULL value and
  :class:`rpy2.rinterface.UnboundValueType` for R's C-level R_UnboundValue
  (both singletons).

- :meth:`rinterface.SexpVector.index`, of similar behaviour to :meth:`list.index`.

- :meth:`rpy2.rinterface.Sexp.list_attrs` to list the names of all R attributes
  for a given object.

- :class:`rpy2.rinterface.ByteSexpVector` to represent R 'raw' vectors.

- constant `R_LEN_T_MAX` to store what is the maximum length for a vector in R.

- tuple `R_VERSION_BUILD` to store the version of R rpy2 was built against

- getter :attr:`Sexp.rclass` to return the R class associated with an object

:mod:`rpy2.rlike`:

- :class:`container.OrdDict` get proper methods :meth:`keys` and `get`

:mod:`rpy2.interactive`:

- A new sub-package to provide utilities for interactive work, either for
  handling R interactive events or use Python for interactive programming
  (as often done with the R console)

Changes
-------

:mod:`rpy2.robjects`:

- NA_bool, NA_real, NA_integer, NA_character and NA_complex are now
  deprecated (and removed).
  NA_Logical, NA_Real, NA_Integer, NA_Character, NA_Complex should be used.

- :class:`rpy2.robjects.packages.Package` now inherits from :class:`types.ModuleType`

- classes representing R vector also inherit their type-specific
  rinterface-level counterpart.

- Importing the :class:`rpy2.robjects.numpy2ri` is no longer sufficient
  to active the conversion. Explicit activation is now needed; the function
  `activate` can do that.


:mod:`rpy2.rinterface`:

- :class:`IntSexpVector`, :class:`FloatSexpVector`,
  :class:`StrSexpVector`, :class:`BoolSexpVector`, :class:`ComplexSexpVector`
  are now defined at the C level, improving performances
  and memory footprint whenever a lot of instances are created.

Bugs fixed
----------

- Better and more explicit detection system for needed libraries when
  compiling rpy2 (ported to release 2.1.6)

- Long-standing issue with readline fixed (issue #10)


Release 2.1.9
=============

Bugs fixed
----------

- The R class in rpy2.robjects is now truly a singleton

- When using numpy 1.5 and Python >= 2.7, the exposed buffer for R numerical (double)
  vectors or arrays was wrong.


Release 2.1.8
=============

Bugs fixed
----------

- Fixed issue with R arrays with more than 2 dimensions and numpy arrays
  (issue #47 - backported from the branch 2.2.x).


Release 2.1.7
=============

Bugs fixed
----------

- More fixes for the automated detection of include and libraries at build time.


Release 2.1.6
=============

Bugs fixed
----------

- Further fixes in the automatic detection of includes and libraries
  needed to compile rpy2 against R. The detection code has
  been refactored (backport from the 2.2.x branch)


Release 2.1.5
=============

Bugs fixed
----------

- fixes the automatic detection of R_HOME/lib during building/compiling
  when R_HOME/lib is not in lib/ (issue #54)


Release 2.1.4
=============

New features
------------

- :mod:`rpy2.robjects.lib.ggplot2` now has the functions :func:`limits`,
  :func:`xlim`, :func:`ylim` exposed (patch contributed anonymously)

Bugs fixed
----------

- Install script when the BLAS library used by R is specified as a library
  file (patch by Michael Kuhn)
2014-01-19 22:50:43 +00:00
asau
4fa6c28ccf malloc.h raises error on FreeBSD intentionally, use stdlib.h instead. 2014-01-16 18:09:46 +00:00
wiz
7cfcd21e9e Convert to use versioned_dependencies.mk. 2014-01-16 10:41:53 +00:00
drochner
de146d2357 update to 2.12.4.13
changes:
-additions to builtins and library
-minor fixes
2014-01-15 16:23:31 +00:00
jperkin
bc99af1d4e Exclude 64-bit system library paths on SunOS. 2014-01-13 11:25:54 +00:00
adam
41e677f366 Revbump after updating tcl/tk. 2014-01-11 14:42:00 +00:00
jperkin
b514201ebd Needs zlib. Provide dummy Minisat::memUsedPeak(). 2014-01-09 14:38:33 +00:00
jperkin
3e18cff4db Do not include system library paths in R_LD_LIBRARY_PATH, picking up system
libraries when previously preferring libraries from pkgsrc causes conflicts.

Fixes build on SmartOS where the platform /usr/lib/libgcc_s.so.1 for legacy
applications conflicts with GCC libraries from pkgsrc.
2014-01-09 13:52:41 +00:00
jperkin
3b1e0a5467 Do not build statically on SunOS. 2014-01-09 12:07:42 +00:00
richard
2c2da6499b add missing dependencies to build when option x11 is present 2014-01-05 10:57:11 +00:00
wiz
20d1ed99ed Update to 1.12.9:
Gnumeric 1.12.9

Jean
	* Implement double click for graph sheets. [#712216]

Morten:
	* Minor improvement to history dialog.
	* Fix drop-down sizing (gtk+ regression).  [#710749]
	* Improve accuracy of R.QCAUCHY.
	* Acquire more special function test cases.
	* Improve accuracy of R.QGAMMA and thus R.QCHISQ.
	* Improve accuracy of R.QBETA, R.QF, R.QTUKEY, R.QSNORM, and R.QST.
	* Improve accuracy of COMBIN, PERMUT, POCHHAMMER, FACT, GAMMA.
	* Improve accuracy of bessel functions with large non-integer alpha.
	* Improve accuracy of ACOTH.
	* Fix fuzzed file problems.  [#708091] [#712662] [#712685] [#712700]
	  [#712708] [#712772] [#712788] [#712731] [#715003]
	* Restore sheet reordering by drag.
	* Fix BETA on win32.
	* Fix win32 registry initialization.
	* Fix win32 gdk-pixbuf install heisen-crash.
	* Incorporate new tests from crlibm.
	* New functions SINPI and COSPI.
	* Improve accuracy of SIN/COS/TAN on win32.
	* Work around GTK+ ABI break.  [Redhat #1033827]

Xabier Rodríguez Calvar:
	* Fix dialog button order. [#710378]
2014-01-02 18:50:03 +00:00
wiz
e03c03b6dc Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
wiz
5889401244 Remove packages that were either BROKEN for more than a year or
BROKEN and explicitly scheduled to be removed after 2013Q4.
2013-12-31 17:08:08 +00:00
wiz
d33dfdeb7c Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
asau
a711a389da FreeBSD 9 lacks the same set of functions as NetBSD 6. 2013-12-15 19:58:11 +00:00
joerg
f2d4303a3e The Clang 3.4RCs started to use slightly more memory when compiling
Calculator.cpp, but it was enough to push it over 2GB. So disable
optimisation for now.
2013-12-15 19:41:23 +00:00
bad
0f337cd1d7 Update pandas to 0.12.0.
This is a major release from 0.11.0 and includes several new features
and enhancements along with a large number of bug fixes.

Highlites include a consistent I/O API naming scheme, routines to read
html, write multi-indexes to csv files, read & write STATA data files,
read & write JSON format files, Python 3 support for HDFStore, filtering
of groupby expressions via filter, and a revamped replace routine that
accepts regular expressions.

For detailed changes see:
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html
2013-12-10 13:00:30 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
dholland
48c888fd85 Create wildcard NAMESPACE file; fixes build with latest R 2013-12-07 19:32:48 +00:00
joerg
6a0f1f2a22 Fix build. 2013-12-06 21:24:59 +00:00
obache
e854d59d80 Update ruby-spreadsheet to 0.9.6.
### 0.9.6 / 02.12.2013

Author: Malcolm Blyth <trashbat@co.ck>
Date:   Mon Dec 2 11:44:25 2013 +0000

* Fixed issue whereby object author being null caused a gross failure.
* Now returns object author as an empty string
2013-12-04 14:00:28 +00:00
bsiegert
fe9d3b13a4 Fix build on MirBSD. 2013-12-03 21:47:36 +00:00
joerg
0619356b1b Fix extraction of rpath options from Fortran linker. 2013-11-29 12:59:31 +00:00
obache
9dc9ebde62 Update ruby-spreadsheet to 0.9.5.
### 0.9.5 / 20.11.2013

Author: Malcolm Blyth <trashbat@co.ck>
Date:   Tue Nov 19 15:14:31 2013 +0000

* Bumped revision
* Fixed author stringname error (damn this 1 based counting)
* Updating integration test to check for comments contained within the cells.
* Checking also for multiple comments in a sheet
2013-11-21 07:57:10 +00:00
adam
81059da3bd Revbump after updating devel/boost-libs 2013-11-20 20:04:35 +00:00
obache
be6a7bf66d recursive bump from boost-lib shlib major bump. 2013-11-20 13:23:41 +00:00
asau
69114395fc + ipopt 2013-11-14 15:04:53 +00:00
asau
1a8650f97c Import IPOPT version 3.11.5 as math/ipopt
Ipopt (Interior Point OPTimizer, pronounced eye-pea-Opt)
is a software package for large-scale nonlinear optimization.
It is designed to find (local) solutions of mathematical
optimization problems of the form

min_{x in R^n} f(x)

s.t.  g_L <= g(x) <= g_U
      x_L <=  x   <= x_U

where f(x): R^n --> R is the objective function,
and g(x): R^n --> R^m are the constraint functions.
The vectors g_L and g_U denote the lower and upper bounds on the
constraints, and the vectors x_L and x_U are the bounds on the
variables x. The functions f(x) and g(x) can be nonlinear and
nonconvex, but should be twice continuously differentiable.
Note that equality constraints can be formulated in the above
formulation by setting the corresponding components of g_L and
g_U to the same value.

Ipopt is part of the  COIN-OR Initiative.
2013-11-14 15:04:12 +00:00
obache
b1431c4c9d Update ruby-spreadsheet to 0.9.4.
### 0.9.4 / 12.11.2013

* Updated Manifest.txt

### 0.9.3 / 12.11.2013

commit e15d8b45d7587f7ab78c7b7768de720de9961341 (refs/remotes/gguerrero/master)
Author: Guillermo Guerrero <g.guerrero.bus@gmail.com>
Date:   Tue Nov 12 11:50:30 2013 +0100

* Refactor update_format for cloning format objects
* Added lib/spreadsheet/note.rb to Manifest.txt file
* 'update_format' methods now receive a hash of key => values to update

Author: Przemysław Ciąćka <przemyslaw.ciacka@gmail.com>
Date:   Tue Nov 12 00:07:57 2013 +0100

* Added lib/spreadsheet/note.rb to Manifest.txt file
2013-11-13 01:30:50 +00:00
obache
c9ab91bfe5 Update ruby-spreadsheet to 0.9.2.
### 0.9.2 / 11.11.2013

commit e70dc0dbbc966ce312b45b0d44d0c3b1dc10aad6
Author: Malcolm Blyth <trashbat@co.ck>
Date:   Mon Nov 11 15:53:58 2013 +0000

*Corrected compressed string formatting - *U (UTF-8) should have been *S (16-bit
 string)
*Completed addition of notes hash to worksheet
*Bumped revision
*Updated reader and note
 Note class no longer extends string for simplicity and debug of class (pp now
 works a bit more easily)
 Reader has had loads of changes (still WIP) to allow objects of class
 Note and NoteObject to be created and combined in the postread_worksheet function
*Adding noteObject to deal with the Object (and ultimately text comment field)
 created by excel's madness
2013-11-12 11:43:23 +00:00
joerg
83d7ad1bdd Friends may not add default arguments. 2013-11-08 21:15:02 +00:00
markd
74bd62e0f3 Update to KDE SC 4.11.3
bugfixes, many new features, improved stability and performance.
2013-11-07 11:53:59 +00:00
joerg
a96ee212a8 Use -Wl for rpath options extracted from Fortran linker. 2013-11-04 16:40:37 +00:00
jaapb
15a89b35db Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
minskim
ae8ea07894 Install LaTeX files into share/texmf-dist, not share/texmf.
The latter has been deprecated in TeX Live 2013.
2013-10-29 02:37:56 +00:00
joerg
11bc029c4b When extracting rpath options from the Fortran linker, prefix them with
-Wl before passing them back to CC.
2013-10-28 23:46:55 +00:00
asau
fa7996bc42 + minisat 2013-10-28 04:17:27 +00:00
asau
1996ed378f Import MiniSat version 2.2.0 as math/minisat.
MiniSat is a minimalistic, industrial strength, open-source SAT solver,
developed to help researchers and developers alike to get started on SAT.
2013-10-28 04:15:11 +00:00
wiz
0732d8d356 Update to 1.12.8:
Gnumeric 1.12.8

Andreas:
	* Update/fix documentation [#708679][#707075][#708556]
	* Fix paste into locked cells [#702292]

Jean:
	* Fix radio buttons behavior in covariance dialog. [#707595]
	* Add a border around font selector in cell format dialog. [#708567]

Morten:
	* Fix fuzzed file crash.  [#707875]
	* Use lighter green for function markers.  [#708573]
	* Fix item cursor problem.  [#709320]
	* Fix win32 compilation.
2013-10-27 23:35:01 +00:00
joerg
c2d8f99314 Drop -frename-registers. -finline-functions is the default for optimised
builds anyway.
2013-10-27 20:35:48 +00:00
joerg
8c6b77896c When extracting rpath options from the Fortran linker, qualify them with
-Wl before passing them to CC.
2013-10-27 20:35:16 +00:00
obache
a83450a1e4 Update ruby-spreadsheet to 0.9.1.
### 0.9.1 / 24.10.2013

Date:   Thu Oct 24 09:41:50 2013 +0300

* Add support for worksheet visibility
2013-10-26 12:57:40 +00:00
wiz
f2af607bad Mark remaining packages not support DESTDIR as BROKEN as decided
by pkgsrc-pmc.

If you are interested in one of these, please fix it before 2013Q4.
2013-10-24 10:31:02 +00:00
joerg
db2efd3271 Pass rpath option with -Wl prefix. 2013-10-20 18:02:58 +00:00
markd
de242767f1 Update to 0.12.1
SciPy 0.12.1 is a bug-fix release with no new features compared to
0.12.0.  The single issue fixed by this release is a security issue in
``scipy.weave``, which was previously using temporary directories in
an insecure manner under certain circumstances.
2013-10-16 19:35:40 +00:00
wiz
4971381f24 Does support destdir, mark it as such. 2013-10-10 19:16:40 +00:00
wiz
2ce8128033 I see no reason why this package is marked with PKG_DESTDIR_SUPPORT=none,
packages fine for me. Remove it.
2013-10-10 19:15:32 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
wiz
6068eaecf6 recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
obache
4f0c62c63f Use CMake builtin CMAKE_INSTALL_MANDIR for mandir. 2013-10-09 12:07:20 +00:00
wiz
5b16848c54 Update to 1.12.7:
Gnumeric 1.12.7

Morten:
	* Extend BESSELJ and BESSELY to handle fractional order.  [#706720]
	* Fix crash with split pane.  [#707047]

--------------------------------------------------------------------------
Gnumeric 1.12.6

Andreas:
	* Fix crash on corrupted files. [#706526]

Morten:
	* Fix crash on corrupted files.  [#706413]  [#706417]
	* Fix save style performance issue.  [#699045]
2013-10-06 16:25:09 +00:00
wiz
85c29be2cb Update to 3.1.4:
Changes since 3.1.3:

    Bug 620: Fix robustness and performance issues in JacobiSVD::solve.
    Bug 613: Fix accuracy of SSE sqrt for very small numbers.
    Bug 608: Fix sign computation in LDLT.
    Fix write access to CwiseUnaryView expressions.
    Fix compilation of transposeInPlace() for Array expressions.
    Fix non const data() member in Array and Matrix wrappers.
    Fix a few warnings and compilation issues with recent compiler versions.
    Documentation fixes.
2013-10-06 16:16:17 +00:00
wiz
da650b1ebb Remove obsolete entry from desktop file that generates warnings during
package installation.
Bump PKGREVISION.
2013-10-06 15:58:15 +00:00
obache
c0b3ee0811 Update ruby-spreadsheet to 0.9.0.
### 0.9.0 / 16.09.2013

* Author: Pavel <pavel.evst@gmail.com>
Date:   Mon Sep 16 14:02:49 2013 +0700

* Test cases for Worksheet#margins, Worksheet#pagesetup, Workbook#delete_worksheet. Fix bugs related to it.
* Page margins reader/writter
* Markdownify GUIDE
* Add page setup options (landscape or portrait and adjust_to)
2013-09-18 08:38:47 +00:00
joerg
fd43f256ed Deal with C++11 vs TR1 headers. 2013-09-15 12:30:55 +00:00
joerg
9c755ed972 Don't fail on logical op mixing with clang. 2013-09-10 14:23:05 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
obache
a170ca136b recursive bump from hdf5 shlib major bump. 2013-09-01 12:14:06 +00:00
joerg
76232f77cf Bump dependency as needed. 2013-08-31 14:51:27 +00:00
joerg
3f47944fd4 Update R-maps to 2.3-3. No Change Log. 2013-08-31 14:51:06 +00:00
joerg
efc40c0ff0 Update to R-mapproj-1.2-1. Changes unknown, but fixes build with R
3.0.1.
2013-08-31 08:43:23 +00:00
joerg
b13df37634 Update to R-RandomField-2.0.66. No ChangeLog, but fixes build with
R-3.0.1.
2013-08-30 13:05:00 +00:00
joerg
e7a7de5f30 Update to R-hwde-0.63:
o The vignette hwde.Rnw has been modified to add missing text and to
      conform to current Sweave markup conventions
    o Code for the functions hwde() and make.contrasts() has been modified
      so that R CMD check no longer reports "No visible binding for global
      variable 'oset'."
2013-08-30 12:58:11 +00:00
joerg
5b9f22b6ae Update to R-httpRequest-0.0.9. No ChangeLog, but fixes build with
R-3.0.1.
2013-08-30 12:57:15 +00:00
joerg
758e7703fe Create wildcard NAMESPACE file to fix build with R 3.0.1. 2013-08-30 12:56:30 +00:00
joerg
509b0913a5 Update to R-bitops-1.0-6. No ChangeLog, but fixes build with R-3.0.1. 2013-08-30 12:54:06 +00:00
obache
42cdd177d2 Update ruby-spreadsheet to 0.8.9.
=== 0.8.9 / 24.08.2013

Author: Doug Renn <renn@nestegg.com>
Date:   Fri Aug 23 17:10:24 2013 -0600

* Work around to handle number formats that are being mistaken time formats
2013-08-26 09:38:28 +00:00
wen
fd66961287 Update to 1.11
Add missing BUILD_DEPENDS

Upstream changes:
1.07 Thu Jan 19 2012
    - synchronised the autoseeding mechanism with that of Math::Random::MT

1.08 Mon May 28 2012
    - synchronised the autoseeding mechanism with that of Math::Random::MT that
      is more elegant and portable

1.09 Mon Jun 4 2012
    - added the irand() function to draw random integers, as in Math::Random::MT

1.10 Mon Aug 6 2012
    - made set_seed() return the seed, as does Math::Random::MT
    - migrated test suite to Test::More and Test::Number::Delta

1.11
    - Improvement of unit tests
2013-08-25 01:40:13 +00:00
wen
fb7e017039 Update to 6.22
Upstream changes:
6.22 Tue Sep  4 14:06:20 2012
	- Enhancement to shuffle() to return an array

6.21 Mon Aug  6 17:27:37 2012
	- Haiku does not support non-blocking IO

6.19 Fri Jul 27 00:48:20 2012
	- Prevent use of incompatible state vectors

6.18 Thu Jan 26 14:58:57 2012
	- Ignore warnings from other modules during tests

6.17 Wed Jan 11 05:55:09 2012
	- Require OIO 3.85 to fix some 'used only once' warnings
2013-08-25 01:34:46 +00:00
wen
776d82f140 Update to 0.31
Upstream changes:
0.31  2013-08-07

    - Change proof certificate documentation to reflect the new text format.

    - Some platforms were using __int128 when it wasn't supported.  Only
      x86_64 and Power64 use it now.

    - Small speedup for ranged totient internals.

    - Patch MPU::GMP 0.13 giving us not quite what we expected from a small
      certificate.  Fixed in MPU::GMP 0.14, worked around here regardless.

0.30  2013-08-06

    [API Changes]
      - Primality proofs now use the new "MPU Certificate" format, which is
        text rather than a nested Perl data structure.  This is much better
        for external interaction, especially with non-Perl tools.  It is
        not quite as convenient for all-Perl manipulation.

    [Functions Added]
      - is_frobenius_underwood_pseudoprime
      - is_almost_extra_strong_lucas_pseudoprime
      - lucas_sequence
      - pplus1_factor

    [Enhancements]
      - Documentation and PP is_prime changed to use extra strong Lucas test
        from the strong test.  This matches what the newest MPU::GMP does.
        This has no effect at all for numbers < 2^64.  No counter-example is
        known for the standard, strong, extra strong, or almost extra strong
        (increment 1 or 2) tests.  The extra strong test is faster than the
        strong test and produces fewer pseudoprimes.  It retains the residue
        class properties of the strong Lucas test (where the SPSP-2
        pseudoprimes favor residue class 1 and the Lucas pseudoprimes favor
        residue class -1), hence should retain the BPSW test strength.

      - XS code for all 4 Lucas tests.

      - Clean up is_prob_prime, also ~10% faster for n >= 885594169.

      - Small mulmod speedup for non-gcc/x86_64 platforms, and for any platform
        with gcc 4.4 or newer.

    [Bug Fixes]
      - Fixed a rare refcount / bignum / callback issue in next_prime.
2013-08-25 01:28:38 +00:00
jperkin
19e6deaf33 Add -D_LCONV_C99 on SunOS to pick up extended lconv support. 2013-08-21 19:53:42 +00:00
drochner
f9dcda1d57 update to 1.12.5
changes:
-Improve ODF import
-Export custom shapes
-Implement input message editing
+bugfixes
2013-08-21 15:15:37 +00:00
jperkin
f2102ae423 Texinfo 5.1 fixes. 2013-08-19 13:30:30 +00:00
richard
bb69cb9323 add math/py-cdecimal 2013-08-15 14:23:36 +00:00
richard
0a4630f165 cdecimal
========

The cdecimal package is a fast drop-in replacement for the decimal module
in Python's standard library. Both modules provide complete implementations
of Mike Cowlishaw/IBM's General Decimal Arithmetic Specification.

This archive is identical to the mpdecimal package, except that library
tests and documentation have been removed.


For documentation, visit:

http://www.bytereef.org/mpdecimal/index.html
http://www.bytereef.org/mpdecimal/doc/index.html



Contact: Stefan Krah <skrah@bytereef.org>
2013-08-15 14:23:01 +00:00
wen
8f648f4c57 Update to 1.6.1
Upstream changes:
Changes in version 1.6-1

write.matrix.csr() now accepts a fac argument similar to read.matrix.csr(), writing factor levels instead of the numeric codes.

naiveBayes() uses a numerically more stable formula for calculating the a-posterior probabilities.

predict.naiveBayes() now accepts data with predictors in an order different from the training data, and also ignores variables not in the model (especially the response variable).

svm() checks whether parameters which are passed to the C-code are set to NULL to avoid segfaults.
2013-08-15 09:34:23 +00:00
wen
09a8304297 Add R-plyr 2013-08-15 09:24:45 +00:00
wen
a323eb3f4f Imported R-plyr as math/R-plyr.
plyr is a set of tools that solves a common set of problems: you
need to break a big problem down into manageable pieces, operate
on each pieces and then put all the pieces back together. For example,
you might want to fit a model to each spatial location or time point
in your study, summarise data by panels or collapse high-dimensional
arrays to simpler summary statistics. The development of plyr has
been generously supported by BD (Becton Dickinson).
2013-08-15 09:22:21 +00:00
wen
cac6b6cc62 Update to 0.2.7
Upstream changes:
Version 0.2-7

* Trivial changes (updated package fields, daj)

Version 0.2-6

* Removed deprecated \synopsis in some Rd files (thanks to Prof. Ripley)
2013-08-15 02:22:18 +00:00
wen
449d398a53 Update to 2.0.18
Upstream changes:
Changes to Version 2.0-18

    o Bug fix to boot with type="residual"

    o Added densityPlot() function.

Changes to Version 2.0-17

    o Add a variable to AMSsurvey.

    o Fix to residualPlots to compute lack of fit tests with missing values and glms.

    o Fix to residualPlots with a 0/1 variable not declared a factor.

    o Boxplot() now works properly with at argument passed to boxplot() via ... (contribution of Steve Ellison).

    o qqPlot.lm() now works with "aov" objects (fixing problem reported by Thomas Burk).

    o Small fixes to code and docs.

Changes to Version 2.0-16

    o Fixed bug in printing of hypotheses by linearHypothesis(), where numeric
constants of the form 1.* or -1.* were printed incorrectly (reported by Johannes Kutsam).

    o Fixed a bug in showLabels() with multiple groups in the scatterplot() and scatterplotMatrix() function.

    o linearHypothesisTest() now tolerates newlines and tabs in hypotheses (suggestion of David Hugh-Jones).

    o two bugs fixed in Boot() (found by David Pain) changed argument f to f. in bootCase().

    o summary.Boot(), confint.Boot() and hist.Boot() handle aliases correctly.

    o Boxplot.formula() now accepts more than one conditioning variable (suggestion of Christina Yassouridis).

    O Boxplot() now properly handles at argument passed through via ... to boxplot() (contribution of Steve Ellison).

    o Small fixes.

Changes to Version 2.0-15

    o Added an argument coef. to linearHypothesis so tests of the linear hypohtesis form can be computed without reference to a fitted model

    o Added a linearHypothesis.nlsList method

    o Added an nls method for Boot

    o Recode() introduced as alias for recode() to avoid name clash with Hmisc.

    o residualPlots for glms now ignore starting values for the computing algorithm when computing lack of fit tests; starting values previously caused an error.

    o Marginal Model Plots now allow conditioning on a categorical variable.

Changes to Version 2.0-14

    o Smoothers now given as arguments to scatterplot(), scatterplotMatrix(), residualPlots() and other functions; gamLine(), loessLine() (default), and quantregLine() smoothers provided.

    o linearHypothesis.mer() and Anova.mer() now consistent with pbkrtest version 0.3-2.

    o Small changes and fixes.

Changes to Version 2.0-13

    o Added point marking (id.n, etc.) to dataEllipse

    o Changed the default for id.method with the invTranPlot to "x".

    o The ncvTest has been rewritten for stability, and unneeded 'data', 'subset' and 'na.action' argument have been removed

    o Added new function 'Boot' that is a simple front-end to boot::boot that will be useful when bootstrapping regression models.  Implemented for lm and glm, but this is likely to work for many other S3 regression models with and 'update' method, 'subset' argument.

    o Fixed bug in 'compareCoefs' with non-full rank models

    o Modified 'bootCase' to return a matrix of class c("bootCase", "matrix") so generic functions can be written to summarize these objects.

    o Minor changes to the returned value of showLabels to give both the label and the corresponding row number.  showLabels documentation tweaked.

    o Improved handling of center.pch argument to ellipse() (suggestion of Rob Kushler).

    o New test argument for linearHypothesis.mer()  and test.statistic argument for Anova.mer() for F-tests with Kenward/Roger df, provided by pbkrtest package.

    o Anova.mlm() now will do univariate repeated-measures ANOVA even if the error SSP matrix is singular.

    o hccm() will now accept a weighted linear models (suggestion of Stefan Holst Bache).

    o deltaMethod.default() now applies coef() and vcov() to a model for which these are supported (generalizing a suggestion by Scott Kostyshak).

    o Fixed handling of labels argument in scatterplot.formula() and scatterplotMatrix.formula().

    o Fixed qqPlot.default() so that it honors line="none" (bug reported by Rob Kushler).

    o Added new default method for confidenceEllipse(), which now can construct confidence ellipses for linear functions of coefficients.

    o globalVariables() called for R 2.15.1 or later.

    o Fixed bug in logit() when percents=TRUE and largest percent is 1 (reported by Eric Goodwin).

    o Added radius argument to scatter3d() (suggestion of Antonino Messina).

    o Fixed spurious errors message in scatter3d() when groups present but surface=FALSE (reported by David L. Carlson).
2013-08-15 01:56:37 +00:00
markd
be777b7739 If not building with lzo option give bogus path for lzo otherwise it will
be detected if its installed and build will fail.
2013-08-13 21:24:37 +00:00
markd
2c3bcd9514 Update to R 3.0.1
Changes: many new features and bug fixes.  See NEWS file for details.
2013-08-13 19:53:30 +00:00
obache
5fba3c08ba suppress detection of DOCBOOK, PR pkg/48115 2013-08-12 02:17:43 +00:00
taca
634e482e57 Add patches to fix build problem with gsl-1.16. 2013-08-04 16:42:11 +00:00
obache
62175c290c Update ruby-spreadsheet to 0.8.8.
=== 0.8.8 / 02.08.2013

Author: Nathan Colgate <nathancolgate@gmail.com>
Date:   Thu Aug 1 15:01:57 2013 -0500

* Update excel/internals.rb to reference a valid Encoding type
* Encoding.find("MACINTOSH") was throwing an error. Encoding.find("MACROMAN") does not.

=== 0.8.7 / 24.07.2013

Author: Yasuhiro Asaka <yasaka@ywesee.com>
Date:   Wed Jul 24 11:31:12 2013 +0900

* Remove warnings for test suite
* warning: mismatched indentations at 'end' with 'class' at xxx
* warning: method redefined; discarding old xxx
* warning: assigned but unused variable xxx
* warning: previous definition of xxx was here
* The source :rubygems is deprecated because HTTP
* requests are insecure. (Gemfile)
2013-08-04 11:38:31 +00:00
riastradh
be260bd5dd glpk support in math/octave is hosed upstream, so disable by default. 2013-08-01 18:44:06 +00:00
adam
b3e5e19a1e GLPK 4.52.1 (release date: Jul 28, 2013)
This is a bug-fix release.

        A version information bug in Makefile.am was fixed. Thanks to
        Sebastien Villemot <sebastien@debian.org> for bug report.

GLPK 4.52 (release date: Jul 18, 2013)

        The clique cut generator was essentially reimplemented, and now
        it is able to process very large and/or dense conflict graphs.

        A simple rounding heuristic was added to the MIP optimizer.

        Some bugs were fixed in the proximity search heuristic routine.
        Thanks to Giorgio Sartor <0gioker0@gmail.com>.

        New command-line option '--proxy [nnn]' was added to glpsol to
        enable using the proximity search heuristic.

        A bug (incorrect processing of LI column indicator) was fixed
        in the mps format reading routine. Thanks to Charles Brixko for
        bug report.
2013-07-31 07:02:35 +00:00
drochner
3fe703ba08 update to 1.0.17
changes:
-Plotting uses cairo (and is antialised) by using updated GtkExtra
-Improvements to line plots including autoscaling the y axis by default
-PDF export
-Lots of of fixes and other minor improvements all over
2013-07-24 11:15:55 +00:00
wiz
38b0b45d2a Update to 1.16:
* What is new in gsl-1.16:

** fixed error in gsl_rng_fwrite where uninitialized padding
   bytes were being written (bug #39104)

** fixed error in gsl_block_alloc where padding bytes were not
   properly initialized (bugs #39101,#39102,#39103)

** fixed error in ntuple/test.c where padding bytes were not
   properly initialized (bug #39105)

** fixed triangle selection bug in gsl_sf_coupling_6j_e and
   gsl_sf_coupling_9j_e (bugs #39466 and #29606) (Håkan Johansson and
   Alexey Illarionov)

** added higher level wrapper routine gsl_multifit_fdfsolver_driver

** converted gsl_multifit_linear_residuals to use dgemv to improve
   efficiency (bug #39153)

** added functions gsl_stats_spearman and gsl_sort_vector2 to compute
   Spearman rank correlation

** added function gsl_poly_dd_hermite_init for Hermite interpolation

** Added support for robust linear least squares

** Added function gsl_linalg_SV_leverage for computing statistical
   leverages from SVD decomposition

** Added support for approximating the Jacobian of nonlinear least
   squares fits using forward finite differences

** Extended gsl_sf_coupling_3j to allow larger range and to handle
   the special case (ja jb jc; 0 0 0)=0 when ja+jb+jc is odd

** Fixed gsl_sf_mathieu_se_array to return zero when the order is zero
   [bug #33679].

** Fixed overflow in gsl_sf_lncosh for large negative x (x<-354).

** Improved gsl_ran_negative_binomial_pdf to avoid underflow/overflow
   for large arguments.

** Multisets now allow k strictly greater than n.

** Fixed gsl_matrix_complex_fwrite/fread failure for noncontiguous
   matrices (Matthias Sitte).
2013-07-21 20:11:11 +00:00
wiz
f812c78a27 Update to 1.12.4:
Gnumeric 1.12.4

Andreas:
	* Improve xlsx export of Gnumeric functions.
	* Improve xlsx import of Excel 2010 functions.
	* Improve xls import of Excel 2010 functions.
	* Fix documentation of r.q* and r.*nbinom. [#703164]
	* Add Excel 2010's BETA.DIST.
	* Fix crash on corrupted files. [#703149] [#703215] [#703625] [#703895]
	* Fix import of sxc files. [#703249]
	* Fix TDIST Import/Export from/to ODF.
	* Write manual legend position to ODF. [#703362]
	* Fix position handling in strict ODF export.

Jean:
	* Don't attempt to add a path item when there is no path object. [#703052]

Morten:
	* Improve accuracy for 2-argument ERF.
	* Fix crashes on corrupted files.  [#703143] [#703307] [#703306]
	* Fix --with-long-double tests.  [#703397]
	* Fix problems saving auto filters to xls.  [#703308]
	* Improve handling of large graph ranges.  [#703546]
	* Fix analysis issue with translations.  [#703355]
	* Fix COUNTIF (etc) pattern matching.  [#703770]
2013-07-20 15:49:51 +00:00
joerg
178d9dd159 Fix friend definition. 2013-07-19 12:53:09 +00:00
joerg
45f29ced64 Not MAKE_JOBS_SAFE. 2013-07-19 12:52:10 +00:00
joerg
4c8518dd65 Add termios.h formerly included by unistd.h. 2013-07-18 12:07:24 +00:00
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00
wen
3060b29b0f Update to 0.29
Add missing DEPENDS

Upstream changes:
0.29 30 May 2013

    - Fix a signed vs. unsigned char issue in ranged moebius.  Thanks to the
      Debian testers for finding this.

    - XS is_prob_prime / is_prime now use a BPSW-style test (SPRP2 plus
      extra strong Lucas test) for values over 2^32.  This results in up
      to 2.5x faster performance for large 64-bit values on most machines.
      All PSP2s have been verified with Jan Feitsma's database.

    - forprimes now uses a segmented sieve.  This (1) allows arbitrary 64-bit
      ranges with good memory use, and (2) allows nesting on threaded perls.

    - prime_count_approx for very large values (> 10^36) was very slow without
      Math::MPFR.  Switch to Li+correction for large values if Math::MPFR is
      not available.

    - Workaround for MSVC compiler.

    - Added:
        is_pseudoprime (Fermat probable prime test)
        is_lucas_pseudoprime (standard Lucas-Selfridge test)
        is_extra_strong_lucas_pseudoprime (Mo/Jones/Grantham E.S. Lucas test)

0.28 23 May 2013

    - An optimization to nth_prime caused occasional threaded Win32 faults.
      Adjust so this is avoided.

    - Yet another XS micro-speedup (PERL_NO_GET_CONTEXT)

    - forprimes { block } [begin,]end.  e.g.
        forprimes { say } 100;
        $sum = 0;  forprimes { $sum += $_ } 1000,50000;  say $sum;
        forprimes { say if is_prime($_+2) } 10000;  # print twin primes

    - my $it = prime_iterator(10000); say $it->();
      This is experimental (that is, the interface may change).

0.27 20 May 2013

    - is_prime, is_prob_prime, next_prime, and prev_prime now all go straight
      to XS if possible.  This makes them much faster for small inputs without
      having to use the -nobigint flag.

    - XS simple number validation to lower function call overhead.  Still a
      lot more overhead compared to directly calling the XS functions, but
      it shaves a little bit of time off every call.

    - Speedup pure Perl factoring of small numbers.

    - is_prob_prime / is_prime about 10% faster for composites.

    - Allow '+N' as the second parameter to primes.pl.  This allows:
          primes.pl 100 +30
      to return the primes between 100 and 130.  Or:
          primes.pl 'nth_prime(1000000000)' +2**8

    - Use EXTENDED_TESTING to turn on extra tests.

0.26 21 April 2013

    - Pure Perl factoring:
        - real p-1 -- much faster and more effective
        - Fermat (no better than HOLF)
        - speedup for pbrent
        - simple ECM
        - redo factoring mix

    - New functions:
        prime_certificate  produces a certificate of primality.
        verify_prime       checks a primality certificate.

    - Pure perl primality proof now uses BLS75 instead of Lucas, so some
      numbers will be much faster [n-1 only needs factoring to (n/2)^1/3].

    - Math::Prime::Util::ECAffinePoint and ECProjectivePoint modules for
      dealing with elliptic curves.

0.25 19 March 2013

    - Speed up p-1 stage 2 factoring.  Combined with some minor changes to the
      general factoring combination, ~20% faster for 19 digit semiprimes.

    - New internal macro to loop over primary sieve starting at 2.  Simplifies
      code in quite a few places.

    - Forgot to skip one of the tests with broken 5.6.2.

0.24 10 March 2013

    - Fix compilation with old pre-C99 strict compilers (decl after statement).

    - euler_phi on a range wasn't working right with some ranges.

    - More XS prime count improvements to speed and space.  Add some tables
      to the sieve count so it runs a bit faster.  Transition from sieve later.

    - PP prime count for 10^9 and larger is ~2x faster and uses much less
      memory.  Similar impact for nth_prime 10^8 or larger.

    - Let factor.pl accept expressions just like primes.pl.

0.23  5 March 2013

    - Replace XS Zeta for x > 5 with series from Cephes.  It is 1 eps more
      accurate for a small fraction of inputs.  More importantly, it is much
      faster in range 5 < x < 10.  This only affects non-integer inputs.

    - PP Zeta code replaced (for no-MPFR, non-bignums) with new series.  The
      new code is much more accurate for small values, and *much* faster.

    - Add consecutive_integer_lcm function, just like MPU::GMP's (though we
      define ci_lcm(0) = 0, which should get propogated).

    - Implement binary search on RiemannR for XS nth_prime when n > 2e11.
      Runs ~2x faster for 1e12, 3x faster for 1e13.  Thanks to Programming
      Praxis for the idea and motivation.

    - Add the first and second Chebyshev functions (theta and psi).

    - put isqrt(n) in util.h, use it everywhere.
      put icbrt(n) in lehmer.h, use it there.

    - Start on Lagarias-Miller-Odlyzko prime count.

    - A new data structure for the phi(x,a) function used by all the fast
      prime count routines.  Quite a bit faster and most importantly, uses
      half the memory of the old structure.

    - Performance:
       - Divisor sum with no sub is ~10x faster.
       - Speed up PP version of exp_mangoldt, create XS version.
       - Zeta much faster as mentioned above.
       - faster nth_prime as mentioned above.
       - AKS about 10% faster.
       - Unroll a little more in sieve inner loop.  A couple percent faster.
       - Faster prime_count and nth_prime due to new phi(x,a) (about 1.25x).

0.22 26 February 2013

    - Move main factor loop out of xs and into factor.c.

    - Totient and Moebius now have complete XS implementations.

    - Ranged totient uses less memory when segmented.

    - Switch thread locking to pthreads condition variables.

0.21 22 February 2013

    - Switch to using Bytes::Random::Secure for random primes.  This is a
      big change in that it is the first non-CORE module used.  However, it
      gets rid of lots of possible stupidness from system rand.

    - Spelling fixes in documentation.

    - primes.pl: Add circular and Panaitopol primes.

    - euler_phi and moebius now will compute over a range.

    - Add mertens function: 1000+ times faster than summing moebius($_).

    - Add exp_mangoldt function: exponential of von Mangoldt's function.

    - divisor_sum defaults to sigma if no sub is given (i.e. it sums).

    - Performance:
       - Speedup factoring small numbers.  With -nobigint factoring from
         1 to 10M, it's 1.2x faster.  1.5x faster than Math::Factor::XS.
       - Totient and M枚bius over a range are much faster than separate calls.
       - divisor_sum is 2x faster.
       - primes.pl is much faster with Pillai primes.
       - Reduce overhead in euler_phi -- about 2x faster for individual calls.

0.20  3 February 2013

    - Speedup for PP AKS, and turn off test on 32-bit machines.

    - Replaced fast sqrt detection in PP.pm with a slightly slower version.
      The bloom filter doesn't work right in 32-bit Perl.  Having a non-working
      detector led to really bad performance.  Hence this and the AKS change
      should speed up testing on some 32-bit machines by a huge amount.

    - Fix is_perfect_power in XS AKS.

0.19  1 February 2013

    - Update MR bases with newest from http://miller-rabin.appspot.com/.

    - Fixed some issues when using bignum and Calc BigInt backend, and bignum
      and Perl 5.6.

    - Added tests for bigint is_provable_prime.

    - Added a few tests to give better coverage.

    - Adjust some validation subroutines to cut down on overhead.

0.18  14 January 2013

    - Add random_strong_prime.

    - Fix builds with Solaris 9 and older.

    - Add some debug info to perhaps find out why old ActiveState Perls are
      dying in Math::BigInt::Calc, as if they were using really old versions
      that run out of memory trying to calculate '2 ** 66'.
      http://code.activestate.com/ppm/Math-Prime-Util/

0.17  20 December 2012

    - Perl 5.8.1 - 5.8.7 miscalculates 12345 ** 4, which I used in a test.

    - Fix (hopefully) for MSC compilation.

    - Unroll sieve loop for another 20% or so speedup.  It won't have much
      practical application now that we use Lehmer's method for counts, but
      there are some cases that can still show speedups.

    - Changed the rand functionality yet again.  Sorry.  This should give
      better support for plugging in crypto RNG's when used from other
      modules.

0.16  11 December 2012

    - randbits >= 32 on some 32-bit systems was messing us up.  Restrict our
      internal randbits to wordsize-1.
2013-07-14 06:11:50 +00:00
obache
7c637a123a Update ruby-spreadsheet to 0.8.6.
=== 0.8.6 / 11.07.2013

Author: Arjun Anand and Robert Stern <dev+arjuna+rstern@reenhanced.com>
Date:   Wed Jul 10 13:45:30 2013 -0400

* Allow editing of an existing worksheet.
2013-07-13 12:03:33 +00:00
tsutsui
e260f23246 Disable fftw-fortran option by default until lang/g95 issue is resolved.
Also bump PKGREVISION for the option default change.

"Please do that" from wiz@ in PR/48023.
2013-07-09 15:46:45 +00:00
jperkin
0e6def7961 Split the extract phase into fetch and extract, to ensure that distfiles
can be fetched correctly, keeping in sync with devel/gmp inplace.mk
2013-07-08 20:18:52 +00:00
taca
2caaddd34e Change GEM_CLEANBUILD not to include working file to package.
Bump PKGREVISION.
2013-07-07 15:29:47 +00:00
wen
088b2522b7 Update to 3.98.1.1
Upstream changes:
Version 3.98-1

  *      Compilation error with clang. Simple declaration of a routine.

Version 3.98-0

  *      Update for libxml2-2.9.1 and reading from a connection for xmlEventParse().

  *      xmlIncludes() is a hierarchical version of getXIncludes()

  *      Modifications to xmlSource(), e.g. verbose = TRUE as default.

Version 3.97-0

  *      Fix for xmlValue(node) = text.  Identified by Lawrence Edwards.
         Uses xmlNodeSetContent() now and leaves freeing the original content to that routine.

  *      Updates for xmlSource()

Version 3.96-1

  *     readHTMLTable() ignores headers that are over 999 characters.

  *     Fix a problem in readHTMLTable() with some table headers not having
        the correct number of elements to match the columns.

Version 3.96-0

  *     Introduced readHTMLList(), getHTMLLinks(), getHTMLExternalFiles(), getXIncludes().

  *     When serializing XMLNode objects, i.e. R representations of nodes, ensure " and <, etc. in attributes
        are serialized correctly.


Version 3.95-1

  *     Allow htmlParse(), xmlParse(), etc. ?

Version 3.95-0

  *     Moved development version of the source code for the package to github -
        https://github.com/omegahat/XML.git

  *     Changes to the structure of the package to allow installation directly rather than
        via a one-step staging into the R package structure.

  *     Sample XML documents moved from data/ to exampleData, and examples updated.

  *     getDefaultNamespace() and matchNamespaces() use simplify = TRUE to call
        xmlNamespaceDefinitions() to get the namespaces as a character vector rather than
        list.

  *     Documentation updates


Version 3.94-0

  *     getNodeLocation() now reports the actual line number for text nodes rather than 0,
        using the sibling nodes' or parent node's line number.

  *     xpathApply() and related functions work with builtin type "functions",
        e.g. class.

  *     xpathApply() and related functions (getNodeSet, xpathSApply) allow
        the caller to specify multiple queries as a character vector
        and these are pasted together as compound location paths by
        separating them with a '|'.  This makes it easier for the
        caller to manage the different queries.

  *     assigning to a child of a node works, e.g. node[["abc"]] = text/node
        and node[[index]] = text/node.  We replace a matching name.  If the
        replacement value is text, we use the name to

  *     getChildrenStrings() is a function that implements the equivalent of
        xmlApply(node, xmlValue) but faster because we avoid the function call
        for each element.

  *     options parameter for xmlParse() and htmlParse() for controlling the parser.
        (Currently only used when encoding is explicitly specified.)

  *     encoding parameter for xmlParse() and xmlTreeParse() now works for XML documents,
        not just HTML documents.

  *     Update for readHTMLTable() method so that we look at just the final <tr> node
        in a <thead>.

Version 3.93-1

  *     Fixed bug in findXInclude() that sometimes got the wrong XMLXIncludeStartNode.
        Hence getNodeLocation() might report the wrong file, but correct line number!

  *     findXInclude() now has a recursive parameter that resolves the chain of XIncludes.
        This returns the full path to the file, relative to the base/top-level document,
        not just the parent document.

  *     Change to the default value of the error parameter in htmlParse() and htmlTreeParse()
        which will generate a structured R error if there is an IO error.
        The set of issues that will raise an error will be broadened in the future.

Version 3.93-0

  *    Enabled the fixing of <dummy> namespaces by finding the definition o
       for that prefix in the ancestor nodes.

Version 3.92-2

  *    Synchronized compilation flags for Windows with those on OSX & Linux.

Version 3.92-1

  *    Restore original error handler function for htmlParse() and htmlTreeParse()

  *    Fixed a reference counting problem caused by not adding a finalizer in the
       as() method for coercing an XMLInternalNode to an XMLInternalDocument.
       Example from Janko Thyson.

  *    Fixed up some partial argument names found by R CMD check!


Version 3.92-0

  *    Added --enable-xml-debug option for the configure script and this activates
       the debugging diagnostic reporting, mainly for the garbage collection and node
       reference counts.

  *    Work-around for HTML documents not being freed (but XML documents are!)

  *    Added an isHTML parameter for xmlTreeParse.

  *    Merge htmlTreeParse/htmlParse with xmlTreeParse.

  *    Implemented some diagnostic facilities to determine if an external pointer
       is in R's weak references list.   This needs support within R. (Ask for code if
       you want.)

Version 3.91-0

  *    Start of implementation to allow nested calls to newXMLNode() to use namespace prefixes
       defined in ancestor nodes.  Disabled at present.
2013-07-07 14:21:58 +00:00
wen
6523d6e2f1 Update to 1.0.25
Update LICENSE

Upstream changes:
2013-02-28  Albrecht Gebhardt  <agebhard@uni-klu.ac.at>

	* DESCRIPTION, LICENSE: final version of license desription done.
2013-07-07 12:10:58 +00:00
wen
fbc9d7c5c1 Update to 0.7
(No upstream changelog)
2013-07-07 12:02:36 +00:00
wen
f8cbb84989 Update to 1.0.5
(No upstream changelog)
2013-07-07 11:52:41 +00:00
wen
197e1ea883 Update to 0.14.0
(No upstream changelog)
2013-07-07 11:32:24 +00:00
wen
4862ec89a4 Update to 2.01.33
Upstream changes:
2013-06-22 17:09  rsbivand

	* DESCRIPTION, inst/LICENCE, inst/README, man/burkitt.Rd: help line
	  lengths

2013-03-30 13:30  rsbivand

	* LICENCE: remove clang warning

2013-03-30 13:29  rsbivand

	* src/ptinpoly.c: remove clang warning

2013-01-16 08:35  rsbivand

	* ChangeLog, inst/ChangeLog: tidy

2013-01-16 08:34  rsbivand

	* DESCRIPTION, R/First.lib.S: change to .onAttach for startup
	  message
2013-07-07 11:20:24 +00:00
wen
fd343d9191 Update to 1.0.11
Upstream changes:
2013-06-28 09:04  edzer

	* man/Spatial-class.Rd, man/disaggregate.Rd: added documentation
	  for disaggregate and aliases for spatstat S4 classes

2013-06-28 05:46  edzer

	* NAMESPACE: export method disaggregate

2013-06-27 20:51  edzer

	* NAMESPACE: exporting spatstat Classes ppp, im, psp, owin

2013-06-27 20:45  edzer

	* R/sp_spat1.R: removed class tess (which is used, nor exported)

2013-06-27 06:54  edzer

	* R/spdists.R, R/zerodist.R, man/zerodist.Rd, src/init.c, src/sp.h,
	  src/zerodist.c: zerodist and zerodist2 now handle longlat data,
	  using sp_gcdist
	  tidied spdists.R

2013-06-25 19:08  edzer

	* R/SpatialLines-methods.R, R/spdists.R,
	  man/SpatialGridDataFrame-class.Rd, man/SpatialPoints-class.Rd,
	  man/SpatialPointsDataFrame-class.Rd, man/spDistsN1.Rd,
	  src/gcdist.c, src/sp.h, tests/Examples/sp-Ex.Rout.save: tidy;
	  added $ method for SpatialPoints, such that meuse$x is found even
	  if x is a coordinate.
	  added methods to convert from spatstat (im, ppp) to Spatial
	  objects

2013-06-25 17:13  rsbivand

	* inst/doc/csdacm.Rnw, inst/doc/csdacm.pdf: adding footnote

2013-06-25 14:09  rsbivand

	* DESCRIPTION: add vignette; fix line length issues

2013-06-25 14:03  rsbivand

	* DESCRIPTION, inst/doc/csdacm.Rnw, inst/doc/csdacm.pdf,
	  inst/doc/intro_sp.pdf, inst/doc/over.pdf,
	  inst/external/seamap105_mod.csv, man/CRS-class.Rd,
	  man/SpatialPolygons-class.Rd,
	  man/SpatialPolygonsDataFrame-class.Rd,
	  man/as.SpatialPolygons.GridTopology.Rd, man/gridlines.Rd,
	  man/nowrapSpatialLines.Rd, man/polygons.Rd,
	  man/recenter-methods.Rd, man/spplot.Rd,
	  tests/Examples/sp-Ex.Rout.save: add vignette; fix line length
	  issues

2013-06-24 21:09  edzer

	* R/SpatialPoints-methods.R, R/disaggregate.R, R/sp_spat1.R,
	  R/unfold.R: added disaggregate functions (not yet exported);
	  added $ method for SpatialPoints that also catches coordinates,
	  as meuse$x
	  sp_spat1 has the conversion from spatstat classes ppp and im to
	  Spatial objects

2013-06-21 14:11  rsbivand

	* R/CRS-methods.R, man/CRS-class.Rd, man/is.projected.Rd,
	  tests/fail1.R, tests/fail1.Rout.save: checks on latlon and lonlat

2013-05-23 19:29  edzer

	* R/Spatial-methods.R, man/spTransform.Rd: added spTransform(ANY)
	  methods that will stop and point to rgdal.

2013-05-07 09:12  rsbivand

	* R/SpatialPoints-methods.R: guard against non-finite coordinates

2013-05-07 07:54  rsbivand

	* inst/include/sp_xports.c, src/sp_xports.c: guard against
	  non-finite polygon coordinates

2013-04-26 08:54  edzer

	* DESCRIPTION, R/SpatialGridDataFrame-methods.R, R/unfold.R:
	  scaffold for unfold - nothing exported; improved coercion
	  function
	  for SpatialPixelsDataFrame to SpatialGridDataFrame, thanks to Jon
	  Skoien.

2013-04-24 07:05  rsbivand

	* ChangeLog, inst/ChangeLog: closeAllConnections in readRAST6
	  replaced by counted closure

2013-04-22 19:48  edzer

	* DESCRIPTION: version update

2013-04-22 14:49  edzer

	* demo/depend.R: tidy

2013-04-22 14:24  edzer

	* demo/depend.R: better depend script

2013-04-22 09:34  edzer

	* demo/depend.R, man/spTransform.Rd,
	  tests/Examples/sp-Ex.Rout.save, tests/fail1.Rout.save: added
	  spTransform doc, updated checks, depend now uses two cores.

2013-04-19 15:52  edzer

	* DESCRIPTION: increased the rgdal version dependency

2013-04-19 13:16  edzer

	* NAMESPACE, R/Spatial-methods.R: defines generic, and exports
	  method spTransform.

2013-04-12 22:11  mdsumner

	* R/gridlines.R: stringsAsFactors = FALSE for gridat labels,
	  otherwise the factors returned are unusable without conversion to
	  character

2013-03-30 13:36  edzer

	* DESCRIPTION: version bump

2013-03-30 13:33  edzer

	* R/spplot.R: lwd and lty now work on spplot()'ing
	  SpatialPolygonsDataFrame objects;
	  email today on r-sig-geo.

2013-03-29 10:00  rsbivand

	* ChangeLog, inst/ChangeLog: tidy

2013-03-29 09:57  rsbivand

	* inst/include/sp_xports.c: removing clang warnings

2013-03-29 09:56  rsbivand

	* DESCRIPTION, src/Rcentroid.c, src/pip.c, src/pip2.c,
	  src/sp_xports.c, src/zerodist.c: removing clang warnings
2013-07-07 11:16:24 +00:00
wen
dbd9dc2860 Update to 1.4.17
(No upstream changelog)
2013-07-07 11:07:18 +00:00
wen
6facd1be9d Update to 0.9.5
(No changelog upstream)
2013-07-07 09:30:28 +00:00
wen
6c9611cbc3 Update to 1.7.10
Upstream changes:
Changes in Version 1.7-10

  o All methods that had previously been fully exported (merge.zoo,
    MATCH.default, ..., and many more) in order to be accessible to
    _all_ conceivable generics are now additionally registered as
    S3method()s for the standard generics. Exception: as.Date.* are
    still only fully exported.

  o Added a new mean() method for "zoo" objects that simply does
    mean(coredata(obj), ...).

  o Added yearmon_trans, scale_x_yearmon and scale_y_yearmon and
    yearqtr_trans, scale_x_yearqtr and scale_y_yearqtr to ggplot2 interface.

  o Removed the use of the shape and linetype aesthetic by default
    in autoplot() method.

  o Bug fix in na.fill for univariate series based on 1-column matrices
    (provided by Josh Ulrich).

  o Added [[ methods for "yearmon" and "yearqtr".

  o Constructs like time(obj)[ORDER(time(obj))] are now split up into
    two steps in the package code. If zoo is only imported but not
    loaded, R can otherwise have problems correctly dispatching to
    the new generics ORDER and MATCH.

  o as.Date() now also works for yearqtr/yearmon that are all NA
    (especially needed for format() and print() method).
2013-07-07 09:23:30 +00:00
rodent
ebafde0608 +p5-Math-Complex 2013-07-06 00:36:53 +00:00
rodent
1970c37b08 Import p5-Math-Complex-1.59 as math/p5-Math-Complex.
This package lets you create and manipulate complex numbers. By default, Perl
limits itself to real numbers, but an extra use statement brings full complex
support, along with a full set of mathematical functions typically associated
with and/or extended to complex numbers.
2013-07-06 00:35:15 +00:00
ryoon
2193923ba6 Recursive revbump from graphics/giflib update to 5.0.4. 2013-07-05 13:29:28 +00:00
wiz
9e4b20860c Update to 1.12.3:
Gnumeric 1.12.3

Andreas:
	* Fix border handling for merged cells in LaTeX export.
	* Fix 'Go to First'. [#699631]
	* Fix data merges. [#699897]
	* Fix editing of hyperlinks. [#700732]
	* Fix conditional formatting crash. [#700969]
	* Do not include hidden cells in automatic print range. [#700994]
	* Make buttons 1 and 2 behave similarly when selecting cells. [#700792]
	* Warn when encountering extLst in xlsx import. [#700018]
	* Use ctrl-a only to select the whole sheet, if the sheet
	  has focus. [#699746]
	* Add a keyboard shortcut to jump to the current cell indicator.
	  [#699710]
	* Fix placement of hyperlink tooltip. [#701436]
	* Adjust cell comment display. [#698519]
	* Make reference display in paste/define names dialog consistent with
	  sheet preferences. [Debian #699054]
	* Write/read pagesetup settings to/from xlsx. [#701834]
	* Fix in-cell-combos attached to merged cells. [#702146]
	* Use the pagesetup setting to determine the landscape option in LaTeX
	  export [#702169]
	* Fix ODF crash. [#702197]
	* In ODF import ignored mentioned but not included sheets. [#698388]
	* Fix crash on corrupted files.  [#702205] [#702219] [#702285]
	  [#702288] [#702364] [#702409] [#702486] [#702485] [#702498] [#702322]
	  [#702689]
	* Some documentation improvements. [Debian #621735] [Debian #530462]
	* Fix crash on xlsx import due to external references. [#702407]
	* Fix reading of conditional formats from xls files. [#702612]
	* Fix reading of solid fill conditional formats from xlsx files.
	  [#702615]
	* Improve xlsx import of new stat function names.
	* Fix export of FLOOR(x) to xlsx. [Debian #464732]
	* Fix clipboard related crash. [#702868]

Darrell Tangman:
	* Update documentation for Edit and Insert menus. [#700596]
	* Update documentation for comments and hyperlinks. [#700797]
	* Consolidate comment, hyperlinks, names documentation.
	* Update documentation for Manage Sheets, R1C1 notation,
	  sheet ranges. 1.12 updates, typo corrections, misc. cleanup.

Dmitry Smirnov:
	* Fixes to the gnumeric and ssconvert manual pages.

Jean:
	* Adjust labels vertical alignment in document properties
	  dialog. [#700156]
	* Don't crash when exchanging missing axes. [#702126]
	* Don't accept GNM_SHEET_PATTERNS as a valid pattern. [#702833]

Morten:
	* Improve xlsx import of style-only cells.
	* Don't write empty cells to .gnumeric.
	* Add MPSEUDOINVERSE function.
	* Add ctrl-shift-z as extra accelerator for redo.  [#699579]
	* Fix conditional format problem.  [#699647]
	* Remove gobject property strings from translation corpus.
	* Improve LINEST.  [#551457]
	* Improve statfuns tests.  [#700294]
	* Improve mathfuns tests.  [#700295]
	* Add new R.PTUKEY function.  [#700132]
	* Add new Q.PTUKEY function.  [#700132]
	* Fix missing translation of certain function examples.
	* Add new SNORM.DIST.RANGE function.
	* Fix critical when last row deleted.
	* Fix criticals in about dialog.
	* Introspection fixes.
	* Fix xls/biff5 link export.  [#701604]
	* Workaround problems with automake 1.13.
	* Fix crashes on corrupted files.  [#702101] [#702182] [#702218]
	  [#702267] [#702277] [#702379] [#702658] [#703006]
	* Improve xls import of new stat function names.
	* Plug leaks.
2013-07-04 14:12:09 +00:00
sno
9bb9908664 Adding subdir's for p5-Algorithm-Cluster, p5-Math-Random-ISAAC,
p5-Math-Random-ISAAC-XS, p5-Number-Tolerant.
2013-07-03 14:36:49 +00:00
sno
9ebd34a15c Adding package for CPAN distribution Math-Random-ISAAC version 1.004 into
math/p5-Math-Random-ISAAC.

As with other Pseudo-Random Number Generator (PRNG) algorithms like the
Mersenne Twister (see Math::Random::MT), this algorithm is designed to
take some seed information and produce seemingly random results as output.

However, ISAAC (Indirection, Shift, Accumulate, Add, and Count) has
different goals than these commonly used algorithms. In particular, it's
really fast - on average, it requires only 18.75 machine cycles to generate
a 32-bit value. This makes it suitable for applications where a significant
amount of random data needs to be produced quickly, such solving using the
Monte Carlo method or for games.

The results are uniformly distributed, unbiased, and unpredictable unless
you know the seed. The algorithm was published by Bob Jenkins in the late
90s and despite the best efforts of many security researchers, no feasible
attacks have been found to date.
2013-07-03 14:33:32 +00:00
sno
f79ee669b2 Adding package forPAN package Math-Random-ISAAC-XS version 1.004 into
math/Math-Random-ISAAC-XS.

This module implements the same interface as Math::Random::ISAAC and can
be used as a drop-in replacement. This is the recommended implementation
of the module, based on Bob Jenkins' reference implementation in C.

Selecting the backend to use manually really only has two uses:

    * If you are trying to avoid the small overhead incurred with
      dispatching method calls to the appropriate backend modules.
    * If you are testing the module for performance and wish to
      explicitly decide which module you would like to use.
2013-07-03 14:30:36 +00:00
sno
fcf26a3cac Adding package for CPAN distribution Algorithm-Cluster version 1.50 into
devel/p5-Algorithm-Cluster.

This module is an interface to the C Clustering Library, a general purpose
library implementing functions for hierarchical clustering (pairwise simple,
complete, average, and centroid linkage), along with k-means and k-medians
clustering, and 2D self-organizing maps. This library was developed at the
Human Genome Center of the University of Tokyo. The C Clustering Library
is distributed along with Cluster 3.0, an enhanced version of the famous
Cluster program originally written by Michael Eisen while at Stanford
University.
2013-07-03 14:26:03 +00:00
sno
6379746940 Adding package for CPAN distribution Number-Tolerant version 1.701 into
math/p5-Number-Tolerant.

Number::Tolerant creates a number-like object whose value refers to a
range of possible values, each equally acceptable. It overloads
comparison operations to reflect this.

I use this module to simplify the comparison of measurement results to
specified tolerances.

    reject $product unless $measurement == $specification;
2013-07-03 13:58:39 +00:00
adam
3b5c72b2ce Changes 4.51:
Singleton and dense phases were implemented on computing
LU-factorization with Gaussian elimination. The singleton phase
is a feature that allows processing row and column singletons
on initial elimination steps more efficiently. The dense phase
is a feature used on final elimination steps when the active
submatrix becomes relatively dense. It significantly reduces
the time needed, especially if the active submatrix fits in CPU
cache, and improves numerical accuracy due to full pivoting.

The API routine glp_adv_basis that constructs advanced initial
LP basis was replaced by an improved version, which (unlike the
old version) takes into account numerical values of constraint
coefficients.

The proximity search heuristic for MIP was included in the GLPK
integer optimizer glp_intopt. On API level the heuristic can be
enabled by setting the parameter ps_heur in glp_iocp to GLP_ON.
This feature is also available in the solver glpsol through
command-line option '--proxy'.

A bug was fixed that caused numerical instability in the FPUMP
heuristic.
2013-07-02 10:17:37 +00:00
tsutsui
6c9d91d5ea Make fortran support an option and enable it only on supported platforms.
Fixes build failure on platforms that are not supported by g95,
including NetBSD/arm 6.1.  PR/47965

Ok'ed by wiz@.
2013-06-29 18:59:43 +00:00
joerg
a3fbeef639 Require tex magic. Bump revision. 2013-06-26 15:50:30 +00:00
joerg
cb9c22b640 There is no portable way to derive vector iterators from pointers, so
just use the pointers directly.
2013-06-13 14:28:38 +00:00
joerg
8acc42f97c Fix main prototype. 2013-06-13 14:27:50 +00:00
joerg
2b253a665a Don't put extern "C" around headers that themselve include C++ headers. 2013-06-13 14:27:21 +00:00
dholland
e4ab372b11 Needs bison, lost during update 2013-06-11 23:34:48 +00:00
ryoon
fe39499e7f Add eukleides10.
Rename xeukleides to xeukleides10.
2013-06-10 12:31:25 +00:00
ryoon
1c1b8733ee Fix DEPENDS. 2013-06-10 12:29:39 +00:00
ryoon
021762f7c1 Remove xeukleides, remaned to xeukleides10. 2013-06-10 12:28:18 +00:00
ryoon
a56faa7ef3 Import xeukleides-1.0.1nb1 as math/xeukleides10.
This is a graphical frontend for eukleides legacy version.
2013-06-10 12:27:05 +00:00