Skip to content

Commit 7d7075c

Browse files
committed
Rename project
1 parent e0ee473 commit 7d7075c

File tree

231 files changed

+838
-838
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+838
-838
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ TAGS
2424

2525
.DS_Store
2626

27-
/numba2/runtime/gc/boehmlib.c
28-
/numba2/runtime/gc/boehmlib.h
29-
/numba2/runtime/lib/libcpy.c
30-
/numba2/runtime/lib/libcpy.h
27+
/flypy/runtime/gc/boehmlib.c
28+
/flypy/runtime/gc/boehmlib.h
29+
/flypy/runtime/lib/libcpy.c
30+
/flypy/runtime/lib/libcpy.h

bin/numba

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ import os
66
import sys
77
import argparse
88
from os.path import dirname, splitext
9-
from numba2.pipeline import passes
10-
from numba2.viz import prettyprint
9+
from flypy.pipeline import passes
10+
from flypy.viz import prettyprint
1111

1212
sys.path.pop(0) # remove the bin directory so can import numba
1313
sys.path.append(os.getcwd())
1414

15-
from numba2 import utils
16-
from numba2.pipeline import environment, phase
15+
from flypy import utils
16+
from flypy.pipeline import environment, phase
1717
from pykit.ir.verification import verify
1818

1919
# ______________________________________________________________________

docs/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,17 @@ qthelp:
7777
@echo
7878
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
7979
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
80-
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/numba.qhcp"
80+
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/flypy.qhcp"
8181
@echo "To view the help file:"
82-
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/numba.qhc"
82+
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/flypy.qhc"
8383

8484
devhelp:
8585
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
8686
@echo
8787
@echo "Build finished."
8888
@echo "To view the help file:"
89-
@echo "# mkdir -p $$HOME/.local/share/devhelp/numba"
90-
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/numba"
89+
@echo "# mkdir -p $$HOME/.local/share/devhelp/flypy"
90+
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/flypy"
9191
@echo "# devhelp"
9292

9393
epub:
@@ -153,7 +153,7 @@ doctest:
153153
"results in $(BUILDDIR)/doctest/output.txt."
154154

155155
markdown:
156-
pandoc -t markdown -s source/numbacore.rst >out.md
156+
pandoc -t markdown -s source/flypycore.rst >out.md
157157
pandoc -t markdown -s source/polymorphism.rst >>out.md
158158
pandoc -t markdown -s source/fusion.rst >>out.md
159159
pandoc -t markdown -s source/typing.rst >>out.md

docs/make.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ if "%1" == "qthelp" (
9999
echo.
100100
echo.Build finished; now you can run "qcollectiongenerator" with the ^
101101
.qhcp project file in %BUILDDIR%/qthelp, like this:
102-
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\numba.qhcp
102+
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\flypy.qhcp
103103
echo.To view the help file:
104-
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\numba.ghc
104+
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\flypy.ghc
105105
goto end
106106
)
107107

docs/overview/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Numba the Next Iteration
1+
# flypy the Next Iteration
22

33
# Last Month
44

@@ -88,4 +88,4 @@ def map(f, xs):
8888

8989
# Github:
9090

91-
https://github.com/ContinuumIO/numba-nextgen
91+
https://github.com/ContinuumIO/flypy-nextgen

docs/source/conf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# numba documentation build configuration file, created by
3+
# flypy documentation build configuration file, created by
44
# sphinx-quickstart on Wed Sep 4 11:36:16 2013.
55
#
66
# This file is execfile()d with the current directory set to its containing dir.
@@ -40,7 +40,7 @@
4040
master_doc = 'index'
4141

4242
# General information about the project.
43-
project = u'numba'
43+
project = u'flypy'
4444
copyright = u'2013, Continuum Analytics, Inc'
4545

4646
# The version info for the project you're documenting, acts as replacement for
@@ -164,7 +164,7 @@
164164
#html_file_suffix = None
165165

166166
# Output file base name for HTML help builder.
167-
htmlhelp_basename = 'numbadoc'
167+
htmlhelp_basename = 'flypydoc'
168168

169169

170170
# -- Options for LaTeX output --------------------------------------------------
@@ -183,7 +183,7 @@
183183
# Grouping the document tree into LaTeX files. List of tuples
184184
# (source start file, target name, title, author, documentclass [howto/manual]).
185185
latex_documents = [
186-
('index', 'numba.tex', u'numba Documentation',
186+
('index', 'flypy.tex', u'flypy Documentation',
187187
u'Continuum Analytics, Inc', 'manual'),
188188
]
189189

@@ -213,7 +213,7 @@
213213
# One entry per manual page. List of tuples
214214
# (source start file, name, description, authors, manual section).
215215
man_pages = [
216-
('index', 'numba', u'numba Documentation',
216+
('index', 'flypy', u'flypy Documentation',
217217
[u'Continuum Analytics, Inc'], 1)
218218
]
219219

@@ -227,8 +227,8 @@
227227
# (source start file, target name, title, author,
228228
# dir menu entry, description, category)
229229
texinfo_documents = [
230-
('index', 'numba', u'numba Documentation',
231-
u'Continuum Analytics, Inc', 'numba', 'One line description of project.',
230+
('index', 'flypy', u'flypy Documentation',
231+
u'Continuum Analytics, Inc', 'flypy', 'One line description of project.',
232232
'Miscellaneous'),
233233
]
234234

docs/source/fusion.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ stream, or vice-versa. In addition to inlining and other optimizations it
134134
relies heavily on call-pattern specialization ([6]), allowing the
135135
compiler to eliminate pattern matching of consumer sites.
136136

137-
Fusion in Numba
137+
Fusion in flypy
138138
---------------
139139
The concept of a stream encapsulating a state and a stepper function is akin
140140
to iterators in Python, where the state is part of the iterator and the

docs/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.. numba documentation master file, created by
1+
.. flypy documentation master file, created by
22
sphinx-quickstart on Wed Sep 4 11:36:16 2013.
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
Welcome to numba's documentation!
6+
Welcome to flypy's documentation!
77
=================================
88

99
Contents:
@@ -12,7 +12,7 @@ Contents:
1212
:titlesonly:
1313
:maxdepth: 1
1414

15-
numbacore.rst
15+
flypycore.rst
1616
fusion.rst
1717
typing.rst
1818
runtime.rst

docs/source/numbacore.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.. core::
22

3-
Next iteration of Numba - The core language ideas
4-
=================================================
3+
flypy - The core language ideas
4+
===============================
55

6-
This document describes the core numba language, which is designed to generate
6+
This document describes the core flypy language, which is designed to generate
77
efficient code for general, pythonic code. It will allow us to implement most
88
of the features that currently reside in the compiler directly in a runtime.
99
On top of this small core language we can write more advanced features such
@@ -196,7 +196,7 @@ The type can now be used as follows:
196196
197197
myarray = Array[Double, 2]()
198198
199-
This will mostly appear in (numba) library code, and not in user-written code,
199+
This will mostly appear in (flypy) library code, and not in user-written code,
200200
which uses higher-level APIs that ultimately construct these types. E.g.:
201201

202202
.. code-block:: python

docs/source/polymorphism.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Type `A` is a subtype of type `B` if it is a python subclass.
3030

3131
Specialization and Generalization
3232
---------------------------------
33-
In numba-lang we need the flexibility to choose between highly specialized and
33+
In flypy-lang we need the flexibility to choose between highly specialized and
3434
optimized code, but also more generic, modular, code. The reason for the
3535
latter is largely compilation time and memory use (i.e. avoiding "code bloat").
3636
But it may even be that code is distributed or deployed pre-compiled, without

0 commit comments

Comments
 (0)