Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.11.2
/
numpy
/
f2py
tag
59a75c7175d6cfdef8a56d7a193daf1f225538a6
tagger
Charles Harris <charlesr.harris@gmail.com>
Mon Oct 03 23:58:59 2016
object
bb6e3dc30016b89bf154f7d7fce4248e760bd40f
NumPy 1.11.2 release.
edd2c3a
MAINT,DOC: Fix some imp module uses and update f2py.compile docstring.
by bertrand
· 9 years ago
1c3615f
MAINT, STY: Removed unused variable in f2py/f90mod_rules.py
by rehassachdeva
· 10 years ago
9bd6715
Merge pull request #6886 from charris/use-temppath
by Charles Harris
· 10 years ago
a61ddd3
[TST] Refactor new raise_warnings logic for subpackage test suites
by Nathaniel J. Smith
· 10 years ago
555787a
MAINT: Simplify some tests using temppath context manager.
by Charles Harris
· 10 years ago
0574f62
MAINT: Remove commented out code blocks
by gfyoung
· 10 years ago
8bc592f
DOC: Use print only as function when print_function is imported from __future__
by gfyoung
· 10 years ago
d8967ce
DOC: Some documentation fixups.
by Charles Harris
· 10 years ago
efc2e68
BUG,ENH: Add extension parameter to f2py.compile and fix verbose.
by Alex Rogozhnikov
· 10 years ago
4743f3b
MAINT: Include from __future__ boilerplate in some files missing it.
by Charles Harris
· 10 years ago
70c5052
ENH: testing: add SkipTest and KnownFailureException
by Evgeni Burovski
· 10 years ago
def49ba
MAINT: Dictionary litteral
by Rémy Léone
· 10 years ago
83d5f9a
BUG: Revert some import * fixes in f2py.
by Charles Harris
· 10 years ago
aaf115d
Merge pull request #6488 from charris/cleanup-6306
by Charles Harris
· 10 years ago
81bdad0
BUG: allow extension of common blocks in numpy.f2py
by Alexander Heger
· 10 years ago
f8edf9e
BUG: Allow nested use of parameters for array dimensions in f2py.
by Alexander Heger
· 10 years ago
d676616
STY: Break some long lines in numpy/f2py/*.py.
by Charles Harris
· 10 years ago
0fa1a9f
STY: PEP8 fixes in numpy/f2py/tests.
by Charles Harris
· 10 years ago
a012157
STY: Make PEP8 fixes in numpy/f2py
by Charles Harris
· 10 years ago
b80d1f9
STY: Make pyflakes fixes in numpy/f2py
by Charles Harris
· 10 years ago
ac193fa
STY: PEP8 and pyflakes fixes for numpy/f2py/tests.
by Charles Harris
· 10 years ago
2bc2676
BUG: revert use of !python for bdist_mpkg scripts
by Matthew Brett
· 10 years ago
19220c4
ENH: add bdist_mpkg, bdist_wininst to binary dists
by Matthew Brett
· 10 years ago
fee5ec4
BUG: fix f2py shebang line for bdist wheel, egg
by Matthew Brett
· 10 years ago
3cc68c9
MANT: Use Py_RETURN_NONE whenever Py_None is returned
by Jaime Fernandez
· 10 years ago
29c019a
Merge pull request #5565 from juliantaylor/pep338-f2py
by Julian Taylor
· 10 years ago
a81e323
ENH: make f2py an executable module
by Julian Taylor
· 10 years ago
df6b31d
BUG: Cannot read .f2py_f2cmaps under python 3.3
by David Powell
· 10 years ago
96d9c34
Merge pull request #5309 from rgommers/remove-f2py-deprecation
by Charles Harris
· 11 years ago
629735b
Merge pull request #5287 from chatcannon/reconcile-c-api-with-docs
by Julian Taylor
· 11 years ago
8df7edd
MAINT: cast PyArray_ITEMSIZE result to avoid warnings
by Julian Taylor
· 11 years ago
69265b8
MAINT: Update printf statements in fortranobject.c
by Chris Kerr
· 11 years ago
3202612
MAINT: remove NPY_NO_DEPRECATED_API define from f2py.
by Ralf Gommers
· 11 years ago
fff6dee
MAINT: change place where NPY_NO_DEPRECATED_API is defined in f2py.
by Ralf Gommers
· 11 years ago
6656d04
DEP: #declaring NPY_NO_DEPRECATED_API in fortranobject.h
by Chris Kerr
· 11 years ago
6693460
DEP: removed deprecated API calls from test code (wrapmodule.c)
by Chris Kerr
· 11 years ago
7b60731
DEP: Replace NPY_CONTIGUOUS with NPY_ARRAY_C_CONTIGUOUS
by Chris Kerr
· 11 years ago
5f321b4
DEP: Corrected some type errors that appear when enabling NPY_NO_DEPRECATED_API
by Chris Kerr
· 11 years ago
347c614
DEP: Replaced NPY_[F,C]ARRAY with NPY_ARRAY_[F,C]ARRAY
by Chris Kerr
· 11 years ago
64d4fa5
DEP: Using the internal PyArrayObject_fields API for the swap_arrays and dump_attrs functions
by Chris Kerr
· 11 years ago
fd12653
DEP: Using PyArray_SIZE and PyArray_TYPE instead of PyArray_DESCR()->elsize etc
by Chris Kerr
· 11 years ago
eb27fc3
DEP: Replaced arr->descr, arr->flags and arr->base with the PyArray_* functions
by Chris Kerr
· 11 years ago
c5f0d72
DEP: replaced arr->dimensions with PyArray_DIMS(arr) or PyArray_DIM(arr,i)
by Chris Kerr
· 11 years ago
2129f5c
DEP: replaced arr->data with PyArray_DATA
by Chris Kerr
· 11 years ago
c5463e8
DEP: replaced arr->nd with PyArray_NDIM in C code generation scripts
by Chris Kerr
· 11 years ago
e2e6bd8
DEP: Replaced arr->nd with PyArray_NDIM in fortranobject.c
by Chris Kerr
· 11 years ago
03f0aeb
MAINT: remove obsolete version checks
by Julian Taylor
· 11 years ago
6457686
Merge pull request #5168 from charris/f2py-space-fix
by Charles Harris
· 11 years ago
e98686d
TST: Add basic test for compiling with intent(in out).
by Charles Harris
· 11 years ago
1d6ef52
BUG: Make f2py work with intent(in out).
by Charles Harris
· 11 years ago
b356ef0
MAINT: f2py: rewrite fortran_doc
by Lars Buitinck
· 11 years ago
00a3339
Changed the `goto fail` to a `return PyErr_NoMemory()`
by Chris Kerr
· 11 years ago
596dd84
Add NULL check after malloc() in fortranobject.c
by Chris Kerr
· 11 years ago
eb9db82
TST: skip clongdouble alignment checks on 32 bit arches
by Julian Taylor
· 11 years ago
ff8337d
Merge pull request #5021 from charris/remove-missing-files-from-setup
by Ralf Gommers
· 11 years ago
42aa77f
MAINT: Remove references to missing files from install.
by Charles Harris
· 11 years ago
7eefe92
TST: win32 also does not provide 16 byte alignment
by Julian Taylor
· 11 years ago
1d96a95
TST: disable tests that fail due to bad alignment on sparc
by Julian Taylor
· 11 years ago
34d7bee
Merge pull request #4315 from charris/fix-gh-2408
by Charles Harris
· 12 years ago
d54b678
Merge pull request #4305 from charris/fix-gh-4256
by Charles Harris
· 12 years ago
1b83d85
BUG: #2408, Fix f2py Python 3 error message string bug.
by Charles Harris
· 12 years ago
ddcb49e
BUG: #4256: f2py, PyString_FromStringAndSize is undefined in Python3.
by Charles Harris
· 12 years ago
1f2f6b6
BUG: Fix typo in f2py/cfuncs.py.
by Charles Harris
· 12 years ago
3333728
Merge pull request #4257 from juliantaylor/tostring-depr
by Charles Harris
· 12 years ago
2facd5c
ENH: add tobytes and stop using tostring in documentation
by Julian Taylor
· 12 years ago
0bb46c1
ENH: remove insecure mktemp use
by Julian Taylor
· 12 years ago
35f996a
MAINT: fix some f2py related build warnings.
by Ralf Gommers
· 12 years ago
b8b58bc
Merge pull request #4158 from rgommers/f2py-no-reload
by Charles Harris
· 12 years ago
75c2d2f
DOC: move f2py documentation under doc/ and link its user guide with Sphinx
by Pauli Virtanen
· 12 years ago
551541c
DOC: f2py manpage, use minus instead of hyphens for options
by Julian Taylor
· 12 years ago
9dbeb2e
MAINT: remove use of ``reload`` from f2py. See gh-4139.
by Ralf Gommers
· 12 years ago
c3b7236
Changed CVS cens.ioc.ee documentation links to link to GitHub
by Chris Kerr
· 12 years ago
a0b182c
Moved old news from README.txt to OLDNEWS.txt
by Chris Kerr
· 12 years ago
ca0d3f0
Updated FAQ with links to github issues page etc
by Chris Kerr
· 12 years ago
b61cb2c
crackfortran: changed string.lowercase to string.ascii_lowercase
by ochoadavid
· 12 years ago
26ade56
BUG: f2py, fix decref on wrong object
by Julian Taylor
· 12 years ago
fbd6510
STY: Giant comma spacing fixup.
by Charles Harris
· 12 years ago
8ddb0ce
STY: Giant whitespace cleanup.
by Charles Harris
· 12 years ago
28eadc0
MAINT: Remove outdated version checks.
by Charles Harris
· 12 years ago
e6a1ab9
BUG: f2py script shebang may refer to wrong python
by Carwyn Pelley
· 12 years ago
dec4f4b
MAINT: Apply 2to3 idioms fixer.
by Charles Harris
· 12 years ago
c879ad8
2to3: Apply types fixer.
by Charles Harris
· 12 years ago
7f5af37
2to3: Apply the `numliterals` fixer and skip the `long` fixer.
by Charles Harris
· 12 years ago
f31f0fb
replace exec by eval to ensure the c variable is defined for all relevant python versions
by Jos de Kloe
· 12 years ago
a616479
2to3: Apply `map` fixer.
by Charles Harris
· 12 years ago
011f8a2
2to3: Apply `repr` fixer.
by Charles Harris
· 12 years ago
1340fa6
Merge pull request #3205 from charris/2to3-apply-dict-fixer
by Charles Harris
· 12 years ago
ef76d49
Merge pull request #3202 from charris/2to3-reduce-fixups
by njsmith
· 12 years ago
aab46a7
2to3: apply `dict` fixer.
by Charles Harris
· 12 years ago
bb726ca
2to3: Apply `print` fixer.
by Charles Harris
· 12 years ago
77e09f1
MAINT: Cleanup some imports involving reduce.
by Charles Harris
· 12 years ago
09a52ed
2to3: Apply `imports` fixer.
by Charles Harris
· 12 years ago
d4b88c1
2to3: Use absolute imports.
by Charles Harris
· 12 years ago
91aa03f
2to3: Replace xrange by range and use list(range(...)) where needed
by Charles Harris
· 12 years ago
d21281a
Merge pull request #3014 from bfroehle/f2py_unque_symbol
by Charles Harris
· 12 years ago
cabc07e
MAINT: Make numpy/f2py/crackfortran docstring read better.
by Charles Harris
· 12 years ago
6aa264c
2to3: Put `from __future__ import division in every python file.
by Charles Harris
· 12 years ago
3c13c0a
Merge pull request #3056 from charris/2to3-filter
by Charles Harris
· 12 years ago
3655b73
2to3: Apply `raise` fixes. Closes #3077.
by Charles Harris
· 12 years ago
d1b5ea9
Merge pull request #3097 from charris/2to3-sys_exc
by njsmith
· 12 years ago
Next »