Rename is_vertical to passes_transversality_checks and execute related checks#4694
Rename is_vertical to passes_transversality_checks and execute related checks#4694HereAround merged 9 commits intooscar-system:masterfrom
is_vertical to passes_transversality_checks and execute related checks#4694Conversation
Co-authored-by: Andrew P Turner <apturner@mac.com>
Co-authored-by: Andrew P Turner <apturner@mac.com>
apturner
left a comment
There was a problem hiding this comment.
This looks good to me after those 2 changes, thanks @HereAround
|
@aaruni96 I cannot seem to find the label now, but could this PR please also be backported to 1.3.1? |
If I see correctly, this PR renames a function. If this wasn't in experimental this would be a breaking change, thus needing a major bump in the version number. IMO this is therefore not a bugfix that should be backported, but of course the last word is to @aaruni96 and @benlorenz |
|
Renaming for backports seems wrong, but if I see this correctly this was just renamed in the other direction about a month ago (#4562, i.e. between 1.2.2 to 1.3.0), also without any deprecation or alias. Maybe you can explain this a bit? We could probably add the new name but with an alias or a deprecation ? Edit: I now realize the other renaming was slightly different, but nonetheless the |
|
@benlorenz Yes, let me elaborate. About maybe 15 years ago, people in the F-theory community were talking about "fluxes being vertical" (whatever a flux is and whatever this may mean - happy to elaborate, but this is beyond the scope of this answer). By now, the phrase for a flux having this very property is instead "flux passes transversality checks". On top of this wording change, today "flux being vertical" means something entirely different than 15 years ago. Sadly, I have mirrored this historic shift of terminology/meaning in OSCAR. When I brought in
|
|
This this is in experimental and only exists in 1.3.0 (considering releases), I would be fine with renaming this and adding an alias or deprecation for 1.3.1.
This means backporting this PR will break these tests on the release branch? |
|
Oh, I did not think of this. Indeed, this would break the extra long tests on the release branch. So presumably not a good idea to backport this change. |
|
Unless we also backport a fix for the extra long tests, which I am happy to provide. But then, maybe I should just wait for OSCAR 1.4.0? |
--------- Co-authored-by: Andrew P Turner <apturner@mac.com>
is_vertical to passes_transversality_checks and execute related checks
No description provided.