-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNEWS
115 lines (70 loc) · 2.82 KB
/
NEWS
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
gRain v1.4.4 (Release date: 2024-10-17)
========================================
* Unintended debugging info removed
gRain v1.4.4 (Release date: 2024-10-10)
========================================
* Fixed another bug in evidence function
gRain v1.4.3 (Release date: 2024-10-08)
========================================
* Fixed bug in retractEvidence.
gRain v1.4.1 (Release date: 2023-11-21)
========================================
* Fixed bug with smoothing in connection with extracting cpts.
gRain v1.4.0 (Release date: 2023-10-16)
========================================
* Requires gRbase >=2.0.0 so that graph operations are based on
igraph.
* Any references to cptable_class removed
* Any references to parray removed
* compileCPT is now compile_cpt etc but the old ones are kept until they will be deprecated in a future release
gRain v1.3.15 (Release date: 2023-08-10)
========================================
* Depends on R 4.2.0 so that the pipe is available
gRain v1.3.14 (Release date: 2023-08-10)
========================================
* This version will work next major revision of gRbase (which is
independent of bioconductor packages)
gRain v1.3.13 (Release date: 2023-03-09)
========================================
* tidy.grain_evidence now takes ... as argument
gRain v1.3.12 (Release date: 2022-11-11)
========================================
* `setCPT()` function renamed to `replaceCPT()`
* `cpt()` function added.
* `repeatPattern()` reimplemented (and) simplified.
* `querygrain` now takes simplify argument.
gRain v1.3.11 (Release date: 2022-09-04)
=======================================
* Enable data-driven variable names and hence data-driven network
structure. (Thanks to Gregor Gorjanc)
gRain v1.3.10 (Release date: 2022-05-09)
=======================================
* Fixed bug in propagateLS (R version, use of &&)
* generics now exported
gRain v1.3.8 (Release date: 2022-04-02)
=======================================
Changes:
* doi added to DESCRIPTION file
* fixed logical condition issue
gRain v1.3-5 (Release date: 2020-06-20)
=======================================
Changes:
* Miscellaneous
gRain v1.3-4 (Release date: 2020-02-20)
=======================================
Changes:
* Usage of ar_XX functions from gRbase eliminated; replaced by tabXX
functions.
* Explicit export of grain.CPTspec so that the bnlearn package still
works (the bnlearn package imports methods and not generic
functions).
gRain v1.3-3 (Release date: 2020-01-24)
=======================================
Bug fixes:
* Bug in propagateLS (cpp version) fixed
Changes:
* NEWS file added
* grain objects are now compiled after creation
* NAMESPACE file is now generated automatically
* Cleaning up experimental features
* Added testthat (not very comprehensive tests, though)