5
I Use This!
Inactive

Commits : Listings

Analyzed 15 days ago. based on code collected 15 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A bunch of fixes for distutils configuration and buildsystem stuff More... almost 16 years ago
Update package metadata More... almost 16 years ago
Fixes and additions in operators for Vec and Mat More... almost 16 years ago
Reworked GIL handling: declare PETSc routines as nogil, make callbacks aquire the GIL More... almost 16 years ago
Now petsc4py should work against PETSc built with complex scalars More... almost 16 years ago
Some hackery to make Cython refnanny work More... about 16 years ago
Make IS -> ndarray conversion work for stride and block IS More... about 16 years ago
Fix a few reference leaks on my side, make the numpy ones not show-up More... about 16 years ago
Quick fix, Cython is leaking refs in try/except blocks More... about 16 years ago
Remove -Wstrict-prototypes flags when building with C++ More... about 16 years ago
Custom equivalent to Py_BuildValue for Python 2.4 and below More... about 16 years ago
Increase version number More... about 16 years ago
Quick fix, cython-0.10.3 does not my fixes for string constant to bare char* casting More... about 16 years ago
Add missing files in MANIFEST template More... about 16 years ago
Provide Function/Jacobian hooks to Python-implemented TS More... about 16 years ago
Reworked configuration stuff, now PETSC_ARCH handling should be more robust More... about 16 years ago
Add missing files in MANIFEST template More... about 16 years ago
Fixes for testing makefile More... about 16 years ago
Open the door for core PETSc install petsc4py and fix the PETSC_ARCH value at install time More... about 16 years ago
Fix test cases to use option names {mat|pc}_python_type More... about 16 years ago
Unimportant changes to configuration stuff More... about 16 years ago
Fixes for Python-implemented PETSc subtypes More... about 16 years ago
Fix numpy distutils compiler when building with C++ More... about 16 years ago
Fix some usages of Vec.getArray() in the testsuite More... about 16 years ago
If using a debug build of Python, run the testsuite many times to detect reference leaks More... about 16 years ago
Compatibility fix, mat->factor is an enumeration in petsc-dev More... about 16 years ago
Fix Mat.getDiagonal(), accept Vec argument with NULL More... about 16 years ago
Fix Vec.copy(), accept Vec argument with NULL More... about 16 years ago
Add copy flag to Vec.duplicate() More... about 16 years ago
Fix Vec.resetArray, add force argument More... about 16 years ago