-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CompatHelper: bump compat for Spglib to 0.8, (keep existing compat) #876
CompatHelper: bump compat for Spglib to 0.8, (keep existing compat) #876
Conversation
95503ea
to
511fea5
Compare
Hi @mfherbst, I revamped the code, including but not limited to, update spglib_jll to v2.0.2, updated unified API, some API changes, updated docs, more functions and more tests. However, I need to remind you that this is a breaking change, and some of your code may need to be updated since I align the convention with Spglib (like transposing rotation matrices, etc.). If you need any help to update your code, please contact me. I'll be happy to help! |
Thanks for the info @singularitti. I'll take a look when I get to it (probably on the weekend). |
511fea5
to
f98b04e
Compare
Waiting for thchr/Brillouin.jl#27. |
This pull request changes the compat entry for the
Spglib
package from0.6, 0.7
to0.6, 0.7, 0.8
.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.