sagemath / sage

Main repository of SageMath. Now open for Issues and Pull Requests.
https://www.sagemath.org
Other
1.19k stars 411 forks source link

MR33: Relative Extensions of Finite Fields #28485

Open f588ca1e-f96a-4dea-804d-c55eab873dab opened 4 years ago

f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago

supersedes #23316.

The GitLab MR is here: https://gitlab.com/sagemath/sage/-/merge_requests/33

Depends on #21413 Depends on #26105 Depends on #33373

Component: finite rings

Keywords: padicBordeaux

Author: Julian Rüth

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

saraedum commented 4 years ago

Description changed:

saraedum commented 4 years ago

Changed keywords from none to padicBordeaux

saraedum commented 4 years ago

Dependencies: #21413, #26105

saraedum commented 4 years ago

Description changed:

--- 
+++ 
@@ -1,13 +1,2 @@
-Julian Rüth ([@saraedum](https://gitlab.com/saraedum)) opened a merge request at https://gitlab.com/sagemath/sage/merge_requests/33:
+supersedes #23316.

----
-
-```markdown
-supersedes #23316.
-```
-
-
-
-
-
-
f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago

Changed commit from 9cc9805 to 2482826

f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago
comment:3

New commits added to merge request. I updated the commit SHA-1. Last 10 new commits:

f4f17d6Fix precision problem in vector space maps by using new method _polynomial_list
23947e9Working on vector_space and free_module
8db48a2Reviewer suggestions
79f2458One more Returns
9313b2cAdjust comment
3245229Merge remote-tracking branch 'trac/u/roed/free_module' into finite-field-relative
a78136cMove absolute finte field code to its own base class
92347b4make free_module temporarily work for relative extensions
d044c89Do not hide unrelated ValueError
2482826Adapt to new free_module naming
f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago

Changed commit from 2482826 to 5e294d5

f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago
comment:4

New commits added to merge request. I updated the commit SHA-1. Last 10 new commits:

6a52519Merge branch 't/26105/26105_base_hom' into t/21413/21413/class_ring_extension
0433a1amore work on morphisms
e933a5dwrite a factory
ed7c7b6fix variable_name(s)
10cb1f3Merge remote-tracking branch 'trac/u/caruso/21413/class_ring_extension' into finite-field-relative
d0e0953Add base_map to finite_field homsets
c672c0eMerge remote-tracking branch 'trac/u/roed/26105_base_hom' into finite-field-relative
16feb8dFix some errors with positional check arguments
382362dMerge remote-tracking branch 'trac/u/roed/26105_base_hom' into finite-field-relative
5e294d5Cleaning up finite field factory
f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago

Changed commit from 5e294d5 to 5425868

f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago
comment:5

New commits added to merge request. I updated the commit SHA-1. New commits:

f5386ecConsistency for change_ring()
5425868Fix extension(absolute=True) for finite fields
xcaruso commented 4 years ago

Changed branch from u/galois/mrs/33/finite-field-relative to u/caruso/mrs/33/finite-field-relative

embray commented 4 years ago
comment:7

Ticket retargeted after milestone closed

f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago

Changed commit from 5425868 to ac1add0

f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago
comment:8

New commits added to merge request. I updated the commit SHA-1. New commits:

ac1add0Merge branch 'develop' into finite-field-relative
f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago

Changed commit from ac1add0 to ff95a24

f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago
comment:9

New commits added to merge request. I updated the commit SHA-1. New commits:

76604eeChange emails
ff95a24Make _backend accessible from Python, fix absolute_field and __iter__
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 4 years ago

Changed commit from ff95a24 to e92d9ea

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 4 years ago

Branch pushed to git repo; I updated commit sha1. New commits:

e92d9eaMerge branch 'u/caruso/mrs/32/finite-field-relative' of git://trac.sagemath.org/sage into relative_extension_finite_fields
f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago

Changed commit from e92d9ea to 2d46b14

f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago
comment:11

New commits added to merge request. I updated the commit SHA-1. This was a forced push. New commits:

ac1add0Merge branch 'develop' into finite-field-relative
76604eeChange emails
ff95a24Make _backend accessible from Python, fix absolute_field and __iter__
2d46b14working on relative finite fields
mkoeppe commented 4 years ago
comment:12

Batch modifying tickets that will likely not be ready for 9.1, based on a review of the ticket title, branch/review status, and last modification date.

saraedum commented 4 years ago

Description changed:

--- 
+++ 
@@ -1,2 +1,3 @@
 supersedes #23316.

+The [GitLab](../wiki/GitLab) MR is here: https://gitlab.com/sagemath/sage/-/merge_requests/33
saraedum commented 4 years ago

Changed commit from 2d46b14 to e92d9ea

saraedum commented 4 years ago

New commits:

e791e99Merge branch 'u/galois/mrs/33/finite-field-relative' of git://trac.sagemath.org/sage into finite_field_extension
2404b8aMerge branch 'ring_extension' into finite_field_extension
e92d9eaMerge branch 'u/caruso/mrs/32/finite-field-relative' of git://trac.sagemath.org/sage into relative_extension_finite_fields
f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago
comment:14

New commits added to merge request. I updated the commit SHA-1. This was a forced push. New commits:

ac1add0Merge branch 'develop' into finite-field-relative
76604eeChange emails
ff95a24Make _backend accessible from Python, fix absolute_field and __iter__
2d46b14working on relative finite fields
c95ed0dUpdated Copyright
f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago

Changed commit from e92d9ea to c95ed0d

f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago
comment:15

New commits added to merge request. I updated the commit SHA-1. New commits:

594492eUpdate finite_field_constructor.py
f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago

Changed commit from c95ed0d to 594492e

f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago

Changed commit from 594492e to 137e492

f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago
comment:16

New commits added to merge request. I updated the commit SHA-1. New commits:

137e492Merge remote-tracking branch 'origin/develop' into finite-field-relative
f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago
comment:17

New commits added to merge request. I updated the commit SHA-1. New commits:

740fb95Fixing some doctests
29646b7Merge branch 'finite-field-relative' of gitlab.com:sagemath/dev/sage into finite-field-relative
f588ca1e-f96a-4dea-804d-c55eab873dab commented 4 years ago

Changed commit from 137e492 to 29646b7

f588ca1e-f96a-4dea-804d-c55eab873dab commented 3 years ago

Changed commit from 29646b7 to a8365a3

f588ca1e-f96a-4dea-804d-c55eab873dab commented 3 years ago
comment:19

New commits added to merge request. I updated the commit SHA-1. New commits:

a8365a3Merge branch 'finite-field-relative' of https://gitlab.com/sagemath/dev/sage into finite-field-relative
mkoeppe commented 3 years ago
comment:20

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

mkoeppe commented 2 years ago
comment:21

Setting a new milestone for this ticket based on a cursory review.

slel commented 2 years ago

Changed commit from a8365a3 to e92d9ea

slel commented 2 years ago
comment:22

Possibly related:


New commits:

e791e99Merge branch 'u/galois/mrs/33/finite-field-relative' of git://trac.sagemath.org/sage into finite_field_extension
2404b8aMerge branch 'ring_extension' into finite_field_extension
e92d9eaMerge branch 'u/caruso/mrs/32/finite-field-relative' of git://trac.sagemath.org/sage into relative_extension_finite_fields
f588ca1e-f96a-4dea-804d-c55eab873dab commented 2 years ago

Changed commit from e92d9ea to febd3a3

f588ca1e-f96a-4dea-804d-c55eab873dab commented 2 years ago
comment:24

New commits added to merge request. I updated the commit SHA-1. This was a forced push. Last 10 new commits:

76604eeChange emails
ff95a24Make _backend accessible from Python, fix absolute_field and __iter__
2d46b14working on relative finite fields
740fb95Fixing some doctests
c95ed0dUpdated Copyright
594492eUpdate finite_field_constructor.py
137e492Merge remote-tracking branch 'origin/develop' into finite-field-relative
29646b7Merge branch 'finite-field-relative' of gitlab.com:sagemath/dev/sage into finite-field-relative
a8365a3Merge branch 'finite-field-relative' of https://gitlab.com/sagemath/dev/sage into finite-field-relative
febd3a3Merge branch 'finite-field-relative' of gitlab.com:sagemath/dev/sage into finite-field-relative
roed314 commented 2 years ago

Changed branch from u/caruso/mrs/33/finite-field-relative to u/roed/mrs/33/finite-field-relative

f588ca1e-f96a-4dea-804d-c55eab873dab commented 2 years ago
comment:26

New commits added to merge request. I updated the commit SHA-1. New commits:

4012c18Fix some bugs in relative finite fields
f588ca1e-f96a-4dea-804d-c55eab873dab commented 2 years ago

Changed commit from febd3a3 to 4012c18

f588ca1e-f96a-4dea-804d-c55eab873dab commented 2 years ago

Changed commit from 4012c18 to 98559a5

f588ca1e-f96a-4dea-804d-c55eab873dab commented 2 years ago
comment:27

New commits added to merge request. I updated the commit SHA-1. New commits:

98559a5Fix a few bugs revealed by doctests, add some test output
f588ca1e-f96a-4dea-804d-c55eab873dab commented 2 years ago
comment:28

New commits added to merge request. I updated the commit SHA-1. New commits:

572e6a2Fixing doctests
f588ca1e-f96a-4dea-804d-c55eab873dab commented 2 years ago

Changed commit from 98559a5 to 572e6a2

f588ca1e-f96a-4dea-804d-c55eab873dab commented 2 years ago

Changed commit from 572e6a2 to 07c7ec0

f588ca1e-f96a-4dea-804d-c55eab873dab commented 2 years ago
comment:29

New commits added to merge request. I updated the commit SHA-1. New commits:

07c7ec0Fix printing of trivial finite field extensions
f588ca1e-f96a-4dea-804d-c55eab873dab commented 2 years ago

Changed commit from 07c7ec0 to 4e4fdb3