mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
minor doc edits; call this 0.6
This commit is contained in:
parent
a20454ffe5
commit
2712efadc7
4 changed files with 11 additions and 15 deletions
|
@ -48,9 +48,9 @@ copyright = u'2012, 2013, Fredrik Johansson'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.6-git'
|
||||
version = '0.6'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.6-git'
|
||||
release = '0.6'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -4,7 +4,7 @@ History and changes
|
|||
For more details, view the detailed commit log
|
||||
in the git repository https://github.com/fredrik-johansson/arb
|
||||
|
||||
* future - version 0.6-git
|
||||
* 2013-05-31 - version 0.6
|
||||
|
||||
* made fast polynomial multiplication over the reals numerically stable by using a blockwise algorithm
|
||||
* disabled default use of the Gauss formula for multiplication of complex polynomials, to improve numerical stability
|
||||
|
|
|
@ -16,7 +16,7 @@ General information
|
|||
::::::::::::::::::::
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
|
||||
overview.rst
|
||||
setup.rst
|
||||
|
|
|
@ -6,17 +6,13 @@ Dependencies
|
|||
|
||||
Arb has the following dependencies:
|
||||
|
||||
* Either MPIR (http://www.mpir.org) 2.6.0 or later, or GMP (http://www.gmplib.org) 5.1.0 or later
|
||||
* MPFR (http://www.mpfr.org) 3.0.0 or later
|
||||
* FLINT (http://www.flintlib.org)
|
||||
|
||||
If MPIR is used instead of GMP, it must be compiled with
|
||||
the ``--enable-gmpcompat`` option.
|
||||
|
||||
Currently a source checkout of FLINT from
|
||||
https://github.com/fredrik-johansson/flint2 is required
|
||||
(the first release version of FLINT to be compatible with Arb
|
||||
will be FLINT 2.4).
|
||||
* Either MPIR (http://www.mpir.org) 2.6.0 or later, or GMP (http://www.gmplib.org) 5.1.0 or later.
|
||||
If MPIR is used instead of GMP, it must be compiled with the ``--enable-gmpcompat`` option.
|
||||
* MPFR (http://www.mpfr.org) 3.0.0 or later.
|
||||
* FLINT (http://www.flintlib.org) Currently a source checkout of FLINT from
|
||||
https://github.com/fredrik-johansson/flint2 is required
|
||||
(the first release version of FLINT to be compatible with Arb
|
||||
will be FLINT 2.4).
|
||||
|
||||
|
||||
Installation as part of FLINT
|
||||
|
|
Loading…
Add table
Reference in a new issue