summaryrefslogtreecommitdiff
path: root/NEWS
blob: 590bbcea78e82f9779675b5ed1e18821755de474 (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
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