File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- ![ Workflow Status] ( https://github.com/aseyboldt /nuts-rs/actions/workflows/test.yml/badge.svg )
2- [ ![ dependency status] ( https://deps.rs/repo/github/aseyboldt /nuts-rs/status.svg )] ( https://deps.rs/repo/github/aseyboldt /nuts-rs )
1+ ![ Workflow Status] ( https://github.com/pymc-devs /nuts-rs/actions/workflows/test.yml/badge.svg )
2+ [ ![ dependency status] ( https://deps.rs/repo/github/pymc-devs /nuts-rs/status.svg )] ( https://deps.rs/repo/github/pymc-devs /nuts-rs )
33
44<!-- cargo-rdme start -->
55
@@ -8,8 +8,8 @@ For details see the original [NUTS paper](https://arxiv.org/abs/1111.4246)
88and the more recent [ introduction] ( https://arxiv.org/abs/1701.02434 ) .
99
1010This crate was developed as a faster replacement of the sampler in PyMC,
11- to be used with the new numba backend of aesara. The work-in-progress
12- python wrapper for this sampler is [ nuts-py ] ( https://github.com/aseyboldt/nuts-py ) .
11+ to be used with the new numba backend of aesara. The python wrapper
12+ for this sampler is [ nutpie ] ( https://github.com/pymc-devs/nutpie ) .
1313
1414## Usage
1515
Original file line number Diff line number Diff line change 66//! and the more recent [introduction](https://arxiv.org/abs/1701.02434).
77//!
88//! This crate was developed as a faster replacement of the sampler in PyMC,
9- //! to be used with the new numba backend of aesara. The work-in-progress
10- //! python wrapper for this sampler is [nuts-py ](https://github.com/aseyboldt /nuts-py).
9+ //! to be used with the new numba backend of aesara. The python wrapper
10+ //! for this sampler is [nutpie ](https://github.com/pymc-devs /nuts-py).
1111//!
1212//! ## Usage
1313//!
You can’t perform that action at this time.
0 commit comments