Skip to content

Releases: COBREXA/ConstraintTrees.jl

v1.11.0

24 Jun 20:16
cbdfe51

Choose a tag to compare

ConstraintTrees v1.11.0

Diff since v1.10.0

Merged pull requests:

Closed issues:

  • ConstraintTree import and export (#71)

v1.10.0

17 Jun 12:30
ca0fad4

Choose a tag to compare

ConstraintTrees v1.10.0

Diff since v1.9.0

Merged pull requests:

  • implement some matrix operations (#72) (@exaexa)

v1.9.0

08 Jan 13:30

Choose a tag to compare

ConstraintTrees v1.9.0

Diff since v1.8.0

Merged pull requests:

v1.8.0

06 Jan 14:35

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

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

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

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

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

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

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)