| d6f8f4c7 | 08-May-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: add binding for ISLocalToGlobalMappingLoad |
| eefb368e | 06-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 547971ff | 06-May-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: support kDLROCM when exporting a matrix to dlpack |
| 46091a0e | 02-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos |
| 0d821f60 | 30-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release' |
| 966382dc | 30-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Increase patchlevel to 3.23.1 |
| 6e8294f6 | 28-Apr-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
setup.py: support python env relocation when building wheel
remove mpi4py dependency on the setup process replace symlinked .so library with INPUT text file |
| a19a13c7 | 29-Apr-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: fix iterations count for single precision builds |
| 174dc0c8 | 28-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| a902f326 | 28-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'add_type_tao_constraint_jac' into 'release'
Add `petsc4py` type `TAOConstraintsJacobianFunction`
See merge request petsc/petsc!8342 |
| f529ca97 | 28-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-04-16/docs-converged-normal-equations/release' into 'main'
Improve the clarity of KSP converging for the normal equations.
See merge request petsc/petsc!8327 |
| 8348cc77 | 24-Apr-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
Edit install.rst |
| 78daaec8 | 17-Apr-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Improve the clarity of KSP converging for the normal equations.
Reported-by: Mark Adams |
| 12520ce8 | 24-Apr-2025 |
Paul T. Kühner <paul.kuehner@uni.lu> |
Add petsc4py type TAOConstraintsJacobianFunction |
| 5f5eafce | 23-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| ad93f427 | 22-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
petsc4py: update spack check for ldshared
Fix from https://github.com/spack/spack/pull/45189 |
| 1210b49d | 18-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 229bbfa5 | 17-Apr-2025 |
Pierre Marchand <pierre.jimthefrench@gmail.com> |
add IsLinear to python bindings |
| 347806e7 | 16-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-pcmatapplytranspose' into 'main'
PC: add PCMatApplyTranspose()
See merge request petsc/petsc!8322 |
| 2b75dd21 | 16-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 4dbf25a8 | 16-Apr-2025 |
Pierre Jolivet <pierre@joliv.et> |
PC: add PCMatApplyTranspose() |
| f08798c4 | 15-Apr-2025 |
Paul T. Kühner <paul.kuehner@uni.lu> |
Export MatTransposeGetMat to petsc4py |
| 34b254c5 | 09-Apr-2025 |
Richard Tran Mills <rmills@rmills.org> |
Add initial version PetscRegressor, part of the planned machine learning (ML) toolkit
Co-authored-by: Mr. Hong Zhang <hongzhang@anl.gov> Co-authored-by: Hansol Suh <hsuh@anl.gov> Co-authored-by: Bar
Add initial version PetscRegressor, part of the planned machine learning (ML) toolkit
Co-authored-by: Mr. Hong Zhang <hongzhang@anl.gov> Co-authored-by: Hansol Suh <hsuh@anl.gov> Co-authored-by: Barry Smith <bsmith@petsc.dev> Co-authored-by: Toby Isaac <toby.isaac@gmail.com> Co-authored-by: Satish Balay <balay@mcs.anl.gov>
Mr. Hong Zhang developed the petsc4py interface and examples. Hansol Suh provided extensive help with updating the code to the latest PETSc coding guidelines and APIs, some documentation development, getting documentation to build correctly, getting new tests into the test harness, and numerous big fixes plus minor changes. Barry Smith provided extensive feedback and code to get the Fortran interfaces and documentation build working. Toby Isaac provided a fix to prevent breakage with complex-arithmetic builds. Satish Balay provided important help with fixing builds.
Thanks-to: Pierre Jolivet <pierre@joliv.et> Thanks-to: Jed Brown <jed@jedbrown.org> Thanks-to: Jose Roman <jroman@dsic.upv.es> Thanks-to: Stefano Zampini <stefano.zampini@gmail.com>
Pierre, Jed, Jose, and Stefano provided extremely helpful feedback and suggestions during the merge review process.
show more ...
|
| 7f296bb3 | 08-Apr-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
move last of the doc rst files over to md files |
| 2944e117 | 03-Apr-2025 |
Paul T. Kühner <paul.kuehner@uni.lu> |
Add test case for inequality constrained Python TAO optimization |