From cb3b61ea5fdf22d97ed8608d1b7ff76140cf79ef Mon Sep 17 00:00:00 2001 From: "vterpstra@us.ibm.com" Date: Tue, 29 Oct 2024 14:56:51 -0400 Subject: [PATCH] DataManager.extract_solution adds option `allow_mixed_type_columns` --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba0c340..7835154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ Introduces a slight backward incompatibility. Need to import as: `from dse_do_ut - PlotlyManager - self.ref_dm, self.ms_inputs, self.ms_outputs property declarations and documentation - PlotlyManager.plotly_kpi_compare_bar_charts and .get_multi_scenario_table for scenario compare - Core01DataManager and Core01OptimizationEngine: added support for parameter `mipGap`. Sets the `mdl.parameters.mip.tolerances.mipgap` if value > 0 -- DataManager.extract_solution adds option `allow_mixed_columns`. If True allows dvar/expr in column to be a regular Python value and not have the `solution_value` attribute +- DataManager.extract_solution adds option `allow_mixed_type_columns`. If True allows dvar/expr in column to be a regular Python value and not have the `solution_value` attribute ## [0.5.6.0]- 2023-05-13 ### Changed