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

Modularization of sagelib: Break out a separate package sagemath-ntl #29912

Open
mkoeppe opened this issue Jun 20, 2020 · 6 comments · May be fixed by #35095
Open

Modularization of sagelib: Break out a separate package sagemath-ntl #29912

mkoeppe opened this issue Jun 20, 2020 · 6 comments · May be fixed by #35095

Comments

@mkoeppe
Copy link
Contributor

mkoeppe commented Jun 20, 2020

This distribution package would provide sage.libs.ntl and all functionality that Sage draws from NTL, mostly:

  • rings.padics
  • rings.polynomial
  • rings.finite_rings
  • rings.number_field
  • matrix.cyclo_dense, .integer_dense.
  • a few more random places

There are a few places from which we can eliminate the dependency on NTL as a preparation:


This is part of Meta-ticket #29705: Modularize sagelib into separate distributions (pip-installable packages). The modules are recombined with the rest of sagelib via the native namespace package functionality.

CC: @videlec @kiwifb

Component: refactoring

Keywords: sd111

Issue created by migration from https://trac.sagemath.org/ticket/29912

@mkoeppe mkoeppe added this to the sage-9.2 milestone Jun 20, 2020
@mkoeppe

This comment has been minimized.

@mkoeppe

This comment has been minimized.

@mkoeppe mkoeppe modified the milestones: sage-9.2, sage-9.3 Jun 27, 2020
@mkoeppe
Copy link
Contributor Author

mkoeppe commented Dec 6, 2020

Changed keywords from none to sd111

@mkoeppe

This comment has been minimized.

@mkoeppe mkoeppe changed the title Modularization of sagelib: Break out a separate package sage-ntl Modularization of sagelib: Break out a separate package sagemath-ntl Dec 9, 2020
@mkoeppe
Copy link
Contributor Author

mkoeppe commented Feb 13, 2021

comment:7

Setting new milestone based on a cursory review of ticket status, priority, and last modification date.

@mkoeppe mkoeppe modified the milestones: sage-9.3, sage-9.4 Feb 13, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.4, sage-9.5 Jul 19, 2021
@mkoeppe

This comment has been minimized.

@mkoeppe mkoeppe modified the milestones: sage-9.5, sage-9.6 Dec 14, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.6, sage-9.7 Mar 5, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.7, sage-9.8 Apr 14, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.8, sage-9.9 Dec 31, 2022
@mkoeppe mkoeppe modified the milestones: sage-10.0, sage-10.1 Apr 30, 2023
@mkoeppe mkoeppe removed this from the sage-10.1 milestone Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment