Skip to content

chore(deps): bump jxl-encoder from 0.3.0 to 0.3.1#361

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/jxl-encoder-0.3.1
Closed

chore(deps): bump jxl-encoder from 0.3.0 to 0.3.1#361
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/jxl-encoder-0.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor

Bumps jxl-encoder from 0.3.0 to 0.3.1.

Release notes

Sourced from jxl-encoder's releases.

jxl-encoder v0.3.1

What's Changed

Full Changelog: imazen/jxl-encoder@v0.3.0...v0.3.1

Changelog

Sourced from jxl-encoder's changelog.

[0.3.1] - 2026-05-02

QUEUED BREAKING CHANGES

  • EffortProfile and EntropyMulTable will become #[non_exhaustive] so we can grow them additively without breaking external struct-literal constructions. Callers that construct via struct literal must switch to EffortProfile::lossy(effort, mode) / EffortProfile::lossless(effort, mode) / EntropyMulTable::reference() / EntropyMulTable::experimental() and mutate fields as needed. Already in main; held for next minor bump.
  • The crate-root EffortProfile re-export is now #[doc(hidden)]. New expert callers must use LossyInternalParams / LosslessInternalParams via the segmented with_internal_params setters instead.

Added

  • Picker / sweep escape hatch behind new __expert cargo feature (eebd561, 6bdab0b, 25bb80f and follow-up; renamed from unstable-tuning-knobs for cross-codec consistency with zenavif/zenwebp/zenravif). The double-underscore prefix signals "private — do not depend on this in production code." Default API surface is unchanged when the feature is off.
  • Segmented expert surface: LossyInternalParams and LosslessInternalParams structs (gated __expert) replace the single EffortProfile knob bag. Each carries Option<T> fields for the knobs the corresponding encode mode actually reads, applied via LossyConfig::with_internal_params(LossyInternalParams) and LosslessConfig::with_internal_params(LosslessInternalParams).
    • Why: the type system enforces mode-correctness — lossy-only knobs (AC strategy gates, CfL, cost-model constants) cannot be passed to the lossless setter, and modular-only knobs (RCT search, WP scan, tree-learning shape) cannot be passed to the lossy setter. Pickers can train per-mode independently because the input space is disjoint by construction. Matches the segmented InternalParams pattern used in zenavif / zenwebp / zenravif.
    • LossyInternalParams fields (13): try_dct16, try_dct32, try_dct64, try_dct4x8_afv, fine_grained_step, k_info_loss_mul_base, entropy_mul_table, cfl_two_pass, chromacity_adjustment, patch_ref_tree_learning, non_aligned_eval, enhanced_clustering_vardct, k_ac_quant.
    • LosslessInternalParams fields (7): nb_rcts_to_try, wp_num_param_sets, tree_max_buckets, tree_num_properties, tree_threshold_base, tree_sample_fraction, tree_max_samples_fixed.
    • Both structs are #[non_exhaustive] and Default; field sets may grow additively between minor versions. with_effort() preserves the params across effort-level changes (the underlying EffortProfile snapshot is retained).

... (truncated)

Commits
  • a9052dd chore(release): jxl-encoder workspace 0.3.1
  • 04754b8 feat(expert): segment EffortProfile into Lossy/LosslessInternalParams + __exp...
  • 3cfe30b perf(oracle): load PNG once per image; enable zenanalyze experimental features
  • 0299440 docs: correct stale tree_max_buckets grid in harness header
  • c87704d style: cargo fmt
  • ab17185 feat(api): gate picker escape hatch behind unstable-tuning-knobs feature
  • 25bb80f docs: gitignore picker oracle TSVs, archive at /mnt/v/
  • 6bdab0b fix(oracle): also drop tree_max_buckets=192 (borderline >10s at native)
  • 69d51fe fix(oracle): drop tree_max_buckets=256 from lossless scalar grid
  • 7c97a2b feat: oracle sweeps now drive independent EffortProfile knobs
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> 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)

Bumps [jxl-encoder](https://github.com/imazen/jxl-encoder) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/imazen/jxl-encoder/releases)
- [Changelog](https://github.com/imazen/jxl-encoder/blob/main/CHANGELOG.md)
- [Commits](imazen/jxl-encoder@v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: jxl-encoder
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 4, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 5, 2026

Copy link
Copy Markdown
Contributor Author

Looks like jxl-encoder is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 5, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/jxl-encoder-0.3.1 branch May 5, 2026 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Development

Successfully merging this pull request may close these issues.

0 participants