Skip to content

Commit

Permalink
Version 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l authored and github-actions[bot] committed May 17, 2024
1 parent 2e52366 commit 00fb83a
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: abn
Title: Modelling Multivariate Data with Additive Bayesian Networks
Version: 3.0.9
Version: 3.0.8
Date: 2024-05-17
Authors@R: c(
person("Matteo", "Delucchi", , "matteo.delucchi@math.uzh.ch", role = c("aut", "cre"),
Expand Down
37 changes: 37 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@

<a name="3.0.8"></a>
## abn 3.0.8 [diff](https://github.com/furrer-lab/abn/compare/3.0.7...3.0.8)

> 2024-05-17
### Feature

* use labels to trigger checks in release PR
* automated release
* automate tagging an releasing

### Fix

* do not run on release- branches
* typeo in running condition
* typeo in the running condition

### Wip

* check all factor variables for empty levels.

### Reverts

* Changed paper.Rmd to .md to be suppressed by pkgdown. Closing [#46](https://github.com/furrer-lab/abn/issues/46).

### Pull Requests

* Merge pull request [#96](https://github.com/furrer-lab/abn/issues/96) from furrer-lab/release-3.0.9
* Merge pull request [#88](https://github.com/furrer-lab/abn/issues/88) from furrer-lab/86-update-dev-environment-to-latest-r-440
* Merge pull request [#85](https://github.com/furrer-lab/abn/issues/85) from furrer-lab/84-catch-empty-factor-levels-early-on
* Merge pull request [#78](https://github.com/furrer-lab/abn/issues/78) from furrer-lab/75-avoid-publishing-pages-on-pull-requests
* Merge pull request [#48](https://github.com/furrer-lab/abn/issues/48) from furrer-lab/46-remove-joss-paper-from-homepage
* Merge pull request [#45](https://github.com/furrer-lab/abn/issues/45) from furrer-lab/dev-fix-CRAN-checks-v3.0.6
* Merge pull request [#14](https://github.com/furrer-lab/abn/issues/14) from furrer-lab/dev-CRAN-submission-3.0.6
* Merge pull request [#41](https://github.com/furrer-lab/abn/issues/41) from furrer-lab/7-pipeline-to-publish-pkgdown-site

<a name="3.0.7"></a>
## abn 3.0.7

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([abn],[3.0.9])
AC_INIT([abn],[3.0.8])

## Use gsl-config to find arguments for compiler and linker flags
##
Expand Down

0 comments on commit 00fb83a

Please sign in to comment.