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

pyro-ppl / numpyro
93%

Build:
DEFAULT BRANCH: master
Repo Added 03 Dec 2024 06:58PM UTC
Files 89
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • InverseWishart
  • a-an-usage
  • add-log1mexp-logdiff-exp
  • 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
  • ci-pre-commit-hook
  • ci-remove-continue-on-error
  • circulant
  • circular_gp_minor_docs_fixes
  • codecov
  • compatinility_nnx_12
  • complex-biject-to
  • correct-platform
  • correct-typo
  • cuda13
  • dagum-dist
  • delta-density
  • delta-support
  • dhm-fix-info-logdiffexp
  • dirichlet-multinom-total-count
  • doc-neg-binomial
  • elbo-sum-sites
  • elbo-types
  • equinox-integration
  • example-path
  • feature/arbitrary-initial-value
  • fix-beta-edge-cases
  • fix-docs
  • fix-entropy-samples-tests
  • fix-event-dim
  • fix-get-model-relations-lambda
  • fix-issue-2123
  • fix-matrixnormal-doc
  • fix-optax-test
  • fix-predictive-new-rng-keys
  • fix-test
  • fix-ty-config
  • fix/flax11-rng-dropout
  • fix_missing_plus_sign
  • fix_nb_version
  • fix_uniform_supoprt
  • format-with-ruff-0-15-0
  • grammar-issues
  • guideline
  • hier-forecast
  • hierarchical-feorecasting-example
  • hsgp-rational-quadratic
  • init-gaussian-state-space
  • init-unconstrained
  • intervalcensored
  • jax-core
  • jax-repo
  • jax_82_depreciation
  • key-reuse
  • leak-dais
  • leaky-plates
  • leftrightcensored
  • levy-dist
  • mc-stan-links
  • mod1
  • mutable-leak
  • nn-module-update-params-fix
  • nnx_integration
  • nnx_merge_11_2
  • no-plates
  • optax_pass_value_arg
  • pass_rng_to_log_likelihood
  • patch-1
  • pred-mask
  • primitive-type-hints
  • promote-batch
  • python311
  • pytree
  • reenable_haiku_tests
  • 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
  • truncated-cdf
  • truncated-icdf
  • try-ty
  • type-hint-constraints
  • type-hint-distribution
  • type-hint-transforms
  • types-distributions
  • types-handlers
  • types-optim
  • typing_extensions
  • uncondition
  • wishart
  • wording-changes
  • xfail-leak
  • yaml-formatter
  • zsh-compatibility

12 Feb 2026 06:31PM UTC coverage: 92.595%. Remained the same
21959296592

push

github

web-flow
test: update test effected by the `optax==0.2.7` release (#2137)

* test: update test effected by the `optax==0.2.7` release

* test: remove test skip

14055 of 15179 relevant lines covered (92.6%)

1.69 hits per line

Relevant lines Covered
Build:
Build:
15179 RELEVANT LINES 14055 COVERED LINES
1.69 HITS PER LINE
Source Files on master
  • Tree
  • List 89
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21959296592 master test: update test effected by the `optax==0.2.7` release (#2137) * test: update test effected by the `optax==0.2.7` release * test: remove test skip push 12 Feb 2026 06:55PM UTC web-flow github
92.6
21944721009 master chore: files formatted with `ruff-v0.15.0` (#2136) * chore: files formatted with `ruff-v0.15.0` * chore: halting `test/test_optimizers::test_numpyrooptim_no_double_jit` till gh-2137 is merged push 12 Feb 2026 11:49AM UTC web-flow github
92.6
21518232624 master Fix docs build for Python 3.13 and Ubuntu 24.04 (#2131) push 30 Jan 2026 02:19PM UTC web-flow github
92.6
21514452565 master Bump numpyro to 0.20.0 (#2128) * Bump numpyro to 0.20.0 * use standard __eq__ interpretation in constraints and transforms * implement eq api and defer __eq__ for its static version * Add type hints to array_equiv function Add type hints for ... push 30 Jan 2026 11:58AM UTC web-flow github
92.6
21185503949 master fix(gh-2036): MyPy Errors in `numpyro.distributions.constraints` Module (#2085) * feat: enhance types in `numpyro.distributions.constraints` module * refactor: simplify `ConstraintT` protocol by removing generic type parameter * refactor: remov... push 20 Jan 2026 08:30PM UTC web-flow github
92.62
21180071024 master Add initial value to Gaussian state space distribution (fixes #2098). (#2104) push 20 Jan 2026 05:17PM UTC web-flow github
92.61
21164953985 master Bump minimum python version to 3.11 and minimum jax version to 0.7 (#2120) * Bump minimum python version to 3.11 and minimum jax version to 0.7 * remove try for old imports * fix lints push 20 Jan 2026 09:05AM UTC web-flow github
92.6
21137730833 master FIX: JAX pxla is deprecated from 0.8.2 onwards (#2119) * try statement * empy push 19 Jan 2026 12:58PM UTC web-flow github
92.48
20717641826 master DOC: Correct a few a/an usages (#2116) push 05 Jan 2026 02:21PM UTC web-flow github
92.5
20509863261 master fix bug at infer_discrete (#2115) push 25 Dec 2025 07:46PM UTC web-flow github
92.5
See All Builds (346)
  • 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