Skip to content

Commit e5a7fa8

Browse files
committed
Removed release notes (issue #1798)
1 parent e6eeaf9 commit e5a7fa8

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,13 @@ Stan Math Library Release Notes
44
v3.2.0 (pending)
55
======================================================================
66

7-
## Features
8-
9-
New functions is_nonnegative and is_positive_finite to parallel check_nonnegative and check_positive_finite. They signal failure by returning false instead of by throwing std::domain_error.
10-
117
## Developer-aimed features
128
[bob-carpenter](https://github.com/bob-carpenter) extended the scalar_return
139
metaprograms to deal with complex numbers and added a real_return program
1410
and helper metaprograms for intermediate and return types.
1511

1612
Miscellaneous doxygen documentation cleanup.
1713

18-
Functions check_not_nan, check_nonnegative, check_positive, check_finite, check_positive_finite, is_not_nan, is_nonnegative, is_positive, is_scal_finite, and is_positive_finite now operate on nested containers.
19-
20-
Clearer error messages when csr_u_to_z is called with out of range indices.
21-
22-
check_positive now throws domain error when given an unsigned 0.
23-
2414
======================================================================
2515
v3.1.0 (24 January 2020)
2616
======================================================================

0 commit comments

Comments
 (0)