Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Jun 17, 2021
1 parent 32e5c3b commit b9f7a17
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
@@ -1,6 +1,6 @@
name = "LIBSVM"
uuid = "b1bec4e5-fd48-53fe-b0cb-9723c09d164b"
version = "0.6.0"
version = "0.7.0"

[deps]
LIBLINEAR = "2d691ee1-e668-5016-a719-b2531b85e0f5"
Expand Down

4 comments on commit b9f7a17

@iblislin
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/39030

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

@ablaom
Copy link
Contributor

@ablaom ablaom commented on b9f7a17 Jun 17, 2021

Choose a reason for hiding this comment

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

@iblis17 I notice this release is breaking. Could you say what is breaking about it?

@iblislin
Copy link
Member Author

Choose a reason for hiding this comment

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

yeah, it's mainly for the new precomputed kernel feature, so there are some input shape checking rules changed, exception type changes.
The full list is here: https://github.com/JuliaML/LIBSVM.jl/releases/tag/v0.7.0
I can explain the specific PRs you are interested in.

Please sign in to comment.