Skip to content

Commit c9f83bb

Browse files
committed
update release notes
1 parent 9ce2005 commit c9f83bb

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

doc/release_notes.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,21 @@ Release Notes
44
Upcoming Version
55
----------------
66

7-
* Fix docs (pick highs solver)
8-
* Add the `sphinx-copybutton` to the documentation
7+
Version 0.6.2
8+
--------------
9+
10+
**Features**
11+
912
* Add ``auto_mask`` parameter to ``Model`` class that automatically masks variables and constraints where bounds, coefficients, or RHS values contain NaN. This eliminates the need to manually create mask arrays when working with sparse or incomplete data.
13+
14+
**Performance**
15+
1016
* Speed up LP file writing by 2-2.7x on large models through Polars streaming engine, join-based constraint assembly, and reduced per-constraint overhead
17+
18+
**Bug Fixes**
19+
1120
* Fix multiplication of constant-only ``LinearExpression`` with other expressions
21+
* Fix docs and Gurobi license handling
1222

1323
Version 0.6.1
1424
--------------

0 commit comments

Comments
 (0)