• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pyro-ppl / numpyro
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: ordabayevy-patch-1
DEFAULT BRANCH: master
Repo Added 03 Dec 2024 06:58PM UTC
Files 86
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH ordabayevy-patch-1
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • InverseWishart
  • a-an-usage
  • add-log1mexp-logdiff-exp
  • add-psis-diagnostic
  • add-vsbc-diagnostic
  • adjoint-leak
  • arviz-autodims
  • autoguide_signatures
  • bayesian-var-tutorial
  • bayesian_cuped_example
  • betanegativebinomial
  • bug/asvgd_memleak
  • bugfix/mixture_distributions_no_rsample
  • bugfix/mutables_leaves
  • bugfix/nnx_module_mutables
  • bump-to-0.16.1
  • bump-to-0.17.0
  • bump-to-0.18.0
  • bump-to-0.19.0
  • bump-to-0.20.0
  • bump-to-0.21
  • bump_release_0_20_1
  • ci-pre-commit-hook
  • ci-remove-continue-on-error
  • circulant
  • circular_gp_minor_docs_fixes
  • codecov
  • compatinility_nnx_12
  • complex-biject-to
  • conf-py-typo
  • consesus_mc
  • correct-platform
  • correct-typo
  • cuda13
  • dagum-dist
  • delta-density
  • delta-support
  • deprecate-haiku
  • dhm-fix-info-logdiffexp
  • dirichlet-multinom-total-count
  • doc-neg-binomial
  • docs/rerun-gpjax-nb
  • effect-handlers-tutorial
  • elbo-sum-sites
  • elbo-types
  • equinox-integration
  • example-path
  • feature/arbitrary-initial-value
  • fix-beta-edge-cases
  • fix-deprecated-jnp-finfo-use
  • fix-docs
  • fix-docs-build
  • fix-entropy-samples-tests
  • fix-error-handling
  • fix-event-dim
  • fix-fori-collect-recompilation
  • fix-get-model-relations-lambda
  • fix-gpjax-docs
  • fix-issue-2013
  • fix-issue-2123
  • fix-jax-0.9.2
  • fix-matrixnormal-doc
  • fix-missing-param
  • fix-optax-test
  • fix-pmap-compilation-cache-leak
  • fix-predictive-new-rng-keys
  • fix-test
  • fix-ty-config
  • fix-xla-pmap-p-import
  • fix/flax11-rng-dropout
  • fix_missing_plus_sign
  • fix_nb_version
  • fix_uniform_supoprt
  • flexible-optax-test
  • format-with-ruff-0-15-0
  • forward-diff-autoguide
  • grammar-issues
  • guideline
  • hier-forecast
  • hierarchical-feorecasting-example
  • hsgp-rational-quadratic
  • init-gaussian-state-space
  • init-unconstrained
  • intervalcensored
  • issue-2126
  • issue-2181
  • jax-core
  • jax-repo
  • jax_82_depreciation
  • key-reuse
  • leak-dais
  • leaky-plates
  • leftrightcensored
  • levy-dist
  • master
  • mc-stan-links
  • mclmc
  • mcmc-leak
  • mod1
  • modify-type-error
  • mutable-leak
  • nn-module-update-params-fix
  • nnx-tracer-error
  • nnx_integration
  • nnx_merge_11_2
  • no-plates
  • optax_pass_value_arg
  • ordabayevy-patch-1
  • pass_rng_to_log_likelihood
  • patch-1
  • poisson-zero-rate
  • pred-mask
  • primitive-type-hints
  • promote-batch
  • pyproject.toml
  • python311
  • pytree
  • reenable_haiku_tests
  • refactor-prng-key
  • repr
  • resolve-pre-commit-warning
  • rm-protocols
  • safe-map
  • scope_divider_nn_module
  • seed-block
  • showfigure
  • stateless_seed
  • steinvi/rgn_kernel
  • steinvi/simp-attr
  • stochastic-example
  • template-config
  • test-fix-for-jax-0-5-0
  • test-gof
  • test-python-3-13
  • test-python3.14
  • thomaspinder/gpjax-example
  • thomaspinder/gpjax-simplified-api
  • truncated-cdf
  • truncated-icdf
  • try-fix-downaloads
  • try-ty
  • type-hint-constraints
  • type-hint-distribution
  • type-hint-transforms
  • types-distributions
  • types-handlers
  • types-optim
  • typing
  • typing_extensions
  • uncondition
  • wishart
  • wording-changes
  • xfail-leak
  • yaml-formatter
  • zsh-compatibility

04 May 2026 04:39PM UTC coverage: 92.034%. Remained the same
25330938249

Pull #2183

github

web-flow
Merge 8cec813b3 into e708f34b1
Pull Request #2183: Fix incorrect HPDI docstring

14291 of 15528 relevant lines covered (92.03%)

1.67 hits per line

Relevant lines Covered
Build:
Build:
15528 RELEVANT LINES 14291 COVERED LINES
1.67 HITS PER LINE
Source Files on master
  • Tree
  • List 86
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25330938249 ordabayevy-patch-1 Merge 8cec813b3 into e708f34b1 Pull #2183 04 May 2026 05:01PM UTC web-flow github
92.03
25275194551 issue-2181 Merge 9248c2a47 into e708f34b1 Pull #2182 03 May 2026 09:34AM UTC web-flow github
92.03
25265471586 issue-2181 Merge 9baac9b93 into e708f34b1 Pull #2182 03 May 2026 12:40AM UTC web-flow github
92.03
25256683149 master Bump to 0.21.0 (#2180) push 02 May 2026 05:00PM UTC web-flow github
92.03
25254443809 master Allow zero rate for Poisson distribution. (#2176) * Allow zero rate for Poisson distribution. * Add zero-rate test for sparse Poisson log likelihood evaluation. * fix: allowing rate to be zero --------- Co-authored-by: Meesum Qazalbash <meesu... push 02 May 2026 03:06PM UTC web-flow github
92.03
25253164709 poisson-zero-rate Merge 5ee7315c0 into df76b4644 Pull #2176 02 May 2026 01:58PM UTC web-flow github
92.03
25252576905 master feat(gh-2142): add VSBC diagnostic (#2170) * feat(gh-2142): add VSBC diagnostic * chore: format VSBC diagnostic files * refactor(gh-2142): expose calibration module instead of vsbc_diagnostic push 02 May 2026 01:24PM UTC web-flow github
92.03
25252126561 master Change key type from prng_key to Array (#2178) * Change key type from prng_key to Array Co-authored-by: Copilot <copilot@github.com> * run format * Fix total_count dtype in binomial-derived distributions --------- Co-authored-by: Copilot <co... push 02 May 2026 01:01PM UTC web-flow github
91.99
25250807924 typing Merge 55fcbbcaa into 18c2cc135 Pull #2178 02 May 2026 11:44AM UTC web-flow github
91.99
25250721828 bump-to-0.21 Merge ebf91b936 into 18c2cc135 Pull #2180 02 May 2026 11:39AM UTC web-flow github
91.99
See All Builds (438)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc