1TODO List
2
3The gmpy2 2.1.0 release should be stable for mathematical functions available
4to the end-user. The minimum function set should be based on MPFR 3.2 and
5MPF 1.03 but additional functions from MPFR 4.1 and MPC 1.10 should also
6be available.
7
8Functions to add/verify
9=======================
10
11MPFR related functions
12----------------------
13
14* Add mpfr_erandom and  mpfr_nrandom functions.
15
16* Add  mpfr_fmodquo function.
17
18* Add mpfr_gamma_inc functon.
19
20* Add mpfr_rint_roundeven and mpfr_roudneven functions.
21
22* Check behavior of mpfr_get_str for NaN input and the setting of the inexact
23  flag.
24
25* Check behavior of mpfr_set_exp.
26
27MPC related functions
28---------------------
29
30* Add mpc_cmp and mpc_cmp_abs functions.
31
32* Add mpc_rootofunity function.
33
34Improve Test Suite and Documentation
35====================================
36
37More testing needs to be done.
38
39Internal Cleanup
40================
41
42The following internal changes should be done but will occur after the 2.1.0
43release.
44
45* Support the modern Python 3.2+ Unicode functions.
46
47* Support new thread local storage functions.
48
49* Support proper module initialization (??).
50
51
52
53
54
55