Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v2.3.2
/
numpy
/
f2py
tag
9725fd956de18736774005803f5568ba3fe19425
tagger
Charles Harris <charlesr.harris@gmail.com>
Thu Jul 24 18:46:49 2025
object
bc5e4f811db9487a9ea1618ffb77a33b3919bb8e
NumPy 2.3.2 release
ca4b2df
TYP: remove ``run_command`` annotations in ``f2py.diagnose``
by jorenham
· 2 months ago
d502716
TYP: add ``containsderivedtypes`` to ``f2py.auxfuncs.__all__``
by jorenham
· 2 months ago
a01a14e
BUG: f2py: thread-safe forcomb (#29091)
by Guido Imperiale
· 3 months ago
93e2fd3
MNT: Avoid use of deprecated _PyDict_GetItemStringWithError in f2py
by Nathan Goldbaum
· 3 months ago
b0b0ae4
Merge pull request #29044 from charris/backport-29040
by Charles Harris
· 3 months ago
819c089
Merge pull request #29043 from charris/backport-29034
by Charles Harris
· 3 months ago
d0544fe
fix W291
by Abdu Zoghbi
· 3 months ago
6208252
TST: tests for modules with derived types
by Abdu Zoghbi
· 3 months ago
f75f717
BUG: handle the case of modules with derived types
by Abdu Zoghbi
· 3 months ago
6277198
BUG: Avoid compile errors in f2py modules
by Angus Gibson
· 3 months ago
09dabc1
MNT: constant string arrays instead of pointers in C
by Dimitri Papadopoulos
· 3 months ago
8360da6
TYP: remove ``from __future__ import annotations``
by jorenham
· 3 months ago
71faac1
Merge pull request #28765 from DimitriPapadopoulos/B
by Joren Hammudoglu
· 3 months ago
af8bb63
STY: Apply ruff/isort rule I001
by Dimitri Papadopoulos
· 3 months ago
51c6169
MNT: Apply ruff/flake8-bugbear rule B909
by Dimitri Papadopoulos
· 3 months ago
15a4fa1
MNT: Apply ruff/flake8-bugbear rule B026
by Dimitri Papadopoulos
· 3 months ago
c8f4881
MNT: Apply ruff/flake8-bugbear rule B017
by Dimitri Papadopoulos
· 3 months ago
36d8ca0
MNT: Apply ruff/Pylint rule PLR5501
by Dimitri Papadopoulos
· 3 months ago
f97b54e
MNT: Apply ruff/Pylint rule PLR1714
by Dimitri Papadopoulos
· 3 months ago
35872d9
MNT: Apply ruff/Pylint rule PLR1711
by Dimitri Papadopoulos
· 3 months ago
90e744e
MNT Address reviewer's comments
by Dimitri Papadopoulos
· 3 months ago
a51a4f5
MNT: Apply ruff/Pyflakes rule F401
by Dimitri Papadopoulos
· 3 months ago
998e7b4
Merge pull request #28879 from DimitriPapadopoulos/FURB
by Charles Harris
· 4 months ago
8e41435
STY: Apply ruff/refurb rule FURB110
by Dimitri Papadopoulos
· 4 months ago
4a3cbc4
MNT: discard unused function using os.system()
by Dimitri Papadopoulos
· 4 months ago
c4a0c6c
STY: Partially apply ruff/pycodestyle rule E251
by Dimitri Papadopoulos
· 4 months ago
b76bb23
Merge pull request #28756 from DimitriPapadopoulos/PLW
by Charles Harris
· 4 months ago
4233c81
STY: Apply ruff/Pylint rule PLW0108
by Dimitri Papadopoulos
· 4 months ago
df41897
Merge branch 'main' into fstrings
by Aditi Juneja
· 4 months ago
6c7e63a
Merge pull request #28763 from DimitriPapadopoulos/format
by Charles Harris
· 4 months ago
fb3d4c2
using flynt
by Aditi Juneja
· 4 months ago
3924059
STY: Use f-string instead of `format` call
by Dimitri Papadopoulos
· 4 months ago
e71a224
STY: Apply ruff/pyupgrade rule UP032
by Dimitri Papadopoulos
· 4 months ago
6ff905a
Merge pull request #28752 from DimitriPapadopoulos/PLW0129
by Charles Harris
· 4 months ago
26f27c9
Merge pull request #28726 from DimitriPapadopoulos/FURB
by Charles Harris
· 4 months ago
6ea3b91
MNT: Apply ruff/Pylint rule PLW0129
by Dimitri Papadopoulos
· 4 months ago
84fc644
STY: Apply ruff rule RUF039
by Dimitri Papadopoulos
· 4 months ago
bcfd085
STY: Apply ruff rule RUF021
by Dimitri Papadopoulos
· 4 months ago
8c6cabc
STY: Apply ruff rule RUF015
by Dimitri Papadopoulos
· 4 months ago
5a8a6a7
Merge pull request #28728 from DimitriPapadopoulos/UP
by Matti Picus
· 4 months ago
a3776cd
STY: Apply assorted ruff rules (RUF) (#28724)
by Dimitri Papadopoulos Orfanos
· 4 months ago
3253257
STY: Apply ruff/pyupgrade rule UP035
by Dimitri Papadopoulos
· 4 months ago
17af48a
STY: Enforce ruff/pycodestyle warnings (W) (#28725)
by Dimitri Papadopoulos Orfanos
· 4 months ago
b769da9
MAINT: switching from `%i` to `fstrings` (#28719)
by Aditi Juneja
· 4 months ago
65d644c
MNT: Merge two lines for simplicity
by Dimitri Papadopoulos
· 4 months ago
54909f2
STY: Apply ruff/refurb rule FURB188
by Dimitri Papadopoulos
· 4 months ago
fe5f4ea
TYP: drop py310 support
by jorenham
· 4 months ago
df9d175
BUG: Fix crackfortran parsing error when a division occurs within a common block (#28396)
by Nicholas Christensen
· 5 months ago
c059a8b
MAINT: replace string.format() with f-strings
by Nathan Goldbaum
· 5 months ago
860fb5d
Merge pull request #28522 from jorenham/numtype/279
by Charles Harris
· 5 months ago
4d35718
Merge pull request #28531 from DWesl/add-cygwin-extensions-to-f2py-meson-backend
by Charles Harris
· 5 months ago
8176da2
ENH: Add Cygwin extensions to list to copy back to CWD in f2py meson backend
by DWesl
· 5 months ago
c52556c
TYP: stub ``numpy.f2py``
by jorenham
· 5 months ago
0e29548
TST: add new IS_64BIT constant for testing
by Nathan Goldbaum
· 6 months ago
41537b6
BUG: call PyType_Ready in f2py to avoid data races
by Nathan Goldbaum
· 8 months ago
b72abe5
Merge pull request #27978 from DimitriPapadopoulos/SIM
by Charles Harris
· 8 months ago
6cd5a4a
BUG: Fix casing for f2py directives
by Rohit Goswami
· 8 months ago
8b3cba5
TST: Add f2py case regression
by Rohit Goswami
· 8 months ago
f32eb66
MAINT: Apply ruff/flake8-simplify rule SIM905
by Dimitri Papadopoulos
· 8 months ago
c23d7af
MAINT: Apply ruff/flake8-simplify rule SIM401
by Dimitri Papadopoulos
· 8 months ago
c2331ae
MAINT: Apply ruff/flake8-comprehensions rules (C4) (#27975)
by Dimitri Papadopoulos Orfanos
· 8 months ago
c31e599
CI: pycodestyle → ruff (#27300)
by Dimitri Papadopoulos Orfanos
· 8 months ago
868b013
MAINT: Apply ruff/flake8-implicit-str-concat rules (ISC) (#27974)
by Dimitri Papadopoulos Orfanos
· 8 months ago
ba9205f
TEST: cleanups [skip cirrus][skip azp] (#27943)
by Matti Picus
· 9 months ago
f833f33
Merge pull request #27728 from HaoZeke/gh27697_lower_callstatement
by Charles Harris
· 9 months ago
d6b0387
Merge pull request #27730 from HaoZeke/testGH27167
by Charles Harris
· 9 months ago
cd63250
Merge pull request #27731 from HaoZeke/fortrannameFunc
by Charles Harris
· 9 months ago
f4b8a80
DOC: add a code comment to expand on how to override f2py define
by Ralf Gommers
· 9 months ago
a39d91c
BUG: Fix wrappers for fortranname
by Rohit Goswami
· 10 months ago
6934cbe
TST: Add some for fortranname
by Rohit Goswami
· 10 months ago
12f6c98
STY: fix typo to address review comment
by Ralf Gommers
· 10 months ago
c1cf2bc
TST: F2PY test regression on variables
by Rohit Goswami
· 10 months ago
adef3a0
TST: Skip runs on macOS for cb aborts
by Rohit Goswami
· 10 months ago
8b7a045
BUG: f2py: fix issues with thread-local storage define
by Ralf Gommers
· 10 months ago
c95c2f0
BUG: Handle more edge cases with --lower
by Rohit Goswami
· 10 months ago
3cdfd82
BUG: Cleanup and use directives correctly
by Rohit Goswami
· 10 months ago
e15a7ff
TST: Callbacks with callstatement
by Rohit Goswami
· 10 months ago
770811c
TST: For --lower with callstatement
by Rohit Goswami
· 10 months ago
ab3aee3
BUG: Fix handling of f2py directives with --lower
by Rohit Goswami
· 10 months ago
744da5f
Merge pull request #27685 from mtelka/shebang
by Charles Harris
· 10 months ago
531a694
BUG: Handle multi-module files and common better
by Rohit Goswami
· 10 months ago
22bbc2c
TST: Multiple modules in single pyf for gh-27622
by Rohit Goswami
· 10 months ago
6eee093
TYP: Use `_typeshed` to clean up the stubs
by jorenham
· 10 months ago
0de9d66
MNT: Drop useless shebang
by Marcel Telka
· 10 months ago
8b0f975
TYP: Fill in the missing ``__all__`` exports
by jorenham
· 11 months ago
1b25463
TYP: Mark stub-only classes as `@type_check_only`
by jorenham
· 11 months ago
0e5fbac
MAINT: Fix a few typos - and sometimes improve wording
by Dimitri Papadopoulos
· 12 months ago
21886d2
typos
by musvaage
· 12 months ago
862d800
MAINT: Apply ruff/flake8-comprehensions rule C416
by Dimitri Papadopoulos
· 12 months ago
50185a9
Merge pull request #27295 from DimitriPapadopoulos/PIE
by Charles Harris
· 12 months ago
9cc5325
MAINT: Apply ruff/flake8-pie rule PIE810
by Dimitri Papadopoulos
· 12 months ago
0ae8180
MAINT: apply ruff/Pycodestyle rule E713
by Dimitri Papadopoulos
· 12 months ago
3f3e6f2
MAINT: apply ruff/Pycodestyle rule E401
by Dimitri Papadopoulos
· 12 months ago
2abe178
MAINT: apply ruff/Pycodestyle rule F821
by Dimitri Papadopoulos
· 12 months ago
5ef245a
MAINT: apply ruff/Pycodestyle rule F541
by Dimitri Papadopoulos
· 12 months ago
c0e9b53
MAINT: apply ruff/Pycodestyle rule F401
by Dimitri Papadopoulos
· 12 months ago
392baea
Merge pull request #27293 from DimitriPapadopoulos/B
by Marten van Kerkwijk
· 12 months ago
09c2186
Merge pull request #27289 from DimitriPapadopoulos/RUF
by Marten van Kerkwijk
· 12 months ago
640e55b
MAINT: Apply ruff/flake8-bugbear rule B010
by Dimitri Papadopoulos
· 12 months ago
24cfd9a
MAINT: Apply ruff/flake8-bugbear rule B009
by Dimitri Papadopoulos
· 12 months ago
Next »