Search
Search Results
Search finished, found 48 page(s) matching the search query.
- Signature file
...Py user guide F2PY user guide and reference manual F2PY reference manual Signature file...
- Signature file > Signature files syntax
...Py user guide F2PY user guide and reference manual F2PY reference manual Signature file...
- Using F2PY > 1. Signature file generation
...sed as a command-line tool, f2py has three major modes, distinguished by the usage of -c and -h switches. 1. Signature file generation To scan Fortran sources and generate a signature file, use f2py -h <filename.pyf> <options> <fortran fil...
- NumPy 1.10.0 Release Notes
...hon 3.5. Dropped Support The _dotblas module has been removed. CBLAS Support is now in Multiarray. The testcalcs.py file has been removed. The polytemplate.py file has been removed. npy_PyFile_Dup and npy_PyFile_DupClose have been remov...
- NumPy 1.12.0 Release Notes
...have SSE2 in order to give an informative error. Add a hook in numpy/__init__.py to import a numpy/_distributor_init.py file that will remain empty (bar a docstring) in the standard numpy source, but that can be overwritten by people making...
- NumPy 1.16.0 Release Notes
...on 2.7. Compatibility notes f2py script on Windows On Windows, the installed script for running f2py is now an .exe file rather than a *.py file and should be run from the command line as f2py whenever the Scripts directory is in the pa...
- NumPy 1.17.0 Release Notes
...nteger will now raise a TypeError instead of the previous ValueError. Deprecate numpy.distutils.exec_command and temp_file_name The internal use of these functions has been refactored and there are better alternatives. Replace exec_comman...
- NumPy 1.19.0 Release Notes
...ons: numpy.core.records.fromarrays numpy.core.records.fromrecords numpy.core.records.fromstring numpy.core.records.fromfile In future, 0 will not be special cased, and will be treated as an array length like any other integer. (gh-15217)...
- NumPy 1.21.0 Release Notes
- NumPy 1.22.0 Release Notes
...miter rather than delimitor as kwarg in mrecords The misspelled keyword argument delimitor of numpy.ma.mrecords.fromtextfile() has been changed to delimiter, using it will emit a deprecation warning. (gh-19921) Passing boolean kth values...
- NumPy 1.23.0 Release Notes
- NumPy 1.8.0 Release Notes
- NumPy 2.0 migration guide
- numpy.i: a SWIG interface file for NumPy
- Signature file
- Testing the numpy.i typemaps
- Using F2PY
- Advanced F2PY use cases
- Array API
- Beyond the basics
- Boilerplate reduction and templating
- F2PY and build systems
- F2PY examples
- F2PY reference manual
- F2PY user guide and reference manual
- How to extend NumPy
- Interoperability with NumPy
- NumPy 1.13.0 Release Notes
- NumPy 1.24 Release Notes
- NumPy 1.25.2 Release Notes
- NumPy 1.26.0 Release Notes
- NumPy 1.26.3 Release Notes
- NumPy 2.0.0 Release Notes
- NumPy 2.1.0 Release Notes
- NumPy C code explanations
- NumPy C-API
- numpy.cos
- numpy.sinh
- numpy.tan
- numpy.tanh
- NumPy: the absolute basics for beginners
- Python types and C-structures
- Three ways to wrap - getting started
- ufunc API
- Using F2PY bindings in Python
- Using Python as glue
- Using via
numpy.distutils
- Writing your own ufunc