Skip to content

Commit

Permalink
Actually fix extra 'v'
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Apr 17, 2024
1 parent 77c940b commit cd2d73b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 1 addition & 2 deletions R/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ Description: BridgeStan provides efficient in-memory access to the methods of a
including log densities, gradients, Hessians, and constraining and unconstraining
transforms.
Encoding: UTF-8
RoxygenNote: 7.2.1
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE, r6 = TRUE)
Suggests:
testthat (>= 3.0.0)
Imports:
R6 (>= 2.4.0)
Config/testthat/edition: 3

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,13 @@ We are aware of the following projects using BridgeStan.

- https://github.com/pymc-devs/nutpie
- https://github.com/UoL-SignalProcessingGroup/retrospectr
- https://github.com/UoL-SignalProcessingGroup/SMC-NUTS


### R

- https://github.com/JTorgander/hmc-sandbox

## Research using BridgeStan

If you use BridgeStan in your research, please consider citing [our JOSS paper](https://joss.theoj.org/papers/10.21105/joss.05236)
Expand All @@ -103,6 +108,7 @@ and letting us know so we list your project here.
- [*Verified Density Compilation for a Probabilistic Programming Language*](https://doi.org/10.1145/3591245)
- [*Variational Inference with Gaussian Score Matching*](https://arxiv.org/pdf/2307.07849.pdf)
- [*Stein Π-Importance Sampling*](https://arxiv.org/pdf/2305.10068.pdf)
- [*Batch and match: black-box variational inference with a score-based divergence*](https://arxiv.org/abs/2402.14758)

## Acknowledgements

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
switcher_version = "latest"
release = ""
else:
release = version
switcher_version = f"{version}"
release = version.strip("v")
switcher_version = version

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit cd2d73b

Please sign in to comment.