[flint-arb] 01/07: Merge tag 'upstream/2.10.0'

Julien Puydt julien.puydt at laposte.net
Tue Mar 7 13:31:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository flint-arb.

commit d2df8e2002825059dab5ff9b0f193d8f1b31788c
Merge: 0431a86 c56d7ba
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Wed Mar 1 22:13:09 2017 +0100

    Merge tag 'upstream/2.10.0'
    
    Upstream version 2.10.0
    
    # gpg: Signature faite le mer. 01 mars 2017 22:13:08 CET
    # gpg:                avec la clef RSA 812EEFD8A3FBA4ACE4DF114B04C53BD7FE030551
    # gpg:                issuer "julien.puydt at laposte.net"
    # gpg: Bonne signature de « Julien Puydt (Debian) <julien.puydt at laposte.net> » [inconnu]
    # gpg: Attention : cette clef n'est pas certifiée avec une signature de confiance.
    # gpg:             Rien n'indique que la signature appartient à son propriétaire.
    # Empreinte de clef principale : 812E EFD8 A3FB A4AC E4DF  114B 04C5 3BD7 FE03 0551

 Makefile.in                                        |   4 +-
 acb.h                                              |  28 +-
 acb/div.c                                          |   2 +-
 acb/inv.c                                          | 191 +++++++++--
 acb/polygamma.c                                    |   2 +-
 acb/sqrt.c                                         |  69 +++-
 acb/test/t-inv.c                                   | 150 +++++++++
 arb/version.c => acb/vec_clear.c                   |  14 +-
 arb/version.c => acb/vec_init.c                    |  15 +-
 acb_elliptic.h                                     |  72 +++++
 acb_modular/elliptic_e.c => acb_elliptic/e.c       |   6 +-
 acb_elliptic/e_inc.c                               | 230 ++++++++++++++
 acb_elliptic/f.c                                   | 215 +++++++++++++
 acb_elliptic/inv_p.c                               |  35 ++
 .../elliptic_k.c => acb_elliptic/invariants.c      |  23 +-
 acb_modular/elliptic_k.c => acb_elliptic/k.c       |   4 +-
 .../elliptic_k_cpx.c => acb_elliptic/k_jet.c       |   6 +-
 .../elliptic_k_series.c => acb_elliptic/k_series.c |  13 +-
 acb_modular/elliptic_p.c => acb_elliptic/p.c       |  11 +-
 .../elliptic_p_zpx.c => acb_elliptic/p_jet.c       |  52 +--
 .../elliptic_k_series.c => acb_elliptic/p_series.c |  13 +-
 acb_elliptic/pi.c                                  | 271 ++++++++++++++++
 acb_elliptic/rc1.c                                 | 114 +++++++
 acb_elliptic/rf.c                                  | 173 ++++++++++
 acb_elliptic/rg.c                                  |  85 +++++
 acb_elliptic/rj.c                                  | 289 +++++++++++++++++
 acb_elliptic/roots.c                               |  75 +++++
 acb_elliptic/test/t-e_inc.c                        | 124 ++++++++
 acb_elliptic/test/t-f.c                            | 124 ++++++++
 acb_elliptic/test/t-inv_p.c                        |  66 ++++
 acb_elliptic/test/t-invariants.c                   |  82 +++++
 acb_elliptic/test/t-pi.c                           | 137 ++++++++
 acb_elliptic/test/t-pi_inc.c                       | 166 ++++++++++
 acb_elliptic/test/t-rc1.c                          |  73 +++++
 acb_elliptic/test/t-rf.c                           |  89 ++++++
 acb_elliptic/test/t-rg.c                           | 134 ++++++++
 acb_elliptic/test/t-rj.c                           | 210 ++++++++++++
 acb_elliptic/test/t-sigma.c                        | 172 ++++++++++
 acb_elliptic/test/t-zeta.c                         | 163 ++++++++++
 acb_elliptic/zeta.c                                |  81 +++++
 acb_hypgeom.h                                      |   8 +
 acb_hypgeom/dilog.c                                | 158 +++++++++
 acb_hypgeom/dilog_bernoulli.c                      | 102 ++++++
 acb_hypgeom/dilog_bitburst.c                       |  88 +++++
 acb_hypgeom/dilog_continuation.c                   | 262 +++++++++++++++
 acb_hypgeom/dilog_transform.c                      | 192 +++++++++++
 acb_hypgeom/dilog_zero.c                           |  33 ++
 acb_hypgeom/dilog_zero_taylor.c                    | 236 ++++++++++++++
 acb_hypgeom/erf.c                                  |   2 +-
 acb_hypgeom/pfq_choose_n.c                         |   6 +-
 acb_hypgeom/test/t-dilog.c                         | 128 ++++++++
 acb_modular.h                                      |   8 +
 acb_modular/delta.c                                |  11 +
 acb_modular/eisenstein.c                           |  16 +
 acb_modular/elliptic_e.c                           |  29 +-
 acb_modular/elliptic_k.c                           |  12 +-
 acb_modular/elliptic_k_cpx.c                       |  77 +----
 acb_modular/elliptic_p.c                           |  41 +--
 acb_modular/elliptic_p_zpx.c                       |  96 +-----
 acb_modular/eta_sum.c                              |   4 +-
 acb_modular/j.c                                    |  12 +
 acb_modular/test/t-theta.c                         |   8 +
 acb_modular/test/t-theta_jet.c                     | 117 +++++++
 acb_modular/theta.c                                |  65 ++++
 acb_modular/theta_const_sum.c                      |   4 +-
 acb_modular/theta_const_sum_basecase.c             |   4 +-
 acb_modular/theta_const_sum_rs.c                   |   4 +-
 acb_modular/theta_jet.c                            | 226 +++++++++++++
 acb_modular/theta_jet_notransform.c                |  45 +++
 acb_modular/theta_sum.c                            |  34 +-
 acb_poly.h                                         |   7 +-
 acb_poly/div_root.c                                |   3 +
 acb_poly/elliptic_k_series.c                       |  41 +--
 acb_poly/elliptic_p_series.c                       |  41 +--
 acb_poly/exp_pi_i_series.c                         |  75 +++++
 acb_poly/log1p_series.c                            |  94 ++++++
 acb_poly/polylog_series.c                          |  42 ++-
 acb_poly/test/t-exp_pi_i_series.c                  |  79 +++++
 acb_poly/test/t-log1p_series.c                     |  75 +++++
 acb_poly/zeta_em_choose_param.c                    |   6 +-
 arb.h                                              | 174 ++--------
 arb/{version.c => indeterminate.c}                 |   9 +-
 arb/{version.c => is_finite.c}                     |   9 +-
 arb/{version.c => mul_2exp_si.c}                   |   9 +-
 arb/{version.c => one.c}                           |   9 +-
 arb/richcmp.c                                      |  76 +++++
 arb/{version.c => set_d.c}                         |  10 +-
 arb/{version.c => set_fmpz.c}                      |   9 +-
 arb/{version.c => set_si.c}                        |   9 +-
 arb/{version.c => set_ui.c}                        |   9 +-
 arb/test/t-intersection.c                          |   1 +
 arb/{version.c => vec_clear.c}                     |  12 +-
 arb/{version.c => vec_init.c}                      |  13 +-
 arb/version.c                                      |   2 +-
 arb/{version.c => zero.c}                          |  10 +-
 arb_poly.h                                         |   4 +-
 arb_poly/div_root.c                                |   4 +
 arb_poly/log1p_series.c                            |  94 ++++++
 arb_poly/test/t-log1p_series.c                     |  75 +++++
 arb_poly/zeta_series.c                             |   4 +-
 arf.h                                              |   2 +
 arf/sosq.c                                         |  82 +++++
 arf/test/t-sosq.c                                  | 162 ++++++++++
 configure                                          |   2 +-
 doc/source/acb.rst                                 |   4 +
 doc/source/acb_dirichlet.rst                       |  39 ++-
 doc/source/acb_elliptic.rst                        | 353 +++++++++++++++++++++
 doc/source/acb_hypgeom.rst                         |  53 ++++
 doc/source/acb_modular.rst                         |  57 +---
 doc/source/acb_poly.rst                            |  24 +-
 doc/source/arb.rst                                 |   4 +
 doc/source/arb_poly.rst                            |   6 +
 doc/source/arf.rst                                 |   5 +
 doc/source/credits.rst                             |   2 +
 doc/source/history.rst                             |  41 +++
 doc/source/index.rst                               |   1 +
 doc/source/mag.rst                                 |   6 +
 mag.h                                              |   2 +
 mag/get_d_log2_approx.c                            |  43 +++
 119 files changed, 6926 insertions(+), 778 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/flint-arb.git



More information about the debian-science-commits mailing list