Skip to content

Commit

Permalink
Add bounds to RowEchelon
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Oct 23, 2019
1 parent 3c2c84c commit 09e44eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ SemialgebraicSets = "8e049039-38e8-557d-ae3a-bc521ccf6204"
[compat]
MultivariatePolynomials = "0.3"
SemialgebraicSets = "0.2"
RowEchelon = "0.1"
julia = "1"

[extras]
Expand Down

2 comments on commit 09e44eb

@blegat
Copy link
Member Author

@blegat blegat commented on 09e44eb Oct 23, 2019

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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 updated: JuliaRegistries/General/4523

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.3 -m "<description of version>" 09e44ebd01df077b4048bb669f21a390f9131173
git push origin v0.2.3

Please sign in to comment.