Skip to content

Releases: dfm/numpyro-ext

v0.0.4

05 Mar 21:02
@dfm dfm
e0556c0
Compare
Choose a tag to compare

What's Changed

  • Add forward_mode_differentiation kwarg to JaxOptimize by @vandalt in #32

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

09 Feb 00:05
@dfm dfm
7be1a37
Compare
Choose a tag to compare

What's Changed

  • Refactoring the conditional interface to marginalized linear distribution by @dfm in #17
  • Import version properly in init by @dfm in #22
  • Change import of is_prng_key by @adrn in #27

New Contributors

  • @adrn made their first contribution in #27

Full Changelog: v0.0.2...v0.0.3

v0.0.3rc2

08 Feb 23:59
@dfm dfm
7be1a37
Compare
Choose a tag to compare
v0.0.3rc2 Pre-release
Pre-release
Fix URL in release workflow

v0.0.3rc1

08 Feb 23:53
@dfm dfm
5926e3e
Compare
Choose a tag to compare
v0.0.3rc1 Pre-release
Pre-release
Bump actions/cache from 3 to 4 (#28)

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.0.2

23 May 00:02
@dfm dfm
Compare
Choose a tag to compare

What's Changed

  • Adding option to include negative prior Hessian in information matrix by @dfm in #13
  • Adding linear op interface by @dfm in #14
  • Adding option to return optimizer info by @dfm in #11
  • Adding "marginalized linear model" by @dfm in #12
  • Adding rejection sampling helper and some README examples by @dfm in #15
  • Adding some more examples to the README by @dfm in #16

Full Changelog: v0.0.1...v0.0.2

v0.0.2rc1

22 May 23:57
@dfm dfm
Compare
Choose a tag to compare
v0.0.2rc1 Pre-release
Pre-release

What's Changed

  • Adding option to include negative prior Hessian in information matrix by @dfm in #13
  • Adding linear op interface by @dfm in #14
  • Adding option to return optimizer info by @dfm in #11
  • Adding "marginalized linear model" by @dfm in #12
  • Adding rejection sampling helper and some README examples by @dfm in #15
  • Adding some more examples to the README by @dfm in #16

Full Changelog: v0.0.1...v0.0.2rc1

numpyro-ext v0.0.1

01 Aug 19:01
@dfm dfm
9e66be2
Compare
Choose a tag to compare

Initial release