Skip to content

Commit

Permalink
remove hat in ymin/max legends
Browse files Browse the repository at this point in the history
  • Loading branch information
franckgaga committed Oct 15, 2023
1 parent ff83e5d commit 71da21e
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 92 deletions.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ModelPredictiveControl"
uuid = "61f9bdb8-6ae4-484a-811f-bbf86720c31c"
authors = ["Francis Gagnon"]
version = "0.10.0"
version = "0.10.1"

[deps]
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
Expand All @@ -20,12 +20,15 @@ ControlSystemsBase = "1.9"
ForwardDiff = "0.10"
Ipopt = "1"
JuMP = "1"
LinearAlgebra = "1.6"
OSQP = "0.8"
PreallocationTools = "0.4"
PrecompileTools = "1"
RecipesBase = "1"
Random = "1.6"
julia = "1.6"


[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Expand Down
Loading

2 comments on commit 71da21e

@franckgaga
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • Doc cleaning for terminal constraints
  • Added standard libraries [compat] entries
  • Removed hats in ymin/max plot legends

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/93447

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.10.1 -m "<description of version>" 71da21e8bb29589856d04042060611d65f4acb17
git push origin v0.10.1

Please sign in to comment.