[flint-arb] branch master updated (0431a86 -> 64b38f5)
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 change to branch master
in repository flint-arb.
from 0431a86 Removed the patch fixing flint includes: it's now upstream
adds c56d7ba New upstream version 2.10.0
new d2df8e2 Merge tag 'upstream/2.10.0'
new f10f13c Package new upstream version 2.10.0
new ed7fc4f Follow soname bump from 1 to 2
new c4370aa Make the compilation of tests verbose (avoids build log checks warnings)
new 6aa483c Enable all hardening options
new dd424ae Remove unused lintian override
new 64b38f5 Install the lib into a multi-arch /usr/lib/ subdirectory using dh-exec
The 7 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:
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 +++++++++
acb/{inlines.c => vec_clear.c} | 9 +-
acb/{get_mag_lower.c => vec_init.c} | 17 +-
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 +-
acb_poly/agm1_series.c => acb_elliptic/k_series.c | 12 +-
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 ++++++++++++
.../t-elliptic_p.c => acb_elliptic/test/t-sigma.c | 79 +++--
.../t-elliptic_p.c => acb_elliptic/test/t-zeta.c | 68 ++--
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_sum.c => t-theta_jet.c} | 60 ++--
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/{log_series.c => log1p_series.c} | 49 +--
acb_poly/polylog_series.c | 42 ++-
...t-exp_series_basecase.c => t-exp_pi_i_series.c} | 54 ++--
.../test/{t-sqrt_series.c => t-log1p_series.c} | 55 ++--
acb_poly/zeta_em_choose_param.c | 6 +-
arb.h | 174 ++--------
arb/{inlines.c => indeterminate.c} | 8 +-
arb/{neg_round.c => is_finite.c} | 8 +-
arb/{neg_round.c => mul_2exp_si.c} | 6 +-
arb/{inlines.c => one.c} | 8 +-
arb/richcmp.c | 76 +++++
arb/{neg_round.c => set_d.c} | 7 +-
arb/{neg_round.c => set_fmpz.c} | 6 +-
arb/{neg_round.c => set_si.c} | 6 +-
arb/{neg_round.c => set_ui.c} | 6 +-
arb/test/t-intersection.c | 1 +
arb/{set.c => vec_clear.c} | 9 +-
arb/{neg_round.c => vec_init.c} | 14 +-
arb/version.c | 2 +-
arb/{inlines.c => zero.c} | 7 +-
arb_poly.h | 4 +-
arb_poly/div_root.c | 4 +
arb_poly/{log_series.c => log1p_series.c} | 49 +--
.../test/{t-sqrt_series.c => t-log1p_series.c} | 55 ++--
arb_poly/zeta_series.c | 4 +-
arf.h | 2 +
arf/sosq.c | 82 +++++
arf/test/{t-addmul.c => t-sosq.c} | 46 ++-
configure | 2 +-
debian/changelog | 9 +-
debian/control | 6 +-
debian/libflint-arb-dev.install | 5 +-
debian/libflint-arb1.install | 1 -
debian/libflint-arb1.lintian-overrides | 2 -
debian/libflint-arb2.install | 2 +
debian/rules | 5 +
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 +++
126 files changed, 6141 insertions(+), 1050 deletions(-)
create mode 100644 acb/test/t-inv.c
copy acb/{inlines.c => vec_clear.c} (75%)
copy acb/{get_mag_lower.c => vec_init.c} (69%)
create mode 100644 acb_elliptic.h
copy acb_modular/elliptic_e.c => acb_elliptic/e.c (87%)
create mode 100644 acb_elliptic/e_inc.c
create mode 100644 acb_elliptic/f.c
create mode 100644 acb_elliptic/inv_p.c
copy acb_modular/elliptic_k.c => acb_elliptic/invariants.c (55%)
copy acb_modular/elliptic_k.c => acb_elliptic/k.c (88%)
copy acb_modular/elliptic_k_cpx.c => acb_elliptic/k_jet.c (93%)
copy acb_poly/agm1_series.c => acb_elliptic/k_series.c (73%)
copy acb_modular/elliptic_p.c => acb_elliptic/p.c (81%)
copy acb_modular/elliptic_p_zpx.c => acb_elliptic/p_jet.c (61%)
copy acb_poly/elliptic_k_series.c => acb_elliptic/p_series.c (71%)
create mode 100644 acb_elliptic/pi.c
create mode 100644 acb_elliptic/rc1.c
create mode 100644 acb_elliptic/rf.c
create mode 100644 acb_elliptic/rg.c
create mode 100644 acb_elliptic/rj.c
create mode 100644 acb_elliptic/roots.c
create mode 100644 acb_elliptic/test/t-e_inc.c
create mode 100644 acb_elliptic/test/t-f.c
create mode 100644 acb_elliptic/test/t-inv_p.c
create mode 100644 acb_elliptic/test/t-invariants.c
create mode 100644 acb_elliptic/test/t-pi.c
create mode 100644 acb_elliptic/test/t-pi_inc.c
create mode 100644 acb_elliptic/test/t-rc1.c
create mode 100644 acb_elliptic/test/t-rf.c
create mode 100644 acb_elliptic/test/t-rg.c
create mode 100644 acb_elliptic/test/t-rj.c
copy acb_modular/test/t-elliptic_p.c => acb_elliptic/test/t-sigma.c (62%)
copy acb_modular/test/t-elliptic_p.c => acb_elliptic/test/t-zeta.c (67%)
create mode 100644 acb_elliptic/zeta.c
create mode 100644 acb_hypgeom/dilog.c
create mode 100644 acb_hypgeom/dilog_bernoulli.c
create mode 100644 acb_hypgeom/dilog_bitburst.c
create mode 100644 acb_hypgeom/dilog_continuation.c
create mode 100644 acb_hypgeom/dilog_transform.c
create mode 100644 acb_hypgeom/dilog_zero.c
create mode 100644 acb_hypgeom/dilog_zero_taylor.c
create mode 100644 acb_hypgeom/test/t-dilog.c
copy acb_modular/test/{t-theta_sum.c => t-theta_jet.c} (69%)
create mode 100644 acb_modular/theta_jet.c
create mode 100644 acb_modular/theta_jet_notransform.c
create mode 100644 acb_poly/exp_pi_i_series.c
copy acb_poly/{log_series.c => log1p_series.c} (64%)
copy acb_poly/test/{t-exp_series_basecase.c => t-exp_pi_i_series.c} (51%)
copy acb_poly/test/{t-sqrt_series.c => t-log1p_series.c} (53%)
copy arb/{inlines.c => indeterminate.c} (81%)
copy arb/{neg_round.c => is_finite.c} (79%)
copy arb/{neg_round.c => mul_2exp_si.c} (72%)
copy arb/{inlines.c => one.c} (82%)
copy arb/{neg_round.c => set_d.c} (80%)
copy arb/{neg_round.c => set_fmpz.c} (79%)
copy arb/{neg_round.c => set_si.c} (80%)
copy arb/{neg_round.c => set_ui.c} (80%)
copy arb/{set.c => vec_clear.c} (77%)
copy arb/{neg_round.c => vec_init.c} (69%)
copy arb/{inlines.c => zero.c} (82%)
copy arb_poly/{log_series.c => log1p_series.c} (64%)
copy arb_poly/test/{t-sqrt_series.c => t-log1p_series.c} (54%)
create mode 100644 arf/sosq.c
copy arf/test/{t-addmul.c => t-sosq.c} (80%)
mode change 100644 => 100755 debian/libflint-arb-dev.install
delete mode 100644 debian/libflint-arb1.install
delete mode 100644 debian/libflint-arb1.lintian-overrides
create mode 100755 debian/libflint-arb2.install
create mode 100644 doc/source/acb_elliptic.rst
create mode 100644 mag/get_d_log2_approx.c
--
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