some new features

This commit is contained in:
ilgazca
2025-07-30 18:53:50 +03:00
parent 8019bd3b7c
commit 079804a0fc
2118 changed files with 297840 additions and 502 deletions

View File

@ -0,0 +1,14 @@
from .csv import read_csv
from .json import dump_stan_json, write_stan_json
from .reshape import Variable, parse_header, stan_variables
__all__ = [
"read_csv",
"write_stan_json",
"dump_stan_json",
"Variable",
"parse_header",
"stan_variables",
]
__version__ = "0.5.1"