| #
2fc912f7
|
| 08-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
6b06e1bc
|
| 05-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/update-doc-req' into 'release'
doc: update numpy requriement
See merge request petsc/petsc!9004
|
| #
2bc0c726
|
| 05-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
doc: update numpy requriement - as 2.0.0 fails to build with "Apple clang version 17.0.0 (clang-1700.6.3.2)"
|
| #
6d8694c4
|
| 20-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'
Major updates to Fortran interface
See merge request petsc/petsc!7517
|
| #
ce78bad3
|
| 20-Feb-2025 |
Barry Smith <bsmith@petsc.dev> |
Fortran 90: fully embrace After 34 years!
- deprecate use of 'F90' in Fortran function names - use Fortran pointers when appropriate - the new Fortran API is not backward compatible with previous ve
Fortran 90: fully embrace After 34 years!
- deprecate use of 'F90' in Fortran function names - use Fortran pointers when appropriate - the new Fortran API is not backward compatible with previous versions! - also clean up inconsistent PETSc code detected by new Fortran generation tools - drop use of bfort - automatically generate all the Fortran PETSc objects, enums etc from the include files - generate most of the Fortran interface definitions and functions from the source code - simplify the number and organization of Fortran modules
Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>
show more ...
|
| #
a982d554
|
| 16-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
1cca208d
|
| 15-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-01-11/convert-some-rst-to-md/release' into 'release'
Convert some of the rst files to md with ./rst2myst convert --config config.yaml *.rst
See merge request petsc/petsc!
Merge branch 'barry/2025-01-11/convert-some-rst-to-md/release' into 'release'
Convert some of the rst files to md with ./rst2myst convert --config config.yaml *.rst
See merge request petsc/petsc!8075
show more ...
|
| #
4bcd95a3
|
| 11-Jan-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert some of the rst files to md with ./rst2myst convert --config config.yaml *.rst
Need to manually fix
(petsc-developers-communication-channels)= to (petsc_developers_communication_channels)
Convert some of the rst files to md with ./rst2myst convert --config config.yaml *.rst
Need to manually fix
(petsc-developers-communication-channels)= to (petsc_developers_communication_channels)=
[include/petscerror.h](/include/petscerror.h.html) to <a href="PETSC_DOC_OUT_ROOT_PLACEHOLDER/include/petscerror.h.html">include/petscerror.h</a>
and friends
show more ...
|
| #
7c485f38
|
| 09-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
91fd0dc0
|
| 09-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-07-08/minor-plex-docs/release' into 'release'
Build PETSc and petsc4py docs with the same requirements file
See merge request petsc/petsc!7678
|
| #
34c645fd
|
| 08-Jul-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Update sphinx packages used to build docs make petsc4py docs shared common requirements.txt
This prevents errors such as below when building docs
Running Sphinx v7.3.7 Using PETSC inventory from fi
Update sphinx packages used to build docs make petsc4py docs shared common requirements.txt
This prevents errors such as below when building docs
Running Sphinx v7.3.7 Using PETSC inventory from file:///Users/barrysmith/Src/petsc/doc/_build/html/objects.inv <Inventory (url): PETSc v3.21, 7842 objects>
Exception occurred: File "petsc4py/PETSc.pyx", line 1, in init petsc4py.PETSc ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
show more ...
|
| #
c74fe4ad
|
| 01-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
2c895dc6
|
| 29-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/builddist/release' into 'release'
Fix building distribution tarball
See merge request petsc/petsc!7510
|
| #
7b12f69b
|
| 28-Apr-2024 |
Lisandro Dalcin <dalcinl@gmail.com> |
Fix building distribution tarball
* Add wheel as a requirement, it is needed for running `setup.py`. * Update exclude location for petsc4py.egg-info directory. * Add `set -e` to builddist script to
Fix building distribution tarball
* Add wheel as a requirement, it is needed for running `setup.py`. * Update exclude location for petsc4py.egg-info directory. * Add `set -e` to builddist script to prevent errors going unnoticed.
show more ...
|
| #
46a889e7
|
| 12-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
befaf553
|
| 11-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dependabot/pip/doc/jinja2-3.1.3' into 'release'
docs: bump jinja2 from 3.0.1 to 3.1.3 in /doc
See merge request petsc/petsc!7176
|
| #
605278d3
|
| 11-Jan-2024 |
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
Bump jinja2 from 3.0.1 to 3.1.3 in /doc
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.1 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://githu
Bump jinja2 from 3.0.1 to 3.1.3 in /doc
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.1 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.0.1...3.1.3)
--- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ...
Signed-off-by: dependabot[bot] <support@github.com>
show more ...
|
| #
cf5559fd
|
| 22-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-07-29/manual-page-bibliography-automation' into 'main'
Create system for automatically adding References: section when {cite} appears in the manual page
See merge request p
Merge branch 'barry/2023-07-29/manual-page-bibliography-automation' into 'main'
Create system for automatically adding References: section when {cite} appears in the manual page
See merge request petsc/petsc!6769
show more ...
|
| #
1d569b8f
|
| 02-Aug-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes for bibtex processing
Commit-type: housekeeping
|
| #
f4d89474
|
| 22-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
b6b1c109
|
| 22-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/petsc4py-fix' into 'release'
petsc4py: Pin Cython 0.29.36
See merge request petsc/petsc!6746
|
| #
2d3f1102
|
| 21-Jul-2023 |
Lisandro Dalcin <dalcinl@gmail.com> |
petsc4py: Pin Cython 0.29.36
|
| #
c1b4ed9d
|
| 17-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
7e9613db
|
| 17-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/ci-cython-0.30.0-failure' into 'release'
Try: require = 'Cython == 0.29.36'
See merge request petsc/petsc!6720
|
| #
a4f62a04
|
| 17-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Try: require = 'Cython == 0.29.36'
As petsc4py has build errors with cython-0.30.0
|