From f9c5ae5bce4912be1f6c232464d0ce2357c5ee12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:28:40 +0100 Subject: [PATCH] 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 Co-authored-by: Jonas Isensee --- CHANGELOG.md | 4 ++++ Project.toml | 18 +++--------------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cfbf21c..7ccd7379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/Project.toml b/Project.toml index c50f70f5..8c02fa0c 100644 --- a/Project.toml +++ b/Project.toml @@ -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" @@ -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" @@ -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"]