-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Implement missing KnotInfo wrappers for polynomial invariants #33969
Comments
Commit: |
Author: Sebastian Oehms |
comment:5
I just add a |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
Replying to @sagetrac-git:
Just rebasing to 9.8.beta1. |
comment:9
typo: khovnov -> khovanov Otherwise LGTM |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:11
Replying to Matthias Köppe:
Thank you for looking at the ticket! |
Reviewer: Matthias Koeppe |
comment:13
Replying to Matthias Köppe: |
Changed branch from u/soehms/more_poly_invar_knotinfo_33969 to |
<!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> ### 📚 Description <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> <!-- If it resolves an open issue, please link to the issue here. For example "Closes #1337" --> This is a follow up of #33969, which used the Khovanov polynomial KnotInfo data in a new conversion method. Unfortunately, this data has since been removed from the website (but not from the database). This PR merely adds appropriate notes to the documentation of the KnotInfo interface module. Since the missing data may cause confusion, it would be great if the notes will be included in release 9.8. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] I have made sure that the title is self-explanatory and the description concisely explains the PR. - [ ] I have linked an issue or discussion. - [ ] I have created tests covering the changes. - [x] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open pull requests that this PR logically depends on --> <!-- - #xyz: short description why this is a dependency - #abc: ... --> URL: #35063 Reported by: Sebastian Oehms Reviewer(s): Matthias Köppe, Sebastian Oehms
A couple of wrappers for link properties listed in the KnotInfo and LinkInfo databases have already been implemented in #30352. But since there are more than 120 of them there are still a lot missing. Here we add missing polynomial link invariants, explicitly the Conway and Khovanov polynomials.
Furthermore we let Sage point to the current version of database_knotinfo.
Depends on #33965
Depends on #33966
Component: algebraic topology
Author: Sebastian Oehms
Branch/Commit:
b9b8743
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/33969
The text was updated successfully, but these errors were encountered: