Skip to content

Update JLD2 requirement to 0.6.3 in /test#115

Merged
gdalle merged 1 commit intomasterfrom
dependabot/julia/test/JLD2-0.6.3
Jan 30, 2026
Merged

Update JLD2 requirement to 0.6.3 in /test#115
gdalle merged 1 commit intomasterfrom
dependabot/julia/test/JLD2-0.6.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updates the requirements on JLD2 to permit the latest version.

Release notes

Sourced from JLD2's releases.

v0.6.3

JLD2 v0.6.3

Diff since v0.6.2

Merged pull requests:

Closed issues:

  • Add keyword argument filter constructors (#675)
  • Enable negative ZSTD levels (#678)
Changelog

Sourced from JLD2's changelog.

0.6.3

  • Fix edge case in datatype loading (#692)
  • Add keyword argument constructors to Filters
  • Allow negative compression levels for the ZstdFilter

0.6.2

  • Fix an edge case for Vector{Union{}}

0.6.1

  • Improved backwards compat for lz4 compression
  • Docs improvements
  • updated compat bounds for filter pkgs

0.6.0

  • Breaking: Rework compression API. Expose filter approach of hdf5 broadly similar to HDF5.jl. See docs for description. The basic compress=true api still works but backend libraries were replaced.
  • Added new filter pkgs JLD2Lz4 and JLD2Bzip2 to enable lz4 and bzip2 filters without making them dependencies by default.

0.5.17

  • update hash implementation for internal types to eliminate downstream invalidations

0.5.16

  • Improve readmmap to work on more types and misaligned data
  • Make default iotype selection dynamic. Makes precompile files relocatable to win7. (#632)

0.5.15

  • Add full control over type mapping by providing a typemap function

0.5.14

  • Add support for Memory and MemoryRef

0.5.13

  • Make UnPack.jl compat into an extension
  • bumps lower compat for julia to v1.9

0.5.12

  • Fix precompile workload for loading on latest julia

0.5.11

  • Make Upgrade work for types that sit inside Union{..}

0.5.10

  • fix regression for UInt32
  • Deprecation: Do not rely on JLD2 to load a compression library. This feature will be removed in a future release. Instead explicitly add using statements into your scripts.

0.5.9

  • fix regression for Union{Bool,Nothing} array elements (#617)
  • fix printing issue in printtoc

... (truncated)

Commits

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 <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)

Updates the requirements on [JLD2](https://github.com/JuliaIO/JLD2.jl) to permit the latest version.
- [Release notes](https://github.com/JuliaIO/JLD2.jl/releases)
- [Changelog](https://github.com/JuliaIO/JLD2.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaIO/JLD2.jl@v0.0.1...v0.6.3)

---
updated-dependencies:
- dependency-name: JLD2
  dependency-version: 0.6.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Jan 29, 2026
@gdalle gdalle merged commit 3fa0956 into master Jan 30, 2026
9 checks passed
@dependabot dependabot bot deleted the dependabot/julia/test/JLD2-0.6.3 branch January 30, 2026 07:46
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 julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant