Skip to content

Commit

Permalink
Rel 6.13.8 - Supports InferenceObjects v0.3, drop BridgeStan v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Dec 14, 2022
1 parent 1885714 commit 85c86cf
Show file tree
Hide file tree
Showing 108 changed files with 18 additions and 9,525 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

[BridgeStan](https://gitlab.com/roualdes/bridgestan)'s features are included in this repo. An example is part of `./example/bernoulli.jl`. BridgeStan is new, so expect changes!
In StanSample v6.13.8 support for BridgeStan (v1.0) has been dropped. I have not been able to make BridgeStan v1.0 work as it did in earlier versions of BridgeStan.

StanSample.jl v6.13 also supports early versions of InferenceObjects.jl with `inferencedata(model)`. As with BridgeStan, this is under development!

Expand Down Expand Up @@ -86,10 +86,11 @@ See the docstrings (in particular `??StanSample`) for more help.

## Versions

### Version 6.16.8 (under development)
### Version 6.13.8

1. Many `tmp` directories created during testing have been removed from the repo.
2. Updated to upcoming BridgeStan v1.0
1. Support for InferenceObjects v0.3
2. Many `tmp` directories created during testing have been removed from the repo.
3. Support for BridgeStan v1.0 has been dropped.

### Version 6.13.7

Expand Down
2 changes: 2 additions & 0 deletions UPDATING_BRIDGESTAN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Updating BridgeStan

In StanSample v6.13.8 support for BridgeStan (v1.0) has been dropped. I have not been able to make BridgeStan v1.0 work as it did in earlier versions of BridgeStan.

_This page is meant for maintainers of the package._

[BridgeStan](https://gitlab.com/roualdes/bridgestan) was included in this repo using [git subtree](https://www.atlassian.com/git/tutorials/git-subtree) with the following command:
Expand Down
100 changes: 0 additions & 100 deletions deps/data/bridgestan/.clang-format

This file was deleted.

16 changes: 0 additions & 16 deletions deps/data/bridgestan/.github/dependabot.yml

This file was deleted.

77 changes: 0 additions & 77 deletions deps/data/bridgestan/.github/workflows/docs.yaml

This file was deleted.

Loading

0 comments on commit 85c86cf

Please sign in to comment.