Skip to content

Releases: control-toolbox/CTModels.jl

v0.3.8

09 May 20:08
c811119
Compare
Choose a tag to compare

CTModels v0.3.8

Diff since v0.3.7

Merged pull requests:

Closed issues:

  • [Bug] Problem with variable length (#114)

v0.3.7

09 May 14:28
376a561
Compare
Choose a tag to compare

CTModels v0.3.7

Diff since v0.3.6

Merged pull requests:

Closed issues:

  • [Dev] Type annotation for plot (#112)

v0.3.6

08 May 17:00
59735a7
Compare
Choose a tag to compare

CTModels v0.3.6

Diff since v0.3.5

Merged pull requests:

Closed issues:

  • [Dev] Plot function (#109)

v0.3.5

05 May 21:24
Compare
Choose a tag to compare

CTModels v0.3.5

Diff since v0.3.4

Merged pull requests:

  • add CTParser for tests (#100) (@ocots)
  • CompatHelper: add new compat entry for CTParser at version 0.2 for package test, (drop existing compat) (#101) (@github-actions[bot])
  • Update Breakage.yml (#104) (@ocots)

v0.3.4

03 May 13:06
Compare
Choose a tag to compare

CTModels v0.3.4

Diff since v0.3.3

v0.3.3

03 May 09:20
b866d16
Compare
Choose a tag to compare

CTModels v0.3.3

Diff since v0.3.2

Merged pull requests:

Closed issues:

  • [General] Bug constraint (#96)

v0.3.2

02 May 21:06
d010a05
Compare
Choose a tag to compare

CTModels v0.3.2

Diff since v0.3.1

Merged pull requests:

Closed issues:

  • [General] Reput constraint function (#94)

v0.3.1

02 May 19:47
319119c
Compare
Choose a tag to compare

CTModels v0.3.1

Diff since v0.3.0

Merged pull requests:

Closed issues:

  • [Bug] Style in plot does not affect the plot (#92)

v0.3.0

02 May 11:06
26cfdb3
Compare
Choose a tag to compare

CTModels v0.3.0

Diff since v0.2.3

Breaking changes

  • build_solution does not take anymore the constraints.

What's Changed

  • Plot the lower and upper bounds of the state and the control.
  • Plot the path constraints and the associated dual variables.
  • Choose what to plot: with description argument and the styles.
  • Retrieve the dual variable of a constraint, that is the associated Lagrange multiplier, from a label.

Merged pull requests:

Closed issues:

  • Bug Inria runners (#20)
  • [Dev] Labelled constraint and dual variable (#47)
  • [Dev] Matrix to Vector (#50)
  • [Dev] Tests (#51)
  • [Dev] Export / Import a solution (#52)
  • [Dev] Plot a solution (#53)
  • [Dev] Print an ocp (#54)
  • [Bug] Doc does not deploy (#58)
  • [General] New release (#67)
  • [Dev] Documentation (#70)
  • [Doc] Group plot (#76)
  • [Dev] Handling dual variables (#87)
  • [Dev] Choose what to plot (#89)

v0.2.3

31 Mar 09:43
e72b249
Compare
Choose a tag to compare

CTModels v0.2.3

Diff since v0.2.2

Merged pull requests:

  • add builder solution with functions (#66) (@ocots)

Closed issues:

  • [General] New release (#63)
  • [Dev] Builder Solution (#65)