From 3120afbb4dde3cc7f917f4f2c52fcc5d9103c3df Mon Sep 17 00:00:00 2001 From: "Chakrabarti, Sambuddha (Sam)" Date: Tue, 7 May 2024 14:41:47 -0400 Subject: [PATCH 1/3] Update Project.toml with [compat] of Dates package Updated [compat] entry of Dates package to "1" for package registry --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 6a092d4996..c6329e0567 100644 --- a/Project.toml +++ b/Project.toml @@ -29,6 +29,7 @@ DataFrames = "1.3.4" DataStructures = "0.18.13" Dates = "1" Distances = "0.10.7" +Dates = "1" HiGHS = "1.1.4" JuMP = "1.1.1" LinearAlgebra = "1" From 3f2febeacc8d4be8132ec04b317fa5a2bc168316 Mon Sep 17 00:00:00 2001 From: "Chakrabarti, Sambuddha (Sam)" Date: Tue, 7 May 2024 14:56:13 -0400 Subject: [PATCH 2/3] Update Project.toml with [compat] of Random set to 1 Update Project.toml with [compat] of Random set to 1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c6329e0567..2dfeecd18b 100644 --- a/Project.toml +++ b/Project.toml @@ -29,11 +29,11 @@ DataFrames = "1.3.4" DataStructures = "0.18.13" Dates = "1" Distances = "0.10.7" -Dates = "1" HiGHS = "1.1.4" JuMP = "1.1.1" LinearAlgebra = "1" MathOptInterface = "1.6.1" +Random = "1" RecursiveArrayTools = "2.31.2, 3" Statistics = "1.4.0" StatsBase = "0.33.21, 0.34" From 6bee72819df8fd864373298013d23cb67d4fddfc Mon Sep 17 00:00:00 2001 From: "Chakrabarti, Sambuddha (Sam)" Date: Tue, 7 May 2024 14:57:34 -0400 Subject: [PATCH 3/3] Update CHANGELOG.md With the message of the current PR --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b4478add3..bc0831b0cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,8 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 non-zero in multi-stage GenX (#666) - Added condition number scaling added to objective function (#667) - Added versioned doc-pages for v0.3.6 and v0.4.0 - - Added a warning message in write_costs_multistage mentioning th approximate value of costs currently. +- Added [compat] of Random package in Project.toml and set it to "1" (#693) ### Fixed - Add constraint in mga to compute total capacity in each zone from a given technology type (#681)