Skip to content

Releases: COBREXA/ConstraintTrees.jl

v1.9.0

08 Jan 13:30
Compare
Choose a tag to compare

ConstraintTrees v1.9.0

Diff since v1.8.0

Merged pull requests:

v1.8.0

06 Jan 14:35
Compare
Choose a tag to compare

ConstraintTrees v1.8.0

Diff since v1.7.0

Merged pull requests:

  • generalize the carrier type of values (#54) (@exaexa)
  • generalize the types in bounds (#55) (@stelmo)
  • add pretty support for custom formatting of bound values (#56) (@exaexa)
  • fix incorrect type instantiation (#57) (@stelmo)
  • Finish up TODOs in QV types (#58) (@stelmo)
  • Fix bug in drop_zeros (#60) (@stelmo)

Closed issues:

  • comparison operators to create Constraints from Values? (#31)
  • Automatic bound re-ordering, possibly a buggy fallback (#59)

v1.7.0

19 Dec 19:26
7e5724c
Compare
Choose a tag to compare

ConstraintTrees v1.7.0

Diff since v1.6.0

Merged pull requests:

  • declare the public API, fix a few other things (#45) (@exaexa)
  • unify index manipulations, fix minor stuff (#53) (@exaexa)

Closed issues:

  • cosmetic change: increase_variable_indexes should be a special case of renumber_variables. (#47)

v1.6.0

03 Dec 12:58
17af3ed
Compare
Choose a tag to compare

ConstraintTrees v1.6.0

Diff since v1.5.0

Merged pull requests:

  • parametrize the pretty tree labeler (#52) (@exaexa)

Closed issues:

  • Pretty trees: function to rename keys (#51)

v1.5.0

01 Dec 15:35
60507bb
Compare
Choose a tag to compare

ConstraintTrees v1.5.0

Diff since v1.4.0

Merged pull requests:

v1.4.0

10 Nov 08:51
96fbdfa
Compare
Choose a tag to compare

ConstraintTrees v1.4.0

Diff since v1.3.0

Merged pull requests:

  • this part of docs has disappeared (#43) (@exaexa)
  • make substitute() work for whole constraint trees (#44) (@exaexa)

v1.3.0

25 Jul 15:26
f2b901f
Compare
Choose a tag to compare

ConstraintTrees v1.3.0

Diff since v1.2.0

Merged pull requests:

Closed issues:

  • add filtering functionality (#34)

v1.2.0

19 Jun 09:56
10e16a6
Compare
Choose a tag to compare

ConstraintTrees v1.2.0

Diff since v1.1.0

Merged pull requests:

  • support autoconversion of string indexes to symbols (#40) (@exaexa)
  • add support for Accessors, patch a weird type issue (#41) (@exaexa)

Closed issues:

  • Tree API: convert incoming Strings to Symbols wherever feasible to simplify use with stingy data (#7)
  • Safely modify a constraint tree (#32)

v1.1.0

06 Jun 06:36
cb155e7
Compare
Choose a tag to compare

ConstraintTrees v1.1.0

Diff since v1.0.0

Merged pull requests:

  • upd the readme a bit (#36) (@exaexa)
  • add sizehints to lin+quad value adding, supply a pairwise reduce (#37) (@exaexa)
  • implement a preliminary version of pairwise reduce (#38) (@exaexa)

v1.0.0

16 Apr 15:18
0e5f9a6
Compare
Choose a tag to compare

ConstraintTrees v1.0.0

Diff since v0.9.4

Merged pull requests:

Closed issues:

  • Inefficient jump model creation process (#33)