Skip to content

Commit 2f050e7

Browse files
committed
docs: Update links from aseyboldt to pymc-devs
1 parent 9c49bcd commit 2f050e7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)
88
and the more recent [introduction](https://arxiv.org/abs/1701.02434).
99

1010
This 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

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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
//!

0 commit comments

Comments
 (0)