Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Feb 12, 2024
1 parent e584bc2 commit 4beca93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ the [Stan](https://mc-stan.org) probabalistic programming language.

## Features

- Writing Python dictionaries to Stan-compatible JSON
- Writing Python dictionaries to Stan-compatible JSON (with optional support for using `ujson` for faster serialization)
- Basic reading of StanCSV files into numpy arrays
- Parameter extraction from numpy arrays based on StanCSV headers
- 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
2 changes: 1 addition & 1 deletion stanio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"stan_variables",
]

__version__ = "0.4.1"
__version__ = "0.5.0"

0 comments on commit 4beca93

Please sign in to comment.