Skip to content

Commit

Permalink
gh-35912: Removed warning no longer relevant since #21212
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Release Manager committed Jul 8, 2023
2 parents 821a5ab + ab44c31 commit 37fa2da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=configure-VERSION.tar.gz
sha1=1b0149d4cc9bc0ca1bff27d84e8495143866225f
md5=3aacea16772e577bcab91ab773ff1aa6
cksum=6323298
sha1=3afbceec8baa2721eb67a2ba3a0502e537d92b7c
md5=5a63faed2ead3db1dfe073f62e580646
cksum=3890301429
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9161c6c27bfd10f49de79e02c21347b1084a0c77
548a870667cf5f407e58affd56ebad6725c6446f
5 changes: 0 additions & 5 deletions src/sage/rings/power_series_poly.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1122,11 +1122,6 @@ cdef class PowerSeries_poly(PowerSeries):
a ratio of two polynomials
.. WARNING::
The current implementation uses a very slow algorithm and is not
suitable for high orders.
ALGORITHM:
This method uses the formula as a quotient of two determinants.
Expand Down

0 comments on commit 37fa2da

Please sign in to comment.