Skip to content

Commit b89e92c

Browse files
author
Nicusor Serban
committed
release/v4.8.1: updating version numbers
1 parent 695e45b commit b89e92c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ If this is a **feature request**, show what you expect to happen if the feature
2525

2626

2727
#### Current Version:
28-
v4.8.0
28+
v4.8.1

RELEASE-NOTES.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Stan Math Library Release Notes
22

3+
======================================================================
4+
v4.8.1 (23 January 2024)
5+
======================================================================
6+
7+
- The distributions defined over cholesky factors now check that their arguments are in support (#3007)
8+
- Fixed an issue with the `inv_wishart_cholesky_rng` function (#3007)
9+
310
======================================================================
411
v4.8.0 (16 January 2024)
512
======================================================================

doxygen/doxygen.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "Stan Math Library"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 4.8.0
51+
PROJECT_NUMBER = 4.8.1
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

stan/math/version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
#define STAN_MATH_MAJOR 4
1515
#define STAN_MATH_MINOR 8
16-
#define STAN_MATH_PATCH 0
16+
#define STAN_MATH_PATCH 1
1717

1818
namespace stan {
1919
namespace math {

0 commit comments

Comments
 (0)