Skip to content

Commit 4beca93

Browse files
committed
Version bump
1 parent e584bc2 commit 4beca93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ the [Stan](https://mc-stan.org) probabalistic programming language.
55

66
## Features
77

8-
- Writing Python dictionaries to Stan-compatible JSON
8+
- Writing Python dictionaries to Stan-compatible JSON (with optional support for using `ujson` for faster serialization)
99
- Basic reading of StanCSV files into numpy arrays
1010
- Parameter extraction from numpy arrays based on StanCSV headers
1111
- e.g., if you have a `matrix[2,3] x` in a Stan program, extracting `x` will give you a `(num_draws, 2, 3)` numpy array

stanio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
"stan_variables",
1212
]
1313

14-
__version__ = "0.4.1"
14+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)