index
:
platform/upstream/python-numpy
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
master
sandbox/backup/numpy-1.15.0_20210104
sandbox/dh0128.kwak/numpy-1.16.6_20201231
sandbox/nmerinov/llvm
sandbox/wangbiao/qemu-5.2
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
upstream-git
Domain: System / Base; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
numpy
/
f2py
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-15
TST: Test f2py passing string array to callback.
Charles Harris
1
-2
/
+32
2017-11-15
BUG: Fix f2py string variables in callbacks.
Charles Harris
1
-2
/
+6
2017-11-08
DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...
Matti Picus
2
-1
/
+2
2017-09-30
Merge pull request #9645 from xoviat/appveyor
Charles Harris
4
-7
/
+13
2017-09-27
MAINT: remove outdated entries in f2py
Bernhard M. Wiedemann
1
-3
/
+0
2017-09-27
ENH: Allow to override build date
Bernhard M. Wiedemann
1
-1
/
+2
2017-09-23
MAINT: Use the PyArray_(GET|SET)_ITEM functions where possible
Eric Wieser
1
-4
/
+4
2017-09-09
TST: callback: update comment
xoviat
1
-1
/
+1
2017-09-09
TST: block docstring: update comment
xoviat
1
-1
/
+1
2017-09-09
TST: common: update documentation
xoviat
1
-1
/
+1
2017-09-09
TST: util: update documentation
xoviat
1
-1
/
+1
2017-09-04
TST: fix failures:
xoviat
4
-7
/
+13
2017-08-29
[TST] slightly simplify f2py test
Nico Schlömer
1
-2
/
+1
2017-08-28
[TST] fix test for 0-sized array operations
Nico Schlömer
1
-2
/
+3
2017-08-28
[TST] add tests for 0-sized Fortran arrays
Nico Schlömer
1
-0
/
+9
2017-08-28
f2py: rename internal function
Nico Schlömer
1
-3
/
+3
2017-08-28
f2py: allow Fortran arrays of dimension 0
Nico Schlömer
1
-1
/
+1
2017-08-26
BUG: f2py: Convert some error messages printed to stderr to exceptions.
Warren Weckesser
1
-38
/
+70
2017-08-06
TST, MAINT: Add `__init__.py` files to tests directories.
Charles Harris
17
-16
/
+16
2017-07-24
Merge pull request #9452 from eric-wieser/new-style-classes
Charles Harris
1
-1
/
+1
2017-07-24
Merge pull request #9434 from charris/remove-unittest-dependencies
Charles Harris
2
-9
/
+7
2017-07-24
TST: Remove unittest dependencies in numpy/f2py/tests.
Charles Harris
2
-9
/
+7
2017-07-24
MAINT: Use new-style classes on 2.7
Eric Wieser
1
-1
/
+1
2017-07-12
MAINT: Replace tab escapes with four spaces
Eric Wieser
1
-500
/
+500
2017-07-07
TST: test doc string of COMMON block arrays for numpy.f2py.
Bob Eldering
1
-0
/
+23
2017-07-06
Merge pull request #9362 from charris/rearrange-testing-module
Charles Harris
2
-2
/
+2
2017-07-05
BUG: ')' is printed at the end pointer of the buffer in numpy.f2py.
Bob Eldering
1
-2
/
+1
2017-07-04
MAINT: Rearrange files in numpy/testing module.
Charles Harris
2
-2
/
+2
2017-06-26
MAINT: Fix alerts from http://lgtm.com (#9292)
Jean Helie
1
-18
/
+16
2017-06-13
TST: add test case described in ticket 9228 for numpy.f2py
Bob Eldering
2
-0
/
+37
2017-06-12
BUG: fix missing keyword rename for common block to numpy.f2py
Bob Eldering
1
-1
/
+1
2017-06-03
BUG: KeyboardInterrupt is swallowed all over the place
Eric Wieser
2
-17
/
+17
2017-05-09
ENH: Spelling fixes
Ville Skyttä
1
-1
/
+1
2017-05-02
MAINT: remove usage of NPY_CHAR from f2py
Julian Taylor
3
-11
/
+29
2017-05-02
TST: add a char array input test
Julian Taylor
2
-0
/
+55
2017-03-25
MAINT: Remove asbytes where a b prefix would suffice
Eric Wieser
2
-11
/
+10
2017-03-19
BUG: fix regex of determineexprtype_re_3 in numpy/f2py/crackfortran.py
ZZhaoTireless
1
-2
/
+2
2017-02-21
BUG: PPC64el machines are POWER for Fortran
Matthew Brett
1
-1
/
+2
2017-01-23
STY: space around operator
jutke
1
-1
/
+1
2017-01-20
TST: adding test for constants without compound kind spec
jutke
2
-0
/
+31
2017-01-20
TST: adding tests for compound constant provided by @zerothi
jutke
2
-0
/
+27
2017-01-20
BUG: guard against replacing constants without '_' spec
jutke
1
-1
/
+2
2016-12-14
DEP: Fix escaped string characters deprecated in Python 3.6.
Charles Harris
1
-8
/
+8
2016-11-27
BUG: fixed kind specifications for parameters
Nick Papior
6
-6
/
+238
2016-07-17
MAINT,DOC: add to compat.py3k a function to load modules. Fix some doc for f2...
bertrand
1
-10
/
+17
2016-01-29
MAINT: Change `call_fortran` into `callfortran` in comments.
Dongjoon Hyun
1
-1
/
+1
2016-01-27
MAINT: Fix some typos in a code string and comments
Dongjoon Hyun
3
-6
/
+6
2016-01-07
MAINT, STY: Removed unused variable in f2py/f90mod_rules.py
rehassachdeva
1
-1
/
+1
2016-01-02
Merge pull request #6886 from charris/use-temppath
Charles Harris
1
-20
/
+12
2015-12-30
[TST] Refactor new raise_warnings logic for subpackage test suites
Nathaniel J. Smith
1
-3
/
+3
[next]