From cd2d73bb5a464e7232cfe3a3e20e43da3fa5b10b Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Wed, 17 Apr 2024 11:47:54 -0400 Subject: [PATCH] Actually fix extra 'v' --- R/DESCRIPTION | 3 +-- README.md | 6 ++++++ docs/conf.py | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/R/DESCRIPTION b/R/DESCRIPTION index a107bad6..443d967b 100644 --- a/R/DESCRIPTION +++ b/R/DESCRIPTION @@ -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 - diff --git a/README.md b/README.md index b50879b7..2b79f8f0 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 1d9e08e3..1253454e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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