Skip to content

Commit

Permalink
CompatHelper: bump compat for JLD2 to 0.5, (keep existing compat) (#427)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for JLD2 to 0.5, (keep existing compat)

* bump version & add changelog

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Jonas Isensee <[email protected]>
  • Loading branch information
3 people authored Sep 26, 2024
1 parent ac0fe7f commit f9c5ae5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.17.0

- Update compat bounds for JLD2 to include v0.5

# 2.16.0

- Add `load_function` keyword argument to `collect_results` to customize how data is loaded from file before being converted to a dataframe by `collect_results`
Expand Down
18 changes: 3 additions & 15 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DrWatson"
uuid = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
repo = "https://github.com/JuliaDynamics/DrWatson.jl.git"
version = "2.16.0"
version = "2.17.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -17,7 +17,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
FileIO = "1.0.6"
JLD2 = "0.4.15"
JLD2 = "0.4.15, 0.5"
MacroTools = "0.5"
Requires = "0.5.2, 0.6, 1"
Scratch = "1"
Expand All @@ -38,16 +38,4 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = [
"Test",
"BSON",
"FileIO",
"Parameters",
"DataFrames",
"JLD2",
"Statistics",
"Dates",
"CSVFiles",
"CodecZlib",
"DataStructures",
]
test = ["Test", "BSON", "FileIO", "Parameters", "DataFrames", "JLD2", "Statistics", "Dates", "CSVFiles", "CodecZlib", "DataStructures"]

0 comments on commit f9c5ae5

Please sign in to comment.