Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.26.1
/
tools
/
swig
tag
74426498afefe921b326233cc859f1e0b9dfb834
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Oct 14 18:37:55 2023
object
411a55b9ec084c3315fe5f199351c31d0eb3c352
NumPy 1.26.1 release
b175756
Merge pull request #16604 from Iamsoto/bugfix_16492_segfault_on_pyfragments
by Sebastian Berg
· 2 years, 6 months ago
9828092
MAINT: Readable macro for the SWIG version checks
by Rohit Goswami
· 2 years, 11 months ago
fbc90df
MAINT: Remove PyCObject from the SWIG interface
by Rohit Goswami
· 2 years, 11 months ago
5ea8177
Merge branch 'main' into bugfix_16492_segfault_on_pyfragments
by Charles Harris
· 3 years, 3 months ago
7b7435a
MAINT: Further small return value validation fixes
by Sebastian Berg
· 3 years, 7 months ago
58dbe26
MAINT, DOC: discard repeated words
by Dimitri Papadopoulos
· 3 years, 8 months ago
828e45d
MAINT: Replace deprecated unittest aliases
by Hugo van Kemenade
· 4 years ago
10b540a
removed extraneous ARGOUTVIEWM dim. 4 typemaps
by Patrick T. Komiske III
· 4 years, 6 months ago
cf06cd4
MAINT: Cleanup swig for Python 3.
by Charles Harris
· 4 years, 10 months ago
4c74f37
BLD: Fixed ARGOUTVIEWM memory deallocation. Closes #17398
by leakec
· 5 years ago
fcca6e7
MAINT: Replace PyString_Check with PyBytes_Check in numpy.i.
by Charles Harris
· 5 years ago
9d6b102
BUG: default/overloadedfunctions with long will seg fault
by iamsoto
· 5 years ago
8aad05e
Fix swig tests resize typemap issue python 3 bytes vs str issue
by Mathieu Lamarre
· 5 years ago
583901a
convert shebang from python to python3 (#15687)
by Changqing Li
· 5 years ago
07bf33f
MAINT: cleanup unused imports; avoid redefinition of imports
by Mike Taves
· 6 years ago
f9c5bd5
MAINT: resolve pyflake F403 'from module import *' used
by Mike Taves
· 6 years ago
c1f1bc9
Merge pull request #15232 from sethtroisi/remove_python3_part3
by Matti Picus
· 6 years ago
24189be
Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEX
by Seth Troisi
· 6 years ago
ed1e965
MAINT: Remove unnecessary 'from __future__ import ...' statements
by Jon Dufresne
· 6 years ago
bd59cd4
Use *sys.version_info[:2]
by Hugo
· 6 years ago
e7c1f8e
BUG: Fix for Python 3.10
by Hugo
· 6 years ago
9ea796e
Fix deprecated ``assertEquals()``
by Nicola Soranzo
· 6 years ago
530ac09
BUG: Fix memory leak in pyfragments.swg (#11877)
by Christopher Pezley
· 7 years ago
055ce3e
MAINT: Misc small fixes. (#10722)
by Charles Harris
· 7 years ago
5032904
White spaces
by Mathieu Lamarre
· 8 years ago
a119f03
Swig tool: Clear CARRAY flag when buffer is not C_CONTIGUOUS
by Mathieu Lamarre
· 8 years ago
6c4a77b
Swig tool: Clear CARRAY flag when setting FARRAY
by Mathieu Lamarre
· 8 years ago
5dc1f71
Added types for int and uint with an explicit size.
by Mark Harfouche
· 8 years ago
de97bb2
Avoid NPY_ARRAY_F_CONTIGUOUS for numpy < 1.7
by Jan David Mol
· 9 years ago
5cdb060
Fix a false positive OverflowError in Python 3.x when value above 0x7FFFFFF are passed to a function accepting "unsigned int".
by Mathieu Lamarre
· 9 years ago
0574f62
MAINT: Remove commented out code blocks
by gfyoung
· 10 years ago
8bc592f
DOC: Use print only as function when print_function is imported from __future__
by gfyoung
· 10 years ago
cbfd937
BUG: Fix swig make_fortran function.
by Charles Harris
· 10 years ago
b9ef15c
BUG: Fix use of PyArray_ISFORTRAN in numpy.i.
by Charles Harris
· 10 years ago
913cad0
typo in numpy.i
by jschueller
· 10 years ago
a49ad15
New typemap for in-place arrays of arbitrary number of dimensions:
by Tom Krauss
· 10 years ago
b89bcd0
DOC: put a copy of the text in LICENSE.txt into tools/swig/numpy.i
by Ralf Gommers
· 10 years ago
9d77ba8
Correct exit code if number of errors % 256 == 0
by Chris Lamb
· 11 years ago
237d16b
Use correct #ifdef __cplusplus guard to include std_complex.i
by Michele Vallisneri
· 11 years ago
1cad7f8
ENH: added std::complex support to numpy.i
by Glen Mabey
· 11 years ago
71fc802
Fix typemap for Fortran ordered array input
by Adam Reeve
· 11 years ago
39715d5
BUG: Fix missing fragment in ARGOUTVIEWM typemaps.
by David Froger
· 11 years ago
147c6bb
STY: Whitespace patrol on numpy.i.
by Charles Harris
· 11 years ago
a38888c
MAINT: Move doc/swig to tools/swig.
by Charles Harris
· 11 years ago