File: ChangeLog

package info (click to toggle)
libbrahe 1.3.2-7
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 1,572 kB
  • sloc: sh: 10,143; ansic: 1,289; cpp: 274; makefile: 58
file content (65 lines) | stat: -rw-r--r-- 1,945 bytes parent folder | download | duplicates (5)
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
2011-07-06 -- version 1.3.2
    * Fixed stupid error in configure.ac that prevented .so files from being generated
      on some systems.

    * Removed automatic documentation generation. Use --enable-gendoc with configure to
      add doxygen commands to the build.

2011-06-27 -- version 1.3.1
    * Minor cosmetic code changes

    * Fixed typo in licensing information

    * Ensured the licenses are included in distros

2011-06-01 -- version 1.3.0
    * General code review to prevent bit rot and cruftization

    * Added simple (and I do mean simple) statistical functions for double arrays

    * Moved to Simplified BSD License (FreeBSD)

    * Added functions to create pretty text integers

    * Added BRAHE_TAU constant ( 2 * PI), as per http://tauday.com/

    * New autotools configuration and build scripts for shared and static libraries

    * New Windows DLL and test program projects (Visual Studio 2010)

    * Tested on 32- and 64-bit on both Windows and Linux.

2009-11-19 -- version 1.2.1
    * Changed "const double const * x" to "const double * x"
      because C++ (G++ and Visual C++) doesn't like it.

    * Fixed bug when intializing pseudorandom number generator
      seed from /dev/urandom.

2009-11-18 -- version 1.2.0
    * Added simple FFT function

    * improved const correctness

    * Added Doxygen documentation

    * Moved to GPL 3

    * Added moving average function; more statistical stuff planned

    * Renamed "Greatest Common Denominator" to "Greatest Common Factor"

    * Removed distribution of Visual Studio projects, due to incompatability with C99

2007-09-27 -- version 1.1.0

    *   Added ISAAC, a fast cryptographic random number generator

    *   Fixed bug in using supplied random seed on Windows systems

    *   Finished the trigonometry and rounding tests

2006-09-10 -- version 1.0.0

    *   Initial release