renecotyfanboy / jaxspec

jaxspec is an X-ray spectra Bayesian analysis package, relying on JAX to enable just in time compilation
https://jaxspec.readthedocs.io/en/latest/
MIT License
29 stars 2 forks source link

Update dm-haiku requirement from ^0.0.11 to >=0.0.11,<0.0.13 #134

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Updates the requirements on dm-haiku to permit the latest version.

Release notes

Sourced from dm-haiku's releases.

Haiku 0.0.12

  • hk.LayerStack transparency map now supports custom pytree leaves 9be7c9a9c6160c089b3d32f9384a41357f47d23c.
  • hk.LayerStack now supports layers using state 134763d60a66b9246b1aaac67e5e63b4a4f4e0f5.
  • Calling repr(self) in module constructors is now supported (fixing #428).
Commits
  • 59109e2 Cut 0.0.12 release.
  • 5c0f1e2 Populate _auto_repr before running module constructor.
  • 8dc61b3 Deactivate failsafe in hk.flax.lift to avoid false-positives.
  • 011fbad Use tf-nightly for Haiku testing.
  • 134763d enable state with layer stack
  • 9be7c9a modify layer_stack transparency map
  • 0898b7b Skip broken test.
  • 5404939 Haiku: fix jaxpr_info_test for jax v0.4.24
  • 6339353 Internal change
  • af9497f fix test not to depend on details of JAX shape error type/message
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

πŸ“š Documentation preview πŸ“š: https://jaxspec--134.org.readthedocs.build/en/134/

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.16%. Comparing base (dafaf14) to head (2ce9600).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #134 +/- ## ======================================= Coverage 89.16% 89.16% ======================================= Files 17 17 Lines 1034 1034 ======================================= Hits 922 922 Misses 112 112 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.