Skip to content

Commit 53b6594

Browse files
committed
chore: set version to 1.3.0
1 parent 0c04252 commit 53b6594

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

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.9000"
3+
version = "1.3.0"
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
@@ -18,7 +18,7 @@
1818
MICRO = 0
1919
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
2020

21-
IS_RELEASED = False
21+
IS_RELEASED = True
2222
IS_DEV = False
2323
DEV_VERSION = ''
2424
if IS_RELEASED:

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.9000
4-
Date: 2022-09-13
3+
Version: 1.3.0
4+
Date: 2025-09-02
55
Author:
66
Woo-Young Ahn [aut, cre],
77
Nate Haines [aut],

R/NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# hBayesDM 1.3.0
2+
3+
* 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.
4+
* Added new article: [Hierarchical Bayesian Analysis on Hierarchical Gaussian Filter](https://ccs-lab.github.io/hBayesDM/articles//hgf_tutorial.html)
5+
16
# hBayesDM 1.2.1
27

38
* Fixed a pkgdown error.

0 commit comments

Comments
 (0)