Skip to content
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

Sage 9.6 #6

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Sage 9.6 #6

wants to merge 2 commits into from

Conversation

joshmaglione
Copy link

Made two changes to update Zeta to work for SageMath 9.6.

  1. Importing addmany caused problems since its a .pyx file. I added a workaround; it's not elegant.
  2. Apparently LattE's output has changed drastically. The current version that interfaces with SageMath 9.6 is LattE 1.7.6. I added a local fix in smurf.py, so that the data passed to the CyclotomicRationalFunction class is exactly the same as it was before.

I ran some examples included in the html file, and I had no issues.

One more note, my text editor seems to place spaces/tabs in places I did not edit. Sorry for that.

@mathzeta
Copy link

For a different approach of parsing LattE's output, that use sage.misc.parser and not the symbolic ring, see here.

Related, but somewhat orthogonal, is latte-int/latte#21.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants