Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 84ab2e1

Browse files
committed
chore: Bump version, update release notes
Closes #651
1 parent 94bacfe commit 84ab2e1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/whats_new.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
What's New
77
============
88

9-
TBD (TBD)
10-
=========
9+
v2.19.1.0 (25. Oct 2019)
10+
========================
11+
- Update Stan source to v2.19.1 (`release notes <https://github.com/stan-dev/stan/releases/tag/v2.19.1>`_)
12+
- Fix order of per-chain values returned by Fit ``summary`` (`GH646 <https://github.com/stan-dev/pystan/issues/646>`_)
13+
- Inverse mass matrix can be provided (`GH505 <https://github.com/stan-dev/rstan/issues/505>`_)
1114

1215
v2.19.0.0 (31. Mar 2019)
1316
========================

pystan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
# following PEP 386
2121
# See also https://docs.openstack.org/pbr/latest/user/semver.html
22-
__version__ = '2.19.0.1dev'
22+
__version__ = '2.19.1.0'

0 commit comments

Comments
 (0)