Skip to content

Commit c53eee1

Browse files
committed
chore: set version to 1.3.1
1 parent e3aca0a commit c53eee1

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hbayesdm"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "Python interface for hBayesDM, hierarchical Bayesian modeling of RL-DM tasks"
55
authors = ["hBayesDM developers <hbayesdm-users@googlegroups.com>"]
66
license = "GPLv3"

Python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
MAJOR = 1
1717
MINOR = 3
18-
MICRO = 0
18+
MICRO = 1
1919
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
2020

2121
IS_RELEASED = True

R/DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: hBayesDM
22
Title: Hierarchical Bayesian Modeling of Decision-Making Tasks
3-
Version: 1.3.0
4-
Date: 2025-09-02
3+
Version: 1.3.1
4+
Date: 2025-09-03
55
Author:
66
Woo-Young Ahn [aut, cre],
77
Nate Haines [aut],

R/NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# hBayesDM 1.3.1
2+
3+
* Add plot functions for Hierarchical Gaussian Filter models: `plot_hgf_ibrb`, `plot_hgf_ibrb_single`.
4+
15
# hBayesDM 1.3.0
26

37
* Added a Hierarchical Gaussian Filter model for binary inputs and binary responses: `hgf_ibrb` for hierarchical Bayesian analysis and `hgf_ibrb_single` for individual Bayesian analysis.

0 commit comments

Comments
 (0)