summaryrefslogtreecommitdiff
path: root/NEWS
blob: 01c7852d5b03ccf318eb9851392fe9c02a40210b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Recent Changes:
  - New functions: mpc_pow, mpc_set_nan
  - Bug fixes:
    - log: along branch cut
    - norm: infinite loop in case of overflow
    - compilation with g++
  - Makefile.vc updated (thanks to Mickael Gastineau)
  - Minimal gmp version is 4.2
  - Changed MPC_SET_X_Y macro
  - Functions mpc_random and mpc_random2 removed.

Changes in version 0.6:
  - New functions: mpc_get_str, mpc_set_str, mpc_strtoc, mpc_set_uj,
    mpc_set_sj, mpc_set_ld, mpc_set_ld_ld, mpc_set_si_si, mpc_set_uj_uj,
    mpc_set_sj_sj, mpc_set_f, mpc_set_f_f, mpc_set_q, mpc_set_q_q, mpc_set_z,
    mpc_set_z_z and mpc_free_str
  - New macro: MPC_SET_X_Y
  - mpc_set_ui_fr removed
  - Default precision removed, as well as init and all init_set
    combinations; use init2 and init3, followed by set, instead
  - exp, log, cos, sin, tan, cosh, sinh, tanh and sqrt return
    inexact value
  - inp_str returns inexact value and the number of read characters
    in an additional parameter
  - Get default $CC and $CFLAGS from gmp.h (__GMP_CC / __GMP_CFLAGS,
    which are available as of GMP 4.2.3)
  - Bug fixes:
    - mpc_get_version and MPC_VERSION_STRING agree
    - Compilation on i686-pc-cygwin and i686-pc-mingw32 fixed

Changes in version 0.5.2:
  - New macros:
    - version number: MPC_VERSION_NUM, MPC_VERSION
  - Makefile.vc updated (thanks to Mickael Gastineau)
  - Compilation on Debian-Gnu-Linux-PowerPC and MacOsX
    fixed (thanks to Laurent Fousse and Mickael Gastineau)

Changes in version 0.5.1:
  - New functions:
    - mpc_set_fr_fr
    - mpc_real, mpc_imag
    - mpc_arg, mpc_proj
  - New macros:
    - version number: MPC_VERSION_MAJOR, MPC_VERSION_MINOR,
      MPC_VERSION_PATCHLEVEL, MPC_VERSION_STRING
    - references to number parts: mpc_realref and mpc_imagref
  - Test framework rewritten
  - Configure checks for recent gmp (>= 4.2) and mpfr (>= 2.3.1)
    libraries
  - New configure options: --with-gmp-lib, --with-gmp-include,
     --with-mpfr-lib, and --with-mpfr-include
  - Export declarations for MSWindows, makefile.vc updated (thanks to
    Mickael Gastineau)
  - Optimisations:
    - mul_fr, sin, cos
  - Bug fixes:
    - configure looks for gmp first, then for mpfr
    - cos, div, div_fr, fr_sub, mul_fr, set_fr, sqr
    - fix handling of special values: exp, log, mul, norm, sqr, sqrt

Changes in version 0.5 ("Aconitum neomontanum"):
  - Support for autotools
  - New functions:
     - logarithm
     - trigonometric functions: cos, tan
     - hyperbolic functions: cosh, sinh, tanh
  - Bug fixes:
    - sqrt with directed rounding