Skip to content
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

change occurrences of "Pyrex" to "Cython" #6737

Closed
sagetrac-mvngu mannequin opened this issue Aug 11, 2009 · 10 comments
Closed

change occurrences of "Pyrex" to "Cython" #6737

sagetrac-mvngu mannequin opened this issue Aug 11, 2009 · 10 comments

Comments

@sagetrac-mvngu
Copy link
Mannequin

sagetrac-mvngu mannequin commented Aug 11, 2009

All occurrences of "Pyrex" should now be changed to "Cython". See this sage-devel thread for some background information.

Component: documentation

Author: Arthur Gaer

Reviewer: William Stein

Merged: sage-4.3.1.rc1

Issue created by migration from https://trac.sagemath.org/ticket/6737

@sagetrac-mvngu sagetrac-mvngu mannequin added this to the sage-4.3.1 milestone Aug 11, 2009
@williamstein
Copy link
Contributor

comment:1
sage: search_src('pyrex')
matrix/matrix_modn_sparse.pyx:7:TODO: - move vectors into a pyrex vector class - add _add_ and
server/notebook/worksheet.py:3800:        elif system in ['cython', 'pyrex', 'sagex']:
combinat/expnums.pyx:126:    A vanilla python (but compiled via pyrex) implementation of
combinat/matrices/dancing_links.pyx:106:        # It is the *trick* needed to pickle pyrex extension types.
rings/complex_interval.pyx:12:    -- Joel B. Mohler (2006-12-16): naive rewrite into pyrex
rings/ring.pyx:1040:            #except AttributeError:   # for pyrex classes
rings/rational.pyx:3172:def pyrex_rational_reconstruction(integer.Integer a, integer.Integer m):
rings/rational.pyx:3194:        sage: sage.rings.rational.pyrex_rational_reconstruction(34, 100)
rings/integer.pyx:596:                    # pyrex to play games with refcount for the None object, which
rings/integer.pyx:622:                # we could skip the double lookup. Unfortunately pyrex doesn't
rings/integer.pyx:670:        # It is the *trick* needed to pickle pyrex extension types.
rings/integer.pyx:2616:        return rational.pyrex_rational_reconstruction(self, m)
rings/complex_number.pyx:8:- Joel B. Mohler (2006-12-16): naive rewrite into pyrex
rings/polynomial/polynomial_compiled.pyx:24:    pyrex.
graphs/generic_graph_pyx.pyx:74:    This kind of speed cannot be achieved by naive pyrexification of the
misc/all.py:74:pyrex = cython # synonym -- for now
gsl/all.py:2:# http://wwwteor.mi.infn.it/%7Epernici/pyrexgsl/pyrexgsl.html

@sagetrac-gaer
Copy link
Mannequin

sagetrac-gaer mannequin commented Jan 18, 2010

Removes Pyrex

@sagetrac-gaer
Copy link
Mannequin

sagetrac-gaer mannequin commented Jan 18, 2010

comment:2

Attachment: 13638.patch.gz

@rlmill
Copy link
Mannequin

rlmill mannequin commented Jan 18, 2010

Work Issues: needs rebase

@rlmill rlmill mannequin added s: needs work and removed s: positive review labels Jan 18, 2010
@rlmill
Copy link
Mannequin

rlmill mannequin commented Jan 19, 2010

rebased, apply only this patch

@rlmill
Copy link
Mannequin

rlmill mannequin commented Jan 19, 2010

Merged: sage-4.3.1.rc1

@rlmill
Copy link
Mannequin

rlmill mannequin commented Jan 19, 2010

Changed work issues from needs rebase to none

@rlmill
Copy link
Mannequin

rlmill mannequin commented Jan 19, 2010

Author: Arthur Gaer

@rlmill
Copy link
Mannequin

rlmill mannequin commented Jan 19, 2010

comment:5

Attachment: trac_6737.patch.gz

@rlmill
Copy link
Mannequin

rlmill mannequin commented Jan 19, 2010

Reviewer: William Stein

@rlmill rlmill mannequin removed the s: needs work label Jan 19, 2010
@rlmill rlmill mannequin closed this as completed Jan 19, 2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant