Skip to content
Closed
Changes from all commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
5a06ba5
Support Python 3.13 (#475)
yguclu Apr 2, 2025
4203343
Fix PSYDAC_BACKEND_GPYCCEL flags on latest Apple silicon (#480)
max-models Apr 7, 2025
e27565c
from pyccel.commands.epyccel import epyccel
max-models Apr 8, 2025
ae336ea
from pyccel.commands.epyccel import epyccel
max-models Apr 8, 2025
e7c99f1
Reinstall pyccel devel
max-models Apr 8, 2025
afa198e
Require Pyccel devel branch in pyproject.toml
yguclu Apr 8, 2025
dd6066e
Try another syntax in pyproject.toml
yguclu Apr 8, 2025
4ca2689
Comment out changes to continuous-integration.yml
yguclu Apr 8, 2025
e25bcc1
Remove commented lines from continuous-integration.yml
yguclu Apr 8, 2025
a267fec
Trigger CI
max-models Apr 8, 2025
490a0ab
import epyccel correctly in test_epyccel_flags.py
max-models Apr 8, 2025
1b34019
Resolve warnings in sequential unit tests (#481)
yguclu Apr 8, 2025
715379a
Merge branch 'devel' into use-pyccel-devel
max-models Apr 9, 2025
a3cca87
Update axpy_kernels.py
e-moral-sanchez Apr 9, 2025
99b18b5
undo type change in kernel
e-moral-sanchez Apr 9, 2025
adb453a
Pass `out` parameter to `petsc_to_psydac` (#483)
e-moral-sanchez Apr 11, 2025
0f44141
Merge branch 'devel' into use-pyccel-devel
e-moral-sanchez Apr 13, 2025
24646ef
Rename `dot` as `inner` in `Vector`, `VectorSpace`, and subclasses (#…
yguclu May 5, 2025
f96e888
Update docstring for inner product in polar/dense.py (#488)
campospinto May 9, 2025
54ea3ce
Add a `dot_inner` concrete method to the base class `LinearOperator` …
yguclu May 26, 2025
5e3d769
Install PETSc-3.23.2 (latest version) (#499)
yguclu May 30, 2025
2f242b1
Update authors (#500)
yguclu May 30, 2025
b047803
Removed all template decorators
max-models Jun 11, 2025
f2b8be9
Removed the @template pyccel decorator since it has been deprecated
max-models Jun 11, 2025
1b24394
Added T as a T = TypeVar('T', float, complex)
max-models Jun 11, 2025
0ab0014
Added T as a T = TypeVar('T', float, complex)
max-models Jun 11, 2025
2a5bd6d
Fixed missing typevar in stencil2IJV_kernels.py
max-models Jun 11, 2025
5bc6c3c
Added TypeVar('T', float, complex) to field_evaluation_kernels.py
max-models Jun 11, 2025
dc5dc1f
Added TypeVar('T', float, complex) to field_evaluation_kernels.py
max-models Jun 11, 2025
2cfcc9b
T-->T[:]
max-models Jun 11, 2025
746639c
Corrected the shape of T
max-models Jun 11, 2025
fad98d6
Correction
max-models Jun 11, 2025
7527e6e
T --> T[:], T[:,:], ...
max-models Jun 11, 2025
3747e01
Correction
max-models Jun 11, 2025
269b9db
Merge branch 'use-pyccel-devel' into remove-template-decorator
max-models Jun 11, 2025
9c3c897
Make a const in psydac/core/bsplines_kernels.py
max-models Jun 11, 2025
d86f517
Use h5py < 3.14.0
max-models Jun 11, 2025
a504ced
Revert h5py version restriction
max-models Jun 11, 2025
4b95931
Pin h5py to 3.13.0 to avoid the PEP 621 error (project license)
max-models Jun 11, 2025
296be03
bugfix
max-models Jun 11, 2025
d685da3
Set license to MIT
max-models Jun 11, 2025
33388f4
revert h5py specification
max-models Jun 11, 2025
eec0665
Set h5py to 3.13.0
max-models Jun 11, 2025
b5230b4
Fix the code generation of unnecessary derivatives (#490)
FrederikSchnack Jun 13, 2025
dfa1582
Merge branch 'devel' into remove-template-decorator
yguclu Jun 13, 2025
07c85e9
Replaced const with Final
max-models Jun 17, 2025
3998f4a
Renamed compiler to compiler-family
max-models Jun 18, 2025
e03b590
Added compiler_config
max-models Jun 18, 2025
e48e4ba
libdir --> libdirs
max-models Jun 18, 2025
73125c4
libdirs --> libdir
max-models Jun 18, 2025
d71ada0
Removed return from merge_sort
max-models Jun 18, 2025
6783667
Trigger CI
max-models Jun 20, 2025
6fa09c1
Set pyccel version to >= 2.0
max-models Jun 21, 2025
7d45f14
Set pyccel >= 2.0 in pyproject.toml
max-models Jun 21, 2025
774d5cf
Renamed compiler to compiler_family
max-models Jun 21, 2025
f7e959c
renamed fflags to flags for epyccel arguments
max-models Jun 21, 2025
01083c2
Merge remote-tracking branch 'upstream/remove-template-decorator' int…
max-models Jun 21, 2025
0e2cffe
Replace accelerators with openmp (True or False)
max-models Jun 21, 2025
7cc19c0
Bugfix in pyproject.toml
max-models Jun 21, 2025
c189976
Merge remote-tracking branch 'upstream/remove-template-decorator' int…
max-models Jun 21, 2025
6f7958c
Removed merge conflicts
max-models Jun 21, 2025
e3a1559
Updated ci
max-models Jun 21, 2025
4912f6e
Skip the h5py installation test
max-models Jun 21, 2025
3f49e08
Skip the h5py installation test
max-models Jun 21, 2025
2ee7ee7
remove psydac pyccelized kernels before uninstalling
max-models Jun 23, 2025
0e1210f
Moved struphy tests to a separate job
max-models Jun 23, 2025
63f414f
Renamed jobs to be more clear
max-models Jun 23, 2025
7f91d8e
Moved the shape check out of matmul in bsplines_kernels.py, this can'…
max-models Jun 23, 2025
3c99483
Merge branch 'remove-templates' of github.com:max-models/psydac-for-s…
max-models Jun 23, 2025
2560107
Define sh_a and sh_b before the loops
max-models Jun 23, 2025
1420634
Only do the loops in basis_funs_p if degree > 0 since we otherwise cr…
max-models Jun 23, 2025
9aa0799
Trigger CI
max-models Jun 23, 2025
7c2c79c
Merge branch 'devel-tiny' into remove-templates
max-models Jun 25, 2025
b0a178a
Set branch to devel when installing struphy in the CI
max-models Jun 25, 2025
63fcb85
Merge branch 'devel-tiny' into use-struphy-devel-in-ci
max-models Jun 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -485,9 +485,9 @@ jobs:
echo "PSYDAC_DIR=$GITHUB_WORKSPACE" >> $GITHUB_ENV
echo "STRUPHY_DIR=$GITHUB_WORKSPACE/struphy" >> $GITHUB_ENV

- name: Clone struphy from GitLab #TODO: Set branch to devel
- name: Clone struphy from GitLab
run: |
git clone --branch enable-pyccel-devel https://gitlab.mpcdf.mpg.de/struphy/struphy.git $STRUPHY_DIR
git clone --branch devel https://gitlab.mpcdf.mpg.de/struphy/struphy.git $STRUPHY_DIR

- name: Install struphy
working-directory: ${{ env.STRUPHY_DIR }}
Expand Down
Loading