-
Notifications
You must be signed in to change notification settings - Fork 464
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
New version: WaterLily v0.2.2 #41953
Conversation
JuliaRegistrator
commented
Aug 1, 2021
- Registering package: WaterLily
- Repository: https://github.com/weymouth/WaterLily.jl
- Created by: @weymouth
- Version: v0.2.2
- Commit: 971e50cb0f6bd53a224fd498f1e77e7756b1ae7c
- Reviewed by: @weymouth
- Reference: WaterLily-jl/WaterLily.jl@971e50c#commitcomment-54265798
UUID: ed894a53-35f9-47f1-b17f-85db9237eebd Repo: https://github.com/weymouth/WaterLily.jl.git Tree: 782adb7f8ceebc2247046a10d0cc6a5a93c42bc1 Registrator tree SHA: c7e033175c3b9b466fb2cc8beab47042878a66b0
Optimized loops for Julia 1.6 and got rid of allocations for moving geometries. WaterLily 0.2.2 is around twice as fast for Julia 1.6 than version 0.2.0 for statics goemetries and around 4 x faster for moving geometries.
Your
Note that the guidelines are only required for the pull request to be merged automatically. However, it is strongly recommended to follow them, since otherwise the pull request needs to be manually reviewed and merged by a human. After you have fixed the AutoMerge issues, simple retrigger Registrator, which will automatically update this pull request. You do not need to change the version number in your If you do not want to fix the AutoMerge issues, please post a comment explaining why you would like this pull request to be manually merged. If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text |
@weymouth did you skip version number on purpose? |
I did version 0.2.1 a few days ago not realizing that I needed to manually sync with the registry. I tried to rename this version 0.2.1, but register bot didn't like that either. If it's ok to skip registering 0.2.1, let's just do that and move on. |
My educated guess is that that's because you're manually creating the git tags before successful registration, instead of letting TagBot create them for you after successful registration of a version. You should simply not create git tags manually. |
Will do from now on. |