Skip to content

Commit e7ea01a

Browse files
serban-nicusor-toptalrok-cesnovar
authored andcommitted
release/v4.0.1: updating version numbers
1 parent eb7ed68 commit e7ea01a

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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.0.0
28+
v4.0.1

RELEASE-NOTES.txt

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

33
======================================================================
4-
v4.0.0 (26 January 2020)
4+
v4.0.1 (15 February 2021)
5+
======================================================================
6+
7+
- Fixed issue with `cholesky_decompose` not propagating derivatives correctly
8+
- Fixed OpenCL implementations of distributions mostly not working with row vectors.
9+
10+
======================================================================
11+
v4.0.0 (26 January 2021)
512
======================================================================
613

714
New functions:

doxygen/doxygen.cfg

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

41-
PROJECT_NUMBER = 4.0.0
41+
PROJECT_NUMBER = 4.0.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# 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 0
16-
#define STAN_MATH_PATCH 0
16+
#define STAN_MATH_PATCH 1
1717

1818
namespace stan {
1919
namespace math {

0 commit comments

Comments
 (0)