-
Notifications
You must be signed in to change notification settings - Fork 3
/
NEWS
executable file
·45 lines (26 loc) · 1.62 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
spikeSlabGAM 1.1-19 (2022-06-10) ----------------------------------------
* BDR told us to use interp instead of akima to avoid its restrictive license
* changed to MIT license
spikeSlabGAM 1.1-18 (2022-05-27) ----------------------------------------
* update for keeping up with CRAN checks: use a pre-compiled, static PDF vignette
spikeSlabGAM 1.1-17 (2022-05-25) ----------------------------------------
* update for keeping up with CRAN checks: Rd formatting
spikeSlabGAM 1.1-16 (2022-04-12) ----------------------------------------
* update for keeping up with CRAN checks: USE_FC_LEN bullshit
* switch vignette to knitr
* switch CI to GH actions
spikeSlabGAM 1.1-14 (2018-09-17) ----------------------------------------
* major bug fix to correct computation of DIC and fitted values (thx, Bettina Gruen)
* update for keeping up with CRAN checks: registerRoutines
spikeSlabGAM 1.1-13 (2018-05-15) ----------------------------------------
* maintenance update for keeping up with increasingly finicky CRAN checks
spikeSlabGAM 1.1-11 (2016-02-26) ----------------------------------------
* maintenance update for keeping up with ggplot2 2.0
spikeSlabGAM 1.1-10 (2015-09-28) ----------------------------------------
* fixed parallelization for Windows (thx, Hairong Gu!)
spikeSlabGAM 1.1-9 (2015-07-22) ----------------------------------------
* updated plot functions for gridExtra 2.0-0
* changed license to CC BY-NC-SA 4.0
spikeSlabGAM 1.1-8 (2014-11-26) ----------------------------------------
* changed license from CC BY-NC-SA 3.0 to GPL-3
* updated parallelization code since package "parallel" is now part of the base distribution