Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python312 support #450

Closed
wants to merge 125 commits into from
Closed

Conversation

max-models
Copy link
Contributor

Just removed the <3.12 requirement in the pyproject.toml

camillo81 and others added 30 commits October 12, 2023 15:34
Co-authored-by: Yaman Güçlü <yaman.guclu@gmail.com>
Change `IdentityLinearOperator` to `IdentityOperator`, and `e0 @ e0` to
`e0.dot(e0)`. Add missing import statement.
….py to avoid compilation error with --language=c
… replacement functions from arrays.py in stefan-psydac to bsplines_kernels.py and replaced np.sum to allow for pyccel --language=c.
…nguage=c works for psydac/core/field_evaluation_kernels.py
…1, this fixes the problem with toarray() which did previously not work for StencilMatrix. Updated indexing in KroneckerStencilMatrix to include shift factors in index calculations. Added back the assert statement in GlobalProjector since the toarray() now works. The kernels still don't work properly for different shifts in the domain and the co-domain, but I believe equivalent changes can be done in the remaining kernels.
…ot needed for Struphy, and the domain sizes are not [0.0, 1.0]
…apping=True gives incompatible shapes for F.jacobian(eta1, eta2) in pull_2d_hcurl (for example: F.jacobian(eta1, eta2).shape = (2, 36, 10, 2)), this is not sliced correctly with [..., 0, 0].
@max-models max-models closed this Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants