Skip to content

Releases: mj-will/minipcn

v0.2.0a3

04 Dec 12:09
8a05f45

Choose a tag to compare

v0.2.0a3 Pre-release
Pre-release

Alpha release of minipcn 0.2.0.

What's Changed

Full Changelog: v0.2.0a2...v0.2.0a3

v0.2.0a2

12 Nov 11:56
83505ca

Choose a tag to compare

v0.2.0a2 Pre-release
Pre-release

Alpha release of minipcn 0.2.0.

What's Changed

  • BUG: fix support for cupy backend by @mj-will in #7

Full Changelog: v0.2.0a1...v0.2.0a2

v0.2.0a1

07 Nov 16:32
942d56c

Choose a tag to compare

v0.2.0a1 Pre-release
Pre-release

Alpha release of minipcn v0.2.0.

This release adds optional support the other array backends via the array-api standard.

What's Changed

  • ENH: add optional array api support by @mj-will in #6

Full Changelog: v0.1.1...v0.2.0a1

v0.1.1

08 Oct 16:25
46a7a69

Choose a tag to compare

minipcn v0.1.1

This is a bug fix release that addresses issues when trying to sample a 1-dimensional problem.

What's Changed

  • BUG: handle 1D parameter spaces by @mj-will in #5

Full Changelog: v0.1.0...v0.1.1

v0.1.0

08 Sep 17:33
3afd768

Choose a tag to compare

First release of minipcn, a minimal preconditioned Crank-Nicolson MCMC sampler.

See the README and examples directory for details on how to use the sampler.

v0.1.0b1

13 Jun 14:23

Choose a tag to compare

v0.1.0b1 Pre-release
Pre-release

First beta release of minipcn, a minimalist implementation of the preconditioned Crank-Nicolson MCMC algorithm.