Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella authored Nov 17, 2019
1 parent b7646d1 commit 271452e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ProximalOperators = "a725b495-10eb-56fe-b38b-717eba820537"

[compat]
julia = "1.0.0"
ProximalOperators = ">= 0.8.0, < 1.0.0"
ProximalOperators = "< 1.0.0"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down

2 comments on commit 271452e

@lostella
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:

  • Fixed issue with parameters validation in primal-dual algorithms
  • Fixed maximum number of backtracks in PANOC and ZeroFPR

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

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.3.1 -m "<description of version>" 271452e33b6239fa9ff31c5f3ae53cbad5928fae
git push origin v0.3.1

Please sign in to comment.