-
-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #32794: sage.functions.log.log: Move to sage.misc.functional
`sage.functions` is the home for symbolic functions; this package will not be included in the distribution package '''sagemath-standard-no- symbolics''' (#32601), nor in smaller distributions such as '''sagemath- polyhedra''' (#32432). `sage.functions.log.log` is not a symbolic function but only wrapper def that either delegates to a symbolic function or calls a method. We move it to `sage.misc.functional` so that non-symbolic uses of it do not pull in symbolics; and change these imports. There is already a function `log` in `sage.misc.functional`, deprecated since #19444 (Sage 8.1). We replace it. We keep a non-deprecated import of `log` in `sage.functions.log` for symbolic uses. Similar to what was done in #32717 for `sqrt`. URL: https://trac.sagemath.org/32794 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Dima Pasechnik
- Loading branch information
Showing
8 changed files
with
188 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.