httpstan
httpstan copied to clipboard
HTTP interface to Stan, a package for Bayesian inference.
I'm trying to update the Arch [pkg instructions](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=python-httpstan). `python3 -m poetry build` - fills ~/.cache/pypoetry/virtualenvs - mirrors system includes of {boost,cvodes,Eigen,idas,kinsol,nvector,pybind11,rapidjson,stan,sundials,sunlinsol,sunmatrix,sunmemory,sunnonlinsol,tbb} which is both undesired. May you please support Python...
Some background: I'm using pystan in some multi-process code. Pystan works, but my script was hanging at the end. I found that httpstan was creating a bunch of processes and...
Hi all, I am trying to 'make' my file however I keep on getting this error and don't know what is the workaround. httpstan-4.10.0 $make downloading build/archives/math-v4.6.0.tar.gz extracting archive build/archives/math-v4.6.0.tar.gz...
This is following on from stan-dev/pystan#396, which ultimately seems to root from an httpstan issue. I'm working on an MWE, but the case I've identified so far seems to happen...
Currently, it seems like `poetry build` requires at least one parent directory to be a git repository. This should be mentioned in the install instructions.
- added apple silicon build for GitHub runners - updated sphinx versions for apispec errors with previous versions
Hi team, stan appreciator here. I have some projects for which I use Stan and in particular pystan, frustratingly for me the dev work is macOS M1 and the deployment...
With the latest release, the Pathfinder algorithmnwas added to the Stan library. We should investigate how we can use this.