Skip to content

Commit

Permalink
Rel 7.6.0 - Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Dec 15, 2023
1 parent 595cc9b commit fef26fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# StanSample v8
# StanSample v7.6

| **Project Status** | **Build Status** |
|:---------------------------:|:-----------------:|
Expand All @@ -20,7 +20,7 @@

StanSample.jl wraps `cmdstan`'s `sample` method to generate draws from a Stan Language Program. It is the primary workhorse in the StanJulia ecosystem.

StanSample.jl v8.0.0 supports recent enhancements to the Stan Language visible in the output files (.csv files). It supports array, tuples and complex values.
StanSample.jl v7.6 supports recent enhancements to the Stan Language visible in the output files (.csv files). It supports array, tuples and complex values.

StanSample.jl v7 supports InferenceObjects.jl as a package extension. Use `inferencedata(model)` to create an InferenceData object. See also note 1 below. An example Pluto notebook can be found [here](https://github.com/StanJulia/StanExampleNotebooks.jl/blob/main/notebooks/DimensionalData/dimensionaldata.jl)

Expand Down

0 comments on commit fef26fc

Please sign in to comment.