Skip to content

Commit

Permalink
Changed julia version in compat
Browse files Browse the repository at this point in the history
  • Loading branch information
vvpisarev committed Dec 21, 2021
1 parent 189c1ea commit 968d10a
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 @@ -7,4 +7,4 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"

[compat]
julia = ">= 1.6"
julia = "1.6, 1.7"

2 comments on commit 968d10a

@vvpisarev
Copy link
Owner 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:
First release of the package. Included optimization methods:

  • Steepest descent
  • Conjugate gradient method
  • BFGS based on the inverse hessian approximation
  • BFGS based on the direct hessian approximation and Cholesky decomposition

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

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.1.0 -m "<description of version>" 968d10a382d70fcf962b41400824706ce251fe98
git push origin v0.1.0

Please sign in to comment.