summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
* DEP: Remove scons related files and code.Charles Harris2013-01-131-124/+0
* TST: f2py: rewrite strings to be easier to readPauli Virtanen2012-11-172-26/+39
* ENH: f2py: add 'Wrapper for ...' text to the docstringPauli Virtanen2012-11-173-2/+4
* ENH: f2py: generate docstrings in Numpy docstring formatPauli Virtanen2012-11-175-22/+53
* Merge pull request #365 from bfroehle/static_f2py_sizenjsmith2012-09-211-1/+1
|\
| * BUG: Exported f2py_size symbol prevents linking multiple f2py modules.Bradley M. Froehle2012-07-301-1/+1
* | Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-022-2/+2
|/
* BUG: Fix f2py test_kind.py test.Charles Harris2012-03-171-5/+8
* UPD: Use prefixed macros in *.c files except numarray and linalg.Charles Harris2012-02-041-6/+6
* STY: f2py - replace macros in old_defines.h with new.Charles Harris2012-02-048-123/+123
* STY: Remove trailing whitespaceMark Wiebe2011-07-261-13/+13
* BUG[f2py]: fix --include_paths bug. Deprecated --include_paths in favor of --...Pearu Peterson2011-06-212-10/+26
* BUG: fix f2py size variadic macro for Visual C++ 2008 compiler. Also be verbo...Pearu Peterson2011-05-182-2/+3
* BUG: Fix the order of declaring variables in f2py generated code. The bug was...Pearu Peterson2011-05-071-2/+6
* BUG: Fix two argument size support for Fortran module routines. Reverted size...Pearu Peterson2011-05-064-10/+76
* BUG: Fix assumed shape support for module routines.Pearu Peterson2011-05-064-12/+70
* BUG: Fix memory leak in f2py_rout_wrap_call test.Michael Droettboom2011-05-021-1/+3
* STY: Update exception styles, trickier ones.Charles Harris2011-04-052-2/+2
* STY: Update exception style, easy ones.Charles Harris2011-04-051-6/+6
* STY: Replace old style classes in tests with classes subclassing object.Charles Harris2011-04-052-3/+3
* BUG: fix f2py bug in generating interfaces for assumed shape support as an ad...Pearu Peterson2011-03-311-1/+2
* BUG: fix f2py bug in generating interfaces for assumed shape support.Pearu Peterson2011-03-291-1/+1
* BUG: Fix f2py function wrapping (assumed_shape test) for gcc 4.5.x.Pearu Peterson2011-03-281-3/+1
* BUG: f2py fix to scan literal strings with ! character, fixes ticket #1228Pearu Peterson2011-03-271-1/+1
* BUG: fix f2py bug of converting an expression to variable, fixes ticket #1614.Pearu Peterson2011-03-251-25/+44
* BUG: fixing selected_real_kind for PowerPCPearu Peterson2011-03-241-2/+7
* ENH: f2py: support Fortran size function with two arguments (ticket #1765).Pearu Peterson2011-03-133-1/+53
* BUG: Fixed ticket #1767. Replaced assert with assert_ calls.Pearu Peterson2011-03-1110-227/+229
* Merge remote branch 'upstream/master' into f2py-assumed-shapePearu Peterson2011-03-111-11/+19
|\
| * BUG: Fixes ticket 1693.Pearu Peterson2010-12-031-4/+9
| * BUG: Fix ticket 1679.Pearu Peterson2010-12-021-7/+10
* | Fix bug in constructing use statement with only.Pearu Peterson2011-02-281-1/+1
* | Implemented selected_real_kind evaluation, added tests to catch processor dep...Pearu Peterson2011-02-271-2/+11
* | Implemented selected_real_kind evaluation, added tests to catch processor dep...Pearu Peterson2011-02-272-0/+54
* | Fix assumed shape support for routines that use modules. Improved .f2py_f2cma...Pearu Peterson2011-02-277-7/+55
* | WIP: implemented assumed shape support for Fortran subroutines.Pearu Peterson2011-02-265-32/+157
* | WIP: added assumed shape array support to Fortran functions.Pearu Peterson2011-02-254-15/+106
|/
* BUG: f2py: fix creating string object from callback function using string size.Pearu Peterson2010-10-162-2/+4
* BUG: f2py: fix building modules via 'f2py -c' (broken in e6eafde)Pauli Virtanen2010-10-061-2/+4
* BUGLET: Need "\\n" in string template.Charles Harris2010-09-231-2/+2
* FIX: And add missing \n for error message.Charles Harris2010-09-221-1/+1
* BUG: Fix previous fix to numpy/g2py/setup.py.Charles Harris2010-09-221-1/+1
* BUG: Fix generated f2py bootstrap script to work with python 3k.Charles Harris2010-09-221-2/+2
* FEAT: add C module and f2py fortran wrapper output customization from command...David Cournapeau2010-09-173-6/+25
* f2py: fixed issue 1533 (scanning pyf files will report lines that do not matc...Pearu Peterson2010-07-241-1/+1
* 3K: f2py: catch a misc import errorPauli Virtanen2010-07-171-1/+1
* BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ...Pauli Virtanen2010-07-172-3/+3
* f2py: fixed typos in TRYCOMPLEXPYARRAYTEMPLATE.Pearu Peterson2010-07-111-4/+1
* BUG: f2py: replace a string exception with a real one (fixes #1515)Pauli Virtanen2010-06-191-1/+2
* ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsuleCharles Harris2010-05-032-6/+6