diff --git a/CHANGELOG.md b/CHANGELOG.md index 8672c2ead..66cfa4f83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,12 +23,11 @@ Classify the change according to the following categories: ### Deprecated ### Removed -## Develop 2024-03-26 +## v0.44.0 ### Added - in `src/settings.jl`, added new const **INDICATOR_COMPATIBLE_SOLVERS** - in `src/settings.jl`, added new member **solver_name** within the settings object. This is currently not connected to the solver but does determine whether indicator constraints are modeled or if their big-M workarounds are used. - added replacements for indicator constraints with the exception of battery degradation, which is implemented in a separate model, and FlexibleHVAC. TODO's have been added for these remaining cases. - ### Fixed - Fixed previously broken tests using HiGHS in `test/runtests.jl` due to solver incompatibility. diff --git a/Project.toml b/Project.toml index 1b1ec48bf..f31119aae 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "REopt" uuid = "d36ad4e8-d74a-4f7a-ace1-eaea049febf6" authors = ["Nick Laws", "Hallie Dunham ", "Bill Becker ", "Bhavesh Rathod ", "Alex Zolan ", "Amanda Farthing "] -version = "0.43.0" +version = "0.44.0" [deps] ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"