fredrik
|
caf9bb7825
|
mp_bitcnt_t -> flint_bitcnt_t
|
2020-06-22 23:48:09 +02:00 |
|
fredrik
|
137f3b5e13
|
update docs; call this 2.18.0
|
2020-06-09 12:07:00 +02:00 |
|
fredrik
|
32b49fd8b7
|
sphinx fixes
|
2020-06-09 12:05:18 +02:00 |
|
fredrik
|
9891019fed
|
assume tmpfile() is broken on windows
|
2020-06-09 09:37:32 +02:00 |
|
Fredrik Johansson
|
8e8b66d576
|
Merge pull request #307 from isuruf/appveyor
Windows CI
|
2020-06-06 21:58:53 +02:00 |
|
fredrik
|
9e8dbef2a4
|
Merge branch 'master' of github.com:fredrik-johansson/arb
|
2020-05-28 12:44:53 +02:00 |
|
fredrik
|
5ab3404823
|
Link to Arblib.jl; fix for some new sphinx bugs
|
2020-05-28 12:44:40 +02:00 |
|
Isuru Fernando
|
b4c6f5813e
|
Try mpir 3.0.0 and remove MinGW builds as they are failing
|
2020-05-16 14:06:22 -05:00 |
|
Fredrik Johansson
|
315f0903fb
|
Merge pull request #308 from Joel-Dahne/remove-long
Remove long
|
2020-05-04 12:35:20 +02:00 |
|
Joel Dahne
|
2f845726bc
|
change long to slong in static function in hrr_sum_arb
|
2020-05-04 11:29:18 +02:00 |
|
Joel Dahne
|
b2e1bb0430
|
change long to slong in acb_fprintn
|
2020-05-04 11:19:09 +02:00 |
|
Joel Dahne
|
2bf24a2c73
|
change long to slong in arb_get_ubound_arf and arb_get_lbound_arf
|
2020-05-04 11:18:22 +02:00 |
|
Isuru Fernando
|
360fc76291
|
Fix Arb DLL name
|
2020-04-29 10:39:16 -05:00 |
|
Isuru Fernando
|
cd514cea7b
|
Move cl test up
|
2020-04-29 10:39:16 -05:00 |
|
Isuru Fernando
|
02aa1fbae0
|
Add a message if tmpfile() returns NULL
|
2020-04-29 10:39:16 -05:00 |
|
Isuru Fernando
|
2f6465ee30
|
Switch back to upstream
|
2020-04-29 10:39:16 -05:00 |
|
Isuru Fernando
|
b3ae131ef4
|
No shared libs on mingw
|
2020-04-29 10:39:16 -05:00 |
|
Isuru Fernando
|
91d6e3b6cf
|
install mpfr for shared lib
|
2020-04-29 10:39:16 -05:00 |
|
Isuru Fernando
|
97d5a522ae
|
Fix link order
|
2020-04-29 10:39:16 -05:00 |
|
Isuru Fernando
|
d8864d1441
|
debug
|
2020-04-29 10:39:16 -05:00 |
|
Isuru Fernando
|
31c1b57ec4
|
Reduce testing on appveyor
|
2020-04-29 10:39:16 -05:00 |
|
Isuru Fernando
|
d1f98eafed
|
Rename option to match flint2
|
2020-04-29 10:39:15 -05:00 |
|
Isuru Fernando
|
bb09a0ae18
|
Don't redefine macros
|
2020-04-29 10:39:15 -05:00 |
|
Isuru Fernando
|
2c4f14740c
|
Use my fork
|
2020-04-29 10:39:15 -05:00 |
|
Isuru Fernando
|
d5ef3fbd52
|
Fix typo
|
2020-04-29 10:39:15 -05:00 |
|
Isuru Fernando
|
f3505782e2
|
build and install flint
|
2020-04-29 10:39:15 -05:00 |
|
Isuru Fernando
|
382f8e4ada
|
Add appveyor testing
|
2020-04-29 10:39:15 -05:00 |
|
Fredrik Johansson
|
ec574fd7e3
|
Merge pull request #305 from Joel-Dahne/doc-fix
Doc fixes
|
2020-04-29 13:43:01 +02:00 |
|
fredrik
|
60783cbf08
|
Merge remote-tracking branch 'origin/master'
|
2020-04-29 13:42:02 +02:00 |
|
fredrik
|
d3d9983231
|
handle flint incompatibilities
|
2020-04-29 13:41:36 +02:00 |
|
fredrik
|
43fcc53d76
|
tweak number of iterations in arb_fmpz_poly_complex_roots to avoid extreme slowdown for some polynomials with clustered roots
|
2020-04-27 16:57:36 +02:00 |
|
Joel Dahne
|
f6ab2e6135
|
fix doc formatting
Make the docs consistently have a space between the type and the * for
pointers.
|
2020-04-15 11:58:25 +02:00 |
|
Joel Dahne
|
c767dfd530
|
fix doc typo
|
2020-04-15 11:58:15 +02:00 |
|
Fredrik Johansson
|
46939e384f
|
Merge pull request #304 from Joel-Dahne/dilog-doc
fix doc typo
|
2020-04-12 18:30:41 +02:00 |
|
Joel Dahne
|
ba4fe79735
|
fix doc typo
|
2020-04-12 16:55:52 +02:00 |
|
fredrik
|
f433b7597e
|
change arf_get_mpfr to return an MPFR underflow/overflow result instead of throwing flint_abort() if the exponent is out of bounds
|
2020-03-30 12:34:08 +02:00 |
|
fredrik
|
58d9ef888d
|
acb_elliptic_rj: use a slow fallback algorithm when Carlson's algorithm is not valid; this fixes instances where elliptic_pi or elliptic_rj previously ended up on the wrong branch
|
2020-03-23 21:20:10 +01:00 |
|
fredrik
|
4b149e7b13
|
fix an inefficiency in hurwitz zeta in a special case
|
2020-03-23 16:53:04 +01:00 |
|
fredrik
|
7b31f65f88
|
add acb_agm
|
2020-03-13 13:32:20 +01:00 |
|
fredrik
|
cf7492dbc4
|
Merge branch 'master' of github.com:fredrik-johansson/arb
|
2020-03-10 00:17:49 +01:00 |
|
fredrik
|
315d2be572
|
fix unsafe shifts
|
2020-03-10 00:16:34 +01:00 |
|
Fredrik Johansson
|
bbb4d16677
|
Merge pull request #299 from isuruf/cmake-soversion
Add SOVERSION in CMake and fix threads
|
2020-02-23 16:38:34 +01:00 |
|
Fredrik Johansson
|
4ddf0024ac
|
Merge pull request #300 from isuruf/LDFLAGS
Use LDFLAGS in tests
|
2020-02-23 16:38:06 +01:00 |
|
fredrik
|
35a554464a
|
add arb_contains_interior, acb_contains_interior
|
2020-02-19 09:14:06 +01:00 |
|
fredrik
|
8be195fc70
|
special-case hurwitz_zeta(-n, 0)
|
2020-01-30 16:59:40 +01:00 |
|
fredrik
|
79b3e47c15
|
Merge branch 'master' of github.com:fredrik-johansson/arb
|
2020-01-23 17:39:48 +01:00 |
|
fredrik
|
d24c150006
|
fix a compiler warning
|
2020-01-23 17:39:36 +01:00 |
|
Isuru Fernando
|
8788b7201e
|
Use LDFLAGS in tests
|
2020-01-02 17:55:40 +00:00 |
|
Isuru Fernando
|
5aa0a32fbd
|
Add SOVERSION in CMake and fix threads
|
2019-11-05 20:06:29 -08:00 |
|
Fredrik Johansson
|
9b3d012da0
|
Merge pull request #297 from texnokrates/fix_cmakelists
Remove NO_DEFAULT_PATH from CMakeLists.txt; fixes #296
|
2019-11-04 12:40:12 +01:00 |
|