Skip to content

Commit

Permalink
Update NEWS.md (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
guimarqu authored Sep 28, 2023
1 parent dab4087 commit cd55d42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Coluna 0.7.0

This is minor update with two breaking changes:
- Bounds of the representative variables in the master are now global (multiplicity of subproblem * bound)
- DivideOutput has only one argument now
- Generating child nodes from branching candidates is moved from select!() to advanced_select!(). This allows us to simplify the interface of branching candidates (we remove nodes from them). This simplification also serves to prepare the diving implementation. (PR 1072)
- SbNode and Node definitions have been changed.

# Coluna 0.6.6

- DynamicSparseArrays 0.7 main features are tested against JET.
Expand Down

0 comments on commit cd55d42

Please sign in to comment.