Skip to content

Commit f06d301

Browse files
authored
Merge pull request #36 from wspringer/knope/release
Release 0.3.0
2 parents d3debb5 + 2270300 commit f06d301

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/compact-variable-format.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/enhanced-solver-parameters.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.3.0 (2025-06-07)
2+
3+
### Breaking Changes
4+
5+
- Replace verbose variable format with compact self-contained format. Variables now use a compact array of objects where each variable specifies its properties (name, lb, ub, type) in a single object with smart defaults, replacing the previous format with separate arrays for bounds, types, and names. This eliminates array synchronization errors and reduces verbosity while using industry-standard abbreviations (lb/ub for bounds, cont/int/bin for types).
6+
7+
### Features
8+
9+
- Enhanced solver parameter control with 40+ new HiGHS options for fine-grained performance tuning and algorithm selection. Adds comprehensive support for solver control, tolerances, simplex options, MIP options, logging, and algorithm-specific parameters while maintaining full backward compatibility.
10+
111
## 0.2.0 (2025-06-07)
212

313
### Breaking Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highs-mcp",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)