forked from wbuntine/libstb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
61 lines (52 loc) · 2.23 KB
/
CHANGELOG
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
To version libstb-1.1:
* removed all references to GSL NEGINF and infinite/NAN handling
in library functions longer have GSL dependencies
* made all the library allocation functions return 1 on error
* removed all yap_*() dependencies in library functions
* added digamma.h to isolate use of GSL special functions
* added rng.h to isolate use of GSL random number routines in lib/
* fixed alloc bug in stable.c only seen when N==M
* added slice sampling
* restructured directory with test/ and lib/
* added the alpha.pdf documentation
* added sampleb() and samplea() functions to library
To version libstb-1.2:
* added the lib/sxtable versions, which were elsewhere
* bug fix in sampleb() when a>0
* made generic INT types for stats passed to samplers
To version libstb-1.3:
* modified ttable.h so it now creates an object, no more static tables
To version libstb-1.4
* MAJOR upgrade!!!
* removed ttable.* suite and merged into new stable.*
* now expands uniformly in both dimensions N and T on call;
* flags for double/float, verbose, S and/or U+V tables;
* demoted "check.c" and replaced with the friendlier "demo.c"
* added sympoly.h for elementary symmetric polynomials, which
* become important in various more convoluted PYP models
To version libstb-1.5
* made K and bpar dependent on [i]
* -> WARNING, thus the interface has changed!
* fixed bug in samplea() when using getval()
* NICTA SVN version 58
To version libstb-1.6
* some memory deallocation in arms.c
* added new "tag" to tables to help in debugging
* added new S_UV() routine, very handy for indicator sampling
* NICTA SVN version 66
To version libstb-1.7
* added gslrandist.c and polygamma.c
* documented these, since they are under GPL
* gave option to define out the use of polygammas
* NICTA SVN version 73
To version libstb-1.8
* added threading support
* removed sxtable.[hc]
* Moved to Github
* upgraded to MPL 2.0
To version libstb-1.81
* removed big pdf files
* changed documentation
* renamed "rng.h" ... too common
To version libstb-1.82
* added a bound arg to sympoly