Skip to content

Commit

Permalink
Merge pull request #71 from jalving/fix-nlp-block-check
Browse files Browse the repository at this point in the history
Fix nlp block check
  • Loading branch information
jalving authored Dec 11, 2022
2 parents 04659c4 + ffb9bbd commit 717f4f3
Show file tree
Hide file tree
Showing 44 changed files with 2,182 additions and 3,210 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@

docs/build/
_*

Manifest.toml
docs/Manifest.toml
366 changes: 0 additions & 366 deletions Manifest.toml

This file was deleted.

6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Plasmo"
uuid = "d3f7391f-f14a-50cc-bbe4-76a32d1bad3c"
authors = ["Jordan Jalving <jhjalving@gmail.com>"]
repo = "https://github.com/plasmo-dev/Plasmo.jl.git"
version = "0.5.2"
version = "0.5.3"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand All @@ -27,9 +27,11 @@ Requires = "~1.0, 1"
julia = "1"

[extras]
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
KaHyPar = "2a6221f6-aa48-11e9-3542-2d9e0ef01880"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Ipopt", "KaHyPar"]
test = ["Test", "Suppressor", "Ipopt", "GLPK", "KaHyPar"]
Loading

2 comments on commit 717f4f3

@jalving
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/73919

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.3 -m "<description of version>" 717f4f39f4f138260fa6b125ec6321306c27ec69
git push origin v0.5.3

Please sign in to comment.