Skip to content

Commit f9c5ae5

Browse files
github-actions[bot]CompatHelper JuliaJonas Isensee
authored
CompatHelper: bump compat for JLD2 to 0.5, (keep existing compat) (#427)
* CompatHelper: bump compat for JLD2 to 0.5, (keep existing compat) * bump version & add changelog --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Jonas Isensee <jonas.isensee@ds.mpg.de>
1 parent ac0fe7f commit f9c5ae5

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.17.0
2+
3+
- Update compat bounds for JLD2 to include v0.5
4+
15
# 2.16.0
26

37
- 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`

Project.toml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DrWatson"
22
uuid = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
33
repo = "https://github.com/JuliaDynamics/DrWatson.jl.git"
4-
version = "2.16.0"
4+
version = "2.17.0"
55

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

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

4040
[targets]
41-
test = [
42-
"Test",
43-
"BSON",
44-
"FileIO",
45-
"Parameters",
46-
"DataFrames",
47-
"JLD2",
48-
"Statistics",
49-
"Dates",
50-
"CSVFiles",
51-
"CodecZlib",
52-
"DataStructures",
53-
]
41+
test = ["Test", "BSON", "FileIO", "Parameters", "DataFrames", "JLD2", "Statistics", "Dates", "CSVFiles", "CodecZlib", "DataStructures"]

0 commit comments

Comments
 (0)