Closed roed314 closed 6 years ago
Branch pushed to git repo; I updated commit sha1. New commits:
1e4b2b4 | Working on relative ramified extensions |
Branch pushed to git repo; I updated commit sha1. New commits:
17a2ae0 | Changes to make things build |
Dependencies: #23221
Branch pushed to git repo; I updated commit sha1. New commits:
6470a1a | __init__ method on relative ramified FM parents |
4b56533 | Add coercion to fraction field for floating point rings |
18f9d37 | Merge branch 't/23220/coercion_from_floating_point_unramified_rings_to_their_fractionf_fields' into t/23218/ramified_extensions_of_general_p_adic_rings_and_fields |
77850fb | Fixing some problems with floating point in pushouts, adding type casts for celements in libs/linkages/padics/Polynomial*.pxi to allow access to __coeffs |
Changed dependencies from #23221 to #23221, #23228
Branch pushed to git repo; I updated commit sha1. New commits:
fd3ee0f | Clarify calls of `__init__` in cconstruct |
Branch pushed to git repo; I updated commit sha1. New commits:
0204e7f | Make series printing work for two-step p-adic extension elements |
Branch pushed to git repo; I updated commit sha1. New commits:
b51ab48 | Implemented missing p-adic conversions |
Branch pushed to git repo; I updated commit sha1. New commits:
a4c3bf5 | Fix missing cases in conversion |
Branch pushed to git repo; I updated commit sha1. New commits:
42a65ab | Working on series printing for two-step p-adics |
0204e7f | Make series printing work for two-step p-adic extension elements |
c7f71c1 | Fixing terse printing |
0674979 | Merge branch 'u/saraedum/ramified_extensions_of_general_p_adic_rings_and_fields' of git://trac.sagemath.org/sage into t/23217/ramified_extensions_of_general_p_adic_rings_and_fields |
4d4c973 | cleanup and implementations in ramified linkage |
651e31f | Caching methods in pow computer |
Branch pushed to git repo; I updated commit sha1. New commits:
19115e6 | fix shifting |
Branch pushed to git repo; I updated commit sha1. New commits:
1f89001 | fix ccmp |
39534c3 | initialize temporary variables |
b3e1001 | explain why a conversion was not found |
25888bc | fix typo |
883b789 | coercions and conversions from rationals into relative extensions |
9a65ead | Move `_coerce_map_from_` to the affected parents |
Changed dependencies from #23221, #23228 to #23221, #23228, #20310
Changed dependencies from #23221, #23228, #20310 to #23221, #23228, #20310, #14825
Branch pushed to git repo; I updated commit sha1. New commits:
497db77 | Fixing pickling, adding relative extensions to factory, fixing bug in comparison |
Changed dependencies from #23221, #23228, #20310, #14825 to #23221, #23228, #20310, #14825, #23471
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
b7a0bff | Fix orders |
77779ea | minor docstring changes |
6e2495f | Merge branch 't/23331/allow_exact_defining_polynomials_for_p_adic_extensions' into t/20310/change_precision |
7428353 | minor docstring fixes |
bd15d71 | add exact keyword |
99dccf6 | Merge branch 't/23331/allow_exact_defining_polynomials_for_p_adic_extensions' into t/20310/change_precision |
ef4ed33 | Fix SEEALSO: |
1754b44 | Fix exact=True errors in the right branch |
a29bf7a | Merge branch 't/20310/change_precision' into t/23471/padic_ext_conversion |
2f3e44c | Merge branch 't/23471/padic_ext_conversion' into t/23218/ramified_extensions_of_general_p_adic_rings_and_fields |
Branch pushed to git repo; I updated commit sha1. New commits:
f985aa0 | Add ability to call with arguments |
9763d7a | Fix implementation of _call_with_args |
21a476e | Merge branch 't/23471/padic_ext_conversion' into t/23218/ramified_extensions_of_general_p_adic_rings_and_fields |
e5d46b6 | Move _shift_seed to PowComputer_relative_eis |
3b52f2c | Fix bug from args being a tuple, not a list |
e74a87f | Merge branch 't/23471/padic_ext_conversion' into t/23218/ramified_extensions_of_general_p_adic_rings_and_fields |
Branch pushed to git repo; I updated commit sha1. New commits:
1cb5597 | Base change exact polynomial when creating PowComputer |
Branch pushed to git repo; I updated commit sha1. New commits:
4eeb18b | Injections from the base ring for relative p-adic extensions |
We should have support for relative extensions of p-adic rings and fields. This is particularly useful for totally ramified extensions of unramified extensions of Qp, which will represent a general absolute extension of Qp.
Depends on #23221 Depends on #23228 Depends on #23471 Depends on #25908 Depends on #21994
CC: @saraedum @sagetrac-swewers @xcaruso
Component: padics
Keywords: sd87, padicIMA
Author: David Roe, Julian Rüth, Xavier Caruso
Branch/Commit:
319f6d4
Reviewer: Julian Rüth, Xavier Caruso, David Roe
Issue created by migration from https://trac.sagemath.org/ticket/23218