Skip to content

Commit

Permalink
added : Plots.jl recipe and mpc quick simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
franckgaga committed May 27, 2023
1 parent 6cd46c5 commit e572849
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 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.5.0"
version = "0.5.1"

[deps]
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ using Pkg; Pkg.add("ModelPredictiveControl")
- ✅ custom predictions for:
- ✅ output setpoints
- ✅ measured disturbances
- easy integration with `Plots.jl`
- easy integration with `Plots.jl`
- ✅ optimization based on `JuMP.jl`:
- ✅ quickly compare multiple optimizers
- ✅ nonlinear solvers relying on automatic differentiation (exact derivative)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Pages = [
- ✅ custom predictions for:
- ✅ output setpoints
- ✅ measured disturbances
- easy integration with `Plots.jl`
- easy integration with `Plots.jl`
- ✅ optimization based on `JuMP.jl`:
- ✅ quickly compare multiple optimizers
- ✅ nonlinear solvers relying on automatic differentiation (exact derivative)
Expand Down

2 comments on commit e572849

@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
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/84372

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.5.1 -m "<description of version>" e572849b24930c96094fb1200858c45c57ca0a3f
git push origin v0.5.1

Please sign in to comment.