[flint-arb] branch master updated (f065350 -> edf5672)

Julien Puydt julien.puydt at laposte.net
Sun Dec 3 20:03:26 UTC 2017


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

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

      from  f065350   Release 2.11.1-2 to Debian unstable.
      adds  8c3c7c5   New upstream version 2.12.0
       new  4be16de   Update upstream source from tag 'upstream/2.12.0'
       new  edf5672   Package 2.12.0 for upload

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |    1 +
 Makefile.in                                        |    2 +-
 README.md                                          |   13 +-
 acb.h                                              |   20 +-
 acb/agm1.c                                         |  182 +++-
 acb/atan.c                                         |   37 +-
 acb/csch.c                                         |   66 ++
 acb/pow.c                                          |   27 +-
 acb/sech.c                                         |   57 ++
 acb/test/t-csc.c                                   |   73 ++
 acb/test/t-csch.c                                  |   73 ++
 acb/test/t-sec.c                                   |   73 ++
 acb/test/t-sech.c                                  |   73 ++
 acb/test/t-vec_unit_roots.c                        |   72 +-
 acb/unit_root.c                                    |    2 +-
 acb/vec_unit_roots.c                               |   53 +-
 acb_calc.h                                         |   33 +-
 acb_calc/integrate.c                               |  347 +++++++
 acb_calc/integrate_gl_auto_deg.c                   |  303 ++++++
 .../integrate_opt_init.c                           |   16 +-
 acb_calc/test/t-integrate.c                        |  394 ++++++++
 acb_dft.h                                          |  320 ++++++
 acb_dft/bluestein.c                                |  141 +++
 acb_dft/convol.c                                   |   35 +
 acb_dft/convol_dft.c                               |   40 +
 acb_dft/convol_mullow.c                            |   31 +
 acb_dft/convol_naive.c                             |   30 +
 acb_dft/convol_rad2.c                              |   88 ++
 acb_dft/crt.c                                      |  223 +++++
 acb_dft/cyc.c                                      |  120 +++
 acb_dft/naive.c                                    |   97 ++
 acb_dft/precomp.c                                  |  159 +++
 acb_dft/prod.c                                     |   65 ++
 acb_dft/profile/p-convol.c                         |  138 +++
 acb_dft/profile/p-dft.c                            |  147 +++
 acb_dft/rad2.c                                     |  115 +++
 acb_dft/step.c                                     |   84 ++
 acb_dft/test/t-convol.c                            |  122 +++
 acb_dft/test/t-dft.c                               |  157 +++
 acb_dirichlet.h                                    |   11 +
 acb_dirichlet/dft.c                                |   69 ++
 acb_dirichlet/hurwitz_precomp_clear.c              |    8 +-
 acb_dirichlet/hurwitz_precomp_eval.c               |   18 +
 acb_dirichlet/hurwitz_precomp_init.c               |   27 +-
 acb_dirichlet/l.c                                  |   22 +-
 acb_dirichlet/l_euler_product.c                    |   35 +-
 acb_dirichlet/l_jet.c                              |    9 +-
 acb_dirichlet/l_vec_hurwitz.c                      |   79 ++
 acb_dirichlet/profile/p-gauss.c                    |   22 +-
 acb_dirichlet/profile/p-jacobi.c                   |   24 +-
 acb_dirichlet/profile/p-thetanull.c                |   40 +-
 acb_dirichlet/profile/p-vec.c                      |   71 +-
 acb_dirichlet/test/t-dft.c                         |  128 +++
 acb_dirichlet/test/t-hurwitz_precomp.c             |    1 +
 acb_dirichlet/test/t-l.c                           |    1 +
 acb_dirichlet/test/t-l_vec_hurwitz.c               |  119 +++
 acb_dirichlet/test/t-thetanull.c                   |    2 +-
 acb_dirichlet/test/t-zeta_jet_rs.c                 |  113 +++
 acb_dirichlet/vec_mellin_arb.c                     |   56 ++
 acb_dirichlet/zeta_jet.c                           |  143 +++
 acb_dirichlet/zeta_jet_rs.c                        |  202 ++++
 acb_dirichlet/zeta_rs.c                            |   20 +-
 acb_dirichlet/zeta_rs_r.c                          |    7 +-
 acb_elliptic/rf.c                                  |  244 ++++-
 acb_elliptic/rj.c                                  |  302 +++++-
 acb_elliptic/test/t-zeta.c                         |   17 +-
 acb_hypgeom/legendre_p.c                           |   11 +
 acb_mat.h                                          |    4 +
 acb_mat/mul.c                                      |   50 +-
 acb_mat/{mul.c => mul_classical.c}                 |    5 +-
 {arb_mat => acb_mat}/mul_threaded.c                |   51 +-
 .../test/{t-mul_entrywise.c => t-mul_threaded.c}   |   46 +-
 acb_modular/test/t-elliptic_p.c                    |   17 +-
 acb_modular/theta.c                                |   46 +-
 acb_modular/theta_jet.c                            |   79 +-
 acb_poly/zeta_series.c                             |   85 +-
 arb.h                                              |   11 +
 arb/agm.c                                          |  238 ++++-
 arb/{neg_round.c => csc.c}                         |    8 +-
 arb/csch.c                                         |   52 +
 arb/exp.c                                          |    6 +-
 arb/exp_arf_rs_generic.c                           |  180 ++++
 arb/exp_taylor_bound.c                             |    4 +-
 arb/gamma.c                                        |    2 +-
 arb/pow.c                                          |   13 +-
 arb/pow_fmpz_binexp.c                              |   14 +-
 arb/rel_error_bits.c                               |   11 +
 arb/{neg_round.c => sec.c}                         |    8 +-
 arb/{asinh.c => sech.c}                            |   32 +-
 arb/sin_cos.c                                      |  179 +---
 arb/sin_cos_arf_bb.c                               |  342 +++++++
 arb/sin_cos_arf_generic.c                          |  356 +++++++
 arb/sinh_cosh.c                                    |   33 +-
 arb/test/t-agm.c                                   |   60 +-
 arb/test/t-csc.c                                   |   73 ++
 arb/test/t-csch.c                                  |   73 ++
 arb/test/t-exp_arf_rs_generic.c                    |  131 +++
 arb/test/t-sec.c                                   |   73 ++
 arb/test/t-sech.c                                  |   73 ++
 arb/test/t-sin_cos_arf_bb.c                        |  163 +++
 arb/test/t-sin_cos_arf_generic.c                   |  247 +++++
 arb/version.c                                      |    2 +-
 arb_fmpz_poly/test/t-gauss_period_minpoly.c        |   14 +-
 arb_hypgeom.h                                      |   10 +
 arb_hypgeom/central_bin_ui.c                       |  135 +++
 arb_hypgeom/legendre_p.c                           |   44 +
 arb_hypgeom/legendre_p_ui.c                        |  434 ++++++++
 arb_hypgeom/legendre_p_ui_asymp.c                  |  352 +++++++
 arb_hypgeom/legendre_p_ui_one.c                    |  188 ++++
 arb_hypgeom/legendre_p_ui_rec.c                    |  135 +++
 arb_hypgeom/legendre_p_ui_root.c                   |  242 +++++
 arb_hypgeom/legendre_p_ui_zero.c                   |  239 +++++
 .../test/t-central_bin_ui.c                        |   53 +-
 arb_hypgeom/test/t-legendre_p_ui.c                 |  115 +++
 arb_hypgeom/test/t-legendre_p_ui_asymp.c           |  114 +++
 arb_hypgeom/test/t-legendre_p_ui_deriv_bound.c     |   98 ++
 arb_hypgeom/test/t-legendre_p_ui_one.c             |  109 ++
 arb_hypgeom/test/t-legendre_p_ui_rec.c             |   72 ++
 arb_hypgeom/test/t-legendre_p_ui_root.c            |  161 +++
 arb_hypgeom/test/t-legendre_p_ui_zero.c            |  107 ++
 arb_hypgeom/wrappers.c                             |   20 -
 arb_mat/mul_classical.c                            |    2 +-
 arb_mat/mul_threaded.c                             |    1 +
 arf/set_d.c                                        |   26 +-
 arf/test/{t-get_mpfr.c => t-set_d.c}               |   35 +-
 configure                                          |    4 +-
 debian/changelog                                   |    6 +
 dirichlet/profile/p-conrey.c                       |   86 +-
 doc/source/acb.rst                                 |   21 +-
 doc/source/acb_calc.rst                            |  297 +++++-
 doc/source/acb_dft.rst                             |  300 ++++++
 doc/source/acb_dirichlet.rst                       |  157 ++-
 doc/source/acb_elliptic.rst                        |   10 +-
 doc/source/acb_mat.rst                             |   10 +
 doc/source/acb_modular.rst                         |    3 +-
 doc/source/agm.rst                                 |   36 +-
 doc/source/arb.rst                                 |   43 +
 doc/source/arb_hypgeom.rst                         |   66 ++
 doc/source/conf.py                                 |    2 +-
 doc/source/credits.rst                             |   11 +-
 doc/source/examples.rst                            |  119 +++
 doc/source/fmpz_extras.rst                         |    4 +
 doc/source/history.rst                             |   90 ++
 doc/source/index.rst                               |    8 +
 doc/source/mag.rst                                 |   16 +
 examples/integrals.c                               | 1045 ++++++++++++++++++--
 examples/lcentral.c                                |  117 +++
 examples/{integrals.c => taylor_integrals.c}       |    0
 fmpr/set_d.c                                       |   27 +-
 fmpz_extras.h                                      |   14 +
 mag.h                                              |   44 +-
 mag/bin_uiui.c                                     |   69 ++
 mag/set_d.c                                        |   56 ++
 mag/set_d_2exp_fmpz.c                              |   58 +-
 mag/sqrt.c                                         |   55 +-
 mag/test/{t-fac_ui.c => t-bin_uiui.c}              |   11 +-
 mag/test/t-set_d.c                                 |   26 +-
 mag/test/t-set_d_2exp_fmpz.c                       |   32 +-
 mag/test/{t-sqrt.c => t-sqrt_lower.c}              |   10 +-
 159 files changed, 13060 insertions(+), 1096 deletions(-)
 create mode 100644 acb/csch.c
 create mode 100644 acb/sech.c
 create mode 100644 acb/test/t-csc.c
 create mode 100644 acb/test/t-csch.c
 create mode 100644 acb/test/t-sec.c
 create mode 100644 acb/test/t-sech.c
 create mode 100644 acb_calc/integrate.c
 create mode 100644 acb_calc/integrate_gl_auto_deg.c
 copy acb/get_mag_lower.c => acb_calc/integrate_opt_init.c (61%)
 create mode 100644 acb_calc/test/t-integrate.c
 create mode 100644 acb_dft.h
 create mode 100644 acb_dft/bluestein.c
 create mode 100644 acb_dft/convol.c
 create mode 100644 acb_dft/convol_dft.c
 create mode 100644 acb_dft/convol_mullow.c
 create mode 100644 acb_dft/convol_naive.c
 create mode 100644 acb_dft/convol_rad2.c
 create mode 100644 acb_dft/crt.c
 create mode 100644 acb_dft/cyc.c
 create mode 100644 acb_dft/naive.c
 create mode 100644 acb_dft/precomp.c
 create mode 100644 acb_dft/prod.c
 create mode 100644 acb_dft/profile/p-convol.c
 create mode 100644 acb_dft/profile/p-dft.c
 create mode 100644 acb_dft/rad2.c
 create mode 100644 acb_dft/step.c
 create mode 100644 acb_dft/test/t-convol.c
 create mode 100644 acb_dft/test/t-dft.c
 create mode 100644 acb_dirichlet/dft.c
 create mode 100644 acb_dirichlet/l_vec_hurwitz.c
 create mode 100644 acb_dirichlet/test/t-dft.c
 create mode 100644 acb_dirichlet/test/t-l_vec_hurwitz.c
 create mode 100644 acb_dirichlet/test/t-zeta_jet_rs.c
 create mode 100644 acb_dirichlet/vec_mellin_arb.c
 create mode 100644 acb_dirichlet/zeta_jet.c
 create mode 100644 acb_dirichlet/zeta_jet_rs.c
 copy acb_mat/{mul.c => mul_classical.c} (91%)
 copy {arb_mat => acb_mat}/mul_threaded.c (66%)
 copy acb_mat/test/{t-mul_entrywise.c => t-mul_threaded.c} (72%)
 copy arb/{neg_round.c => csc.c} (71%)
 create mode 100644 arb/csch.c
 create mode 100644 arb/exp_arf_rs_generic.c
 copy arb/{neg_round.c => sec.c} (71%)
 copy arb/{asinh.c => sech.c} (50%)
 create mode 100644 arb/sin_cos_arf_bb.c
 create mode 100644 arb/sin_cos_arf_generic.c
 create mode 100644 arb/test/t-csc.c
 create mode 100644 arb/test/t-csch.c
 create mode 100644 arb/test/t-exp_arf_rs_generic.c
 create mode 100644 arb/test/t-sec.c
 create mode 100644 arb/test/t-sech.c
 create mode 100644 arb/test/t-sin_cos_arf_bb.c
 create mode 100644 arb/test/t-sin_cos_arf_generic.c
 create mode 100644 arb_hypgeom/central_bin_ui.c
 create mode 100644 arb_hypgeom/legendre_p.c
 create mode 100644 arb_hypgeom/legendre_p_ui.c
 create mode 100644 arb_hypgeom/legendre_p_ui_asymp.c
 create mode 100644 arb_hypgeom/legendre_p_ui_one.c
 create mode 100644 arb_hypgeom/legendre_p_ui_rec.c
 create mode 100644 arb_hypgeom/legendre_p_ui_root.c
 create mode 100644 arb_hypgeom/legendre_p_ui_zero.c
 copy arb/test/t-partitions_fmpz.c => arb_hypgeom/test/t-central_bin_ui.c (50%)
 create mode 100644 arb_hypgeom/test/t-legendre_p_ui.c
 create mode 100644 arb_hypgeom/test/t-legendre_p_ui_asymp.c
 create mode 100644 arb_hypgeom/test/t-legendre_p_ui_deriv_bound.c
 create mode 100644 arb_hypgeom/test/t-legendre_p_ui_one.c
 create mode 100644 arb_hypgeom/test/t-legendre_p_ui_rec.c
 create mode 100644 arb_hypgeom/test/t-legendre_p_ui_root.c
 create mode 100644 arb_hypgeom/test/t-legendre_p_ui_zero.c
 copy arf/test/{t-get_mpfr.c => t-set_d.c} (58%)
 create mode 100644 doc/source/acb_dft.rst
 create mode 100644 examples/lcentral.c
 copy examples/{integrals.c => taylor_integrals.c} (100%)
 create mode 100644 mag/bin_uiui.c
 create mode 100644 mag/set_d.c
 copy mag/test/{t-fac_ui.c => t-bin_uiui.c} (87%)
 copy mag/test/{t-sqrt.c => t-sqrt_lower.c} (89%)

-- 
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