httpstan icon indicating copy to clipboard operation
httpstan copied to clipboard

HTTP interface to Stan, a package for Bayesian inference.

Results 14 httpstan issues
Sort by recently updated
recently updated
newest added

https://httpstan.readthedocs.io/en/latest/contributing.html links to https://pystan-next.readthedocs.io/en/latest/contributing.html -- which doesn't not exist.

wontfix

Models which use data which contains an empty int-valued list cannot be used. This does not have a trivial solution since we use JSON for serializing data and JSON cannot...

bug
wontfix

Appdirs is no longer maintained: https://github.com/ActiveState/appdirs/commit/8734277956c1df3b85385e6b308e954910533884

My computer specs: ProductName: macOS ProductVersion: 15.3.2 BuildVersion: 24D81 $ python3 -c "import platform; print(platform.machine())" arm64 Python 3.11.11 I was trying to install pystan using https://github.com/stan-dev/httpstan/releases/tag/4.13.0 but got this error:...