-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
libbraiding version bump #38887
base: develop
Are you sure you want to change the base?
libbraiding version bump #38887
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few little details. Otherwise LGTM.
Thanks for the quick review! There is still a problem with the install of the new version of libbraiding that I don't know how to solve: in the CI environments the new version is not installed, and then the tests fail. I guess it has something to do with the Do you know what should be the right way to proceed? |
No idea. That’s far beyond my knowledge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I find it OK, and I agreed with @tscrim comments. I add a couple of comments about documentation. Basically it is fine for me.
|
||
def trajectory(self): | ||
r""" | ||
Return the braid's trajectory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess a little more explanation would help.
|
||
def cyclic_slidings(self): | ||
r""" | ||
Return the braid's cyclic slidings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same thing
Is it a more general problem? I updated my system to Fedora 41, and |
I think I managed to force the CI systems to install the right version. Tests should pass now. |
Documentation preview for this PR (built with commit 19ec8c0; changes) is ready! 🎉 |
Since the test pass, it seems OK to a positive review. |
Fixes #38886 by updating libbraiding package and adding new methods to braids.
📝 Checklist
⌛ Dependencies