Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.18.0
/
numpy
/
f2py
tag
43cad30f6211e1eaee445596b80dc3746f6394c0
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Dec 22 15:23:28 2019
object
2410c6d0a63cb56455fc9ab6affcf1a776c82134
NumPy 1.18.0 release
d14003b
TST: f2py: fix race condition in f2py test _get_compiler_status
by Pauli Virtanen
· 6 years ago
b665e6b
ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmap
by Pauli Virtanen
· 6 years ago
908b601
Merge pull request #12633 from seberg/f2py-refcnt
by Matti Picus
· 6 years ago
7f1293f
MAINT: Avoid all BytesWarning
by Jon Dufresne
· 6 years ago
7960ede
MAINT: remove unused numpy/f2py/info.py file
by Ralf Gommers
· 6 years ago
c091779
BUG: Further, followup f2py reference count fixes
by Sebastian Berg
· 6 years ago
684bee2
BUG: General fixes to f2py reference counts (dereferencing)
by Sebastian Berg
· 6 years ago
4ada064
BUG: Fix leak in the f2py-generated module init and `PyMem_Del` usage
by Sergei Lebedev
· 6 years ago
3bfdd31
DOC: update or remove outdated sourceforge links
by mattip
· 6 years ago
2bffd40
Doc: Use `pip install .` where possible instead of calling setup.py
by Matthias Bussonnier
· 6 years ago
798dce7
Merge pull request #13499 from Bharat123rox/file-closing
by Eric Wieser
· 6 years ago
802d8e5
Add code review suggestions from @eric-wieser
by Bharat123rox
· 6 years ago
dcb2ecf
Fixed possible regressions
by Bharat123rox
· 6 years ago
3802569
Use with statement to open/close files to fix LGTM alerts
by Bharat123rox
· 6 years ago
76b83a7
BUG: blindly add TypeError to accepted exceptions
by mattip
· 6 years ago
e67f8c7
TEST: update for PyPy
by mattip
· 6 years ago
1f3a43d
MAINT: Use textwrap.dedent in f2py tests
by Eric Wieser
· 6 years ago
8fdacfc
MAINT: f2py: Add a cast to avoid a compiler warning.
by Warren Weckesser
· 6 years ago
8b7f717
BUG: ppc and riscv don't use REAL(10)
by Andreas Schwab
· 6 years ago
c9c154f
BUG: Fix testing of f2py.compile from strings.
by Charles Harris
· 7 years ago
568d0f7
Merge pull request #12807 from mattip/f2py-source-bytes
by Charles Harris
· 7 years ago
d26842f
BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docs
by mattip
· 7 years ago
4ff8fd5
BUG: Add 'sparc' to platforms implementing 16 byte reals.
by Charles Harris
· 7 years ago
1e29643
BUG: fix f2py pep338 execution method
by Julian Taylor
· 7 years ago
45cef38
MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#12448)
by Roman Yurchak
· 7 years ago
0ee245b
MAINT: Use list and dict comprehension when possible (#12445)
by Roman Yurchak
· 7 years ago
1e1b45c
MAINT, TST: check for unreachable code paths
by Tyler Reddy
· 7 years ago
4e98265
MAINT: removed unused vars in f2py test code
by Tyler Reddy
· 7 years ago
7c98513
TST, MAINT: Skip some f2py tests on Mac.
by Charles Harris
· 7 years ago
e07b0fc
MAINT: remove unused stdlib imports
by Emil Hessman
· 7 years ago
9da665c
MAINT: don't call function with too many arguments
by Emil Hessman
· 7 years ago
fd053f6
TST: add macos azure testing to CI.
by Tyler Reddy
· 7 years ago
46083ff
MAINT: remove duplicate imports
by mattip
· 7 years ago
ed9fa73
Merge pull request #11894 from QuLogic/f2py-test-parametrize
by Charles Harris
· 7 years ago
25f06a6
Merge pull request #12014 from tylerjereddy/issue_12013_pytest_skip
by Charles Harris
· 7 years ago
1b14317
BUG: Fix missing pytest import.
by Charles Harris
· 7 years ago
d549a15
BUG: Fix f2py test_compile_function.py tests.
by Charles Harris
· 7 years ago
f531cfd
TST: prefer pytest.skip() over SkipTest
by Tyler Reddy
· 7 years ago
81a9135
TST, MAINT: Separate f2py compile function testing into own file
by Charles Harris
· 7 years ago
0a61f7f
MAINT: remove exec_command() from f2py init
by Tyler Reddy
· 7 years ago
cb7dca7
TST: Use fixture around f2py shared memory tests.
by Elliott Sales de Andrade
· 7 years ago
9c585ad
TST: Parametrize f2py tests.
by Elliott Sales de Andrade
· 7 years ago
f22a33b
ENH: Use entry_points to install the f2py scripts.
by Charles Harris
· 7 years ago
e0c126d
Fix Fortran kind detection for aarch64 & s390x.
by Elliott Sales de Andrade
· 7 years ago
11302b6
MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary import dependencies
by Eric Wieser
· 7 years ago
83828f5
HTTP -> HTTPS, and other linkrot fixes
by Mike Toews
· 7 years ago
820765d
MAINT: Misc. typos (#11005)
by luzpaz
· 7 years ago
7bf0564
MAINT: Remove all uses of run_module_suite.
by Charles Harris
· 7 years ago
cf46d8c
TST: Update modules `test` to PytestTester.
by Charles Harris
· 7 years ago
7e5a41d
TST: Switch to using pytest markers
by Charles Harris
· 7 years ago
6126789
MAINT: Remove "bench" from testing modules `__init__`s.
by Charles Harris
· 7 years ago
108d01a
DOC: Fix minor typos
by luz.paz
· 7 years ago
b746139
MAINT: Fixed C++ guard in f2py test.
by siavashserver
· 7 years ago
27b8e54
MAINT: Hard tab and whitespace cleanup.
by Charles Harris
· 7 years ago
ac147e6
TST: test handling ';' in multiline and enhancement lines, numpy.f2py
by Bob Eldering
· 7 years ago
a9cdd90
BUG: fix for splitting a multiline or enhancement by ';' in numpy.f2py.
by Bob Eldering
· 7 years ago
a016167
BUG: F2py mishandles quoted control characters (#10676)
by bobeldering
· 7 years ago
3957976
BUG: f2py: fix f2py generated code to work on Pypy
by Pauli Virtanen
· 7 years ago
6512040
Misc. typos
by luz.paz
· 8 years ago
10ccfe7
Merge pull request #10154 from eric-wieser/fixup-numerictypes
by Charles Harris
· 8 years ago
de100be
DOC: fix minor typos
by Unknown
· 8 years ago
4b613a2
MAINT: Look up typeinfo properties by name, not by index
by Eric Wieser
· 8 years ago
d4d9e95
MAINT: Use a StructSequence in place of the typeinfo tuples
by Eric Wieser
· 8 years ago
012ad9f
TST: Test f2py passing string array to callback.
by Charles Harris
· 8 years ago
0a1069a
BUG: Fix f2py string variables in callbacks.
by Charles Harris
· 8 years ago
1368cbb
DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBACKIFCOPY (#9639)
by Matti Picus
· 8 years ago
d05fd30
Merge pull request #9645 from xoviat/appveyor
by Charles Harris
· 8 years ago
76b5875
MAINT: remove outdated entries in f2py
by Bernhard M. Wiedemann
· 8 years ago
b1ae983
ENH: Allow to override build date
by Bernhard M. Wiedemann
· 8 years ago
2c24bd3
MAINT: Use the PyArray_(GET|SET)_ITEM functions where possible
by Eric Wieser
· 8 years ago
167ca98
TST: callback: update comment
by xoviat
· 8 years ago
e149d29
TST: block docstring: update comment
by xoviat
· 8 years ago
41407a2
TST: common: update documentation
by xoviat
· 8 years ago
bcc5d1d
TST: util: update documentation
by xoviat
· 8 years ago
917652a
TST: fix failures:
by xoviat
· 8 years ago
53d322d
[TST] slightly simplify f2py test
by Nico Schlömer
· 8 years ago
f062800
[TST] fix test for 0-sized array operations
by Nico Schlömer
· 8 years ago
3c91084
[TST] add tests for 0-sized Fortran arrays
by Nico Schlömer
· 8 years ago
ebe630a
f2py: rename internal function
by Nico Schlömer
· 8 years ago
df73406
f2py: allow Fortran arrays of dimension 0
by Nico Schlömer
· 8 years ago
1f1e826
BUG: f2py: Convert some error messages printed to stderr to exceptions.
by Warren Weckesser
· 8 years ago
62a12d2
TST, MAINT: Add `__init__.py` files to tests directories.
by Charles Harris
· 8 years ago
d75b86c
Merge pull request #9452 from eric-wieser/new-style-classes
by Charles Harris
· 8 years ago
f842741
Merge pull request #9434 from charris/remove-unittest-dependencies
by Charles Harris
· 8 years ago
69bc7b1
TST: Remove unittest dependencies in numpy/f2py/tests.
by Charles Harris
· 8 years ago
7748f26
MAINT: Use new-style classes on 2.7
by Eric Wieser
· 8 years ago
11818a2
MAINT: Replace tab escapes with four spaces
by Eric Wieser
· 8 years ago
e56ad01
TST: test doc string of COMMON block arrays for numpy.f2py.
by Bob Eldering
· 8 years ago
698ddea
Merge pull request #9362 from charris/rearrange-testing-module
by Charles Harris
· 8 years ago
c8ec737
BUG: ')' is printed at the end pointer of the buffer in numpy.f2py.
by Bob Eldering
· 8 years ago
ae84af3
MAINT: Rearrange files in numpy/testing module.
by Charles Harris
· 8 years ago
c6533b6
MAINT: Fix alerts from http://lgtm.com (#9292)
by Jean Helie
· 8 years ago
8042526
TST: add test case described in ticket 9228 for numpy.f2py
by Bob Eldering
· 8 years ago
dc063ad
BUG: fix missing keyword rename for common block to numpy.f2py
by Bob Eldering
· 8 years ago
1608e53
BUG: KeyboardInterrupt is swallowed all over the place
by Eric Wieser
· 8 years ago
ef56845
ENH: Spelling fixes
by Ville Skyttä
· 8 years ago
a618b4e
MAINT: remove usage of NPY_CHAR from f2py
by Julian Taylor
· 8 years ago
b8d0498
TST: add a char array input test
by Julian Taylor
· 8 years ago
b87fca2
MAINT: Remove asbytes where a b prefix would suffice
by Eric Wieser
· 8 years ago
9d3d665
BUG: fix regex of determineexprtype_re_3 in numpy/f2py/crackfortran.py
by ZZhaoTireless
· 8 years ago
Next »