Skip to content

Commit 37fa2da

Browse files
author
Release Manager
committed
gh-35912: Removed warning no longer relevant since #21212
In PR #21212 the algorithm was improved to use the extended euclid's algorithm for gcd. @fchapoton the warning was originally written by you, hopefully you agree with this change. URL: #35912 Reported by: Edgar Costa Reviewer(s): Frédéric Chapoton
2 parents 821a5ab + ab44c31 commit 37fa2da

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=1b0149d4cc9bc0ca1bff27d84e8495143866225f
3-
md5=3aacea16772e577bcab91ab773ff1aa6
4-
cksum=6323298
2+
sha1=3afbceec8baa2721eb67a2ba3a0502e537d92b7c
3+
md5=5a63faed2ead3db1dfe073f62e580646
4+
cksum=3890301429
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9161c6c27bfd10f49de79e02c21347b1084a0c77
1+
548a870667cf5f407e58affd56ebad6725c6446f

src/sage/rings/power_series_poly.pyx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,11 +1122,6 @@ cdef class PowerSeries_poly(PowerSeries):
11221122
11231123
a ratio of two polynomials
11241124
1125-
.. WARNING::
1126-
1127-
The current implementation uses a very slow algorithm and is not
1128-
suitable for high orders.
1129-
11301125
ALGORITHM:
11311126
11321127
This method uses the formula as a quotient of two determinants.

0 commit comments

Comments
 (0)