Skip to content

Commit

Permalink
Merge pull request #110 from furrer-lab/release-3.1.1
Browse files Browse the repository at this point in the history
Release version 3.1.1
  • Loading branch information
matteodelucchi committed May 22, 2024
2 parents 36dc719 + 9f913f3 commit dcc2460
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 25 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: abn
Title: Modelling Multivariate Data with Additive Bayesian Networks
Version: 3.1.0
Date: 2024-05-20
Version: 3.1.1
Date: 2024-05-22
Authors@R: c(
person("Matteo", "Delucchi", , "matteo.delucchi@math.uzh.ch", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9327-1496")),
Expand Down
32 changes: 10 additions & 22 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,22 @@

# abn 3.1.1
[diff](https://github.com/furrer-lab/abn/compare/3.1.0...3.1.1)

> 2024-05-22
* Fixed URL in README
* Added configuration for lintr
* Removed non-standard files from being included in the package archive.

# abn 3.1.0
[diff](https://github.com/furrer-lab/abn/compare/3.0.7...3.1.0)

> 2024-05-20
### Feature

* automated version release process
* JOSS paper content

### Fix

* some checks should not run on release- branches
* various typeos

### Pull Requests

* Merge pull request [#81](https://github.com/furrer-lab/abn/issues/81) from furrer-lab/streamline-release-process
* Merge pull request [#37](https://github.com/furrer-lab/abn/issues/37) from furrer-lab/JOSSpaper_noT
* Merge pull request [#98](https://github.com/furrer-lab/abn/issues/98) from furrer-lab/release-3.0.8
* Merge pull request [#97](https://github.com/furrer-lab/abn/issues/97) from furrer-lab/release-3.0.8
* 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 [#49](https://github.com/furrer-lab/abn/issues/49) from furrer-lab/main
* 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
* various typos

# abn v3.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.1.0])
AC_INIT([abn],[3.1.1])

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

0 comments on commit dcc2460

Please sign in to comment.