summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_array_from_pyobj.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Support character string arraysPearu Peterson2022-06-051-11/+70
* DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-181-1/+0
* MAINT,TST: Reduce np.testing to IS_PYPYRohit Goswami2021-12-061-130/+104
* MAINT: Update to better python stylesRohit Goswami2021-12-051-14/+14
* MAINT: Rework whitespace to pass PR checksRohit Goswami2021-12-051-163/+222
* TST,STY: Clean up F2PY tests for pathlib.PathRohit Goswami2021-12-031-4/+3
* TST: Skip f2py TestSharedMemory for LONGDOUBLE on macos/arm64Olivier Grisel2021-04-271-1/+5
* ENH: Share memory of read-only intent(in) arrays. Closes #16347Pearu Peterson2021-02-071-0/+13
* DEP: Deprecate `data_type.dtype` if attribute is not already a dtype (#13578)Sebastian Berg2021-01-061-42/+42
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-5/+5
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: remove duplicate importsmattip2018-09-261-2/+0
* Merge pull request #11894 from QuLogic/f2py-test-parametrizeCharles Harris2018-09-221-11/+9
|\
| * TST: Use fixture around f2py shared memory tests.Elliott Sales de Andrade2018-09-061-11/+9
* | BUG: Fix missing pytest import.Charles Harris2018-09-211-0/+1
* | TST: prefer pytest.skip() over SkipTestTyler Reddy2018-09-211-2/+2
|/
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-8/+2
* MAINT: Look up typeinfo properties by name, not by indexEric Wieser2017-12-061-10/+11
* MAINT: Use a StructSequence in place of the typeinfo tuplesEric Wieser2017-12-061-1/+1
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-081-1/+1
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-1/+1
* TST: Remove unittest dependencies in numpy/f2py/tests.Charles Harris2017-07-241-8/+6
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-161-4/+2
* STY: PEP8 fixes in numpy/f2py/tests.Charles Harris2015-07-251-1/+1
* STY: PEP8 and pyflakes fixes for numpy/f2py/tests.Charles Harris2015-07-251-89/+123
* TST: skip clongdouble alignment checks on 32 bit archesJulian Taylor2014-09-031-3/+5
* TST: win32 also does not provide 16 byte alignmentJulian Taylor2014-07-271-1/+1
* TST: disable tests that fail due to bad alignment on sparcJulian Taylor2014-07-021-35/+44
* ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-111-1/+2
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-141/+141
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-2/+2
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-27/+27
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* 2to3: apply exec fixer results.Charles Harris2013-02-281-2/+2
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-6/+6
* STY: f2py - replace macros in old_defines.h with new.Charles Harris2012-02-041-1/+1
* 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-051-2/+2
* BUG: Fixed ticket #1767. Replaced assert with assert_ calls.Pearu Peterson2011-03-111-96/+99
* ENH: f2py: skip also test_array_from_pyobj if no C compiler is availablePauli Virtanen2010-03-061-0/+7
* ENH: f2py: convert test suite to Nose formPauli Virtanen2010-03-061-0/+535