-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Remove deprecated code from combinat/ #15466
Comments
This comment has been minimized.
This comment has been minimized.
Dependencies: #15467 |
Branch: u/ncohen/15466 |
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed branch from u/ncohen/15466 to u/andrew.mathas/ticket/15466 |
comment:4
Hi Nathann, thanks for starting this (or should that be thaaaaaaaaaaaanks!:). I found a few more depreciated [sic] functions to remove in the words subdirectory and I moved a few import statements of If you are happy with my changes let's make this a positive review. I've bumped the version number to 6 since we're using git. [ps I have checked all of the doctsts in sage/combinat. I do get a doctext failure in New commits:
|
Reviewer: Andrew Mathas |
This comment has been minimized.
This comment has been minimized.
comment:6
Yooooooooooo !!
Well I'm glad to receive your help with this !
GoodGoodGood !
Argggg ! Nice job spotting that By the way : these days I use the --warn-links flag when building the doc. It tells you whenever some links are made toward non-existent functions. I guess it will be useful to spot things like that in the future, when this --warn-links will be a default, though right now there are too many broken lins in Sage to make it the default
The tests passed while I was reading the patch. Good to go, thanks
Hmmmmm.. I don't get this error. Though at some point Volker told me that I should run "make" again in Sage's directory to update the spkg which may have changed since. Do give it a try when you don't need to use Sage for a while (it will recompile a lot of things). I used to have a couple of broken doctests, and it solved it ! Thank you again, and positive review to this patch ! Nathann |
comment:9
|
Changed branch from u/andrew.mathas/ticket/15466 to u/tscrim/ticket/15466 |
comment:11
I didn't understand why this patch should affect Andrew |
comment:13
conflict, please merge in latest beta |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
comment:15
Done. |
Changed reviewer from Andrew Mathas to Andrew Mathas, Travis Scrimshaw |
comment:16
Documentation doesn't build
|
comment:17
I'm unable to reproduce this. I rebuilt, ran sync-build, rebuilt, nuked my docbuild, and rebuilt the entire doc. |
comment:18
Might be due to #9505, please wait until 6.2.beta3 is out and then merge that in. |
comment:19
6.2.beta3 is out ;-) |
Changed branch from u/tscrim/ticket/15466 to u/ncohen/15466 |
comment:21
Hmmm...strange... I didn't see those imports when looking at the branch before. shrugs PS - Thanks Nathann. |
comment:22
Yeah, I find it strange too.... And I don't see why they could have been added from another patch in the meantime Nathann |
Changed branch from u/ncohen/15466 to |
* develop: (100 commits) Updated Sage version to 6.2.beta4 added documentation, patchlevel bump trac sagemath#15894 modif of two warnings delete cruft from the guava package trac sagemath#15893 review patch trac sagemath#15894 another backward change trac sagemath#15894 changin back the category names trac #15xxx proper names should start by a capital letter Fix changelog entry for ell_wp trac sagemath#15893: graphs.petersen_family Fixes to code from sagemath#9505. Fix the banner displayed by sage -h trac sagemath#15466: remove dead import trac sagemath#15795 line wrap trac sagemath#15795 redone with ( ::) Fraction to power series: doctests Fraction to power series conversion when the fraction coerces into the base ring 15698: Allow construction of power series from fractions Create *unevaluated* integrals when converting sage integrals to sympy Use evaluate=False in SympyConverter too ...
Removes deprecated code from #12930 #13821 #6136 (4 years old) #13072 #9265 together with #8429 #12469 #6519.
Nathann
Depends on #15467
CC: @sagetrac-sage-combinat
Component: combinatorics
Author: Nathann Cohen
Branch/Commit:
d5086d0
Reviewer: Andrew Mathas, Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/15466
The text was updated successfully, but these errors were encountered: