Skip to content

Commit

Permalink
Intermediary fixup release to mitigate HDF5 v0.16 issues (#306)
Browse files Browse the repository at this point in the history
* Revert "[urgent-fix-breakage] JLD depends on H5Zblosc (#305)"

This reverts commit fb5b0d0.

* Revert "Update Project.toml"

This reverts commit 30f6b55.

* Intermediary fixup release
  • Loading branch information
musm authored Dec 15, 2021
1 parent fb5b0d0 commit bc0052c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
H5Zblosc = "c8ec2601-a99c-407f-b158-e79c03c2f5f7"

[compat]
FileIO = "1"
HDF5 = "0.14, 0.15, 0.16"
H5Zblosc = "0.1"
HDF5 = "0.14, 0.15"
Compat = "3.40"
julia = "1.3"

Expand Down
2 changes: 1 addition & 1 deletion src/JLD.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module JLD
using Printf
using HDF5, H5Zblosc, FileIO
using HDF5, FileIO
using Compat

import HDF5: file, create_group, open_group, delete_object, name, ismmappable, readmmap
Expand Down

2 comments on commit bc0052c

@musm
Copy link
Member Author

@musm musm commented on bc0052c Dec 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/50599

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.12.5 -m "<description of version>" bc0052c4eee41b6ad5267c163908577238ea4b77
git push origin v0.12.5

Please sign in to comment.