Skip to content

Commit 9082492

Browse files
release/v4.6.0: updating version numbers (#2891)
1 parent 2c6431d commit 9082492

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
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.5.0
28+
v4.6.0

RELEASE-NOTES.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
Stan Math Library Release Notes
22

3+
======================================================================
4+
v4.6.0 (20 April 2023)
5+
======================================================================
6+
7+
- Updated to Eigen 3.4 (#2583)
8+
- operands_and_partials expanded to accept 8 parameters. (#2833)
9+
- Added new multidimensional integration routine `hcubature`. (#2838)
10+
- Added eigenvalues and eigenvectors overloads which accept matrices with complex values. (#2846)
11+
- Allowed Sundials to be linked to separately installed version. (#2861)
12+
- Fixed `is_nan` to compile under the Microsoft compiler suite. (#2870)
13+
- Fixed `csr_to_dense_matrix` to work in case of matrix with empty first row. (#2877)
14+
- Fixed a bug where `eigenvalues_sym` would return a matrix with a dynamic number of rows equal to 1, rather than a vector. (#2884)
15+
- Updated `eigenvalues_sym` return type for RcppEigen compatibility. (#2887)
16+
- Various testing improvements. (#2832, #2864, #2869, #2878, #2880)
17+
- Fixed an issue with building TBB on gcc 13. (#2890)
18+
319
======================================================================
420
v4.5.0 (21 November 2022)
521
======================================================================

doxygen/doxygen.cfg

Lines changed: 1 addition & 1 deletion
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.5.0
41+
PROJECT_NUMBER = 4.6.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#endif
1313

1414
#define STAN_MATH_MAJOR 4
15-
#define STAN_MATH_MINOR 5
15+
#define STAN_MATH_MINOR 6
1616
#define STAN_MATH_PATCH 0
1717

1818
namespace stan {

0 commit comments

Comments
 (0)