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

Get rid of some compile-time warnings. #712

Merged
merged 1 commit into from May 15, 2024

Conversation

ketch
Copy link
Member

@ketch ketch commented Nov 2, 2023

Avoid static array size in SW sphere example.
Update use of numpy C API in weno code.

Avoid static array size in SW sphere example.
Update use of numpy C API in weno code.
@ketch
Copy link
Member Author

ketch commented Nov 2, 2023

Thanks to Lisandro Dalcin for contributing this patch, which removes several warnings that were being raised at compile time.

ketch added a commit to ketch/clawpack that referenced this pull request Nov 3, 2023
ketch added a commit to ketch/clawpack that referenced this pull request Nov 3, 2023
rjleveque added a commit to rjleveque/clawpack that referenced this pull request Nov 4, 2023
* v592:
  Some temporary modifications required until we merge clawpack/pyclaw#712.
  Update pyproject.toml with metadata and version number.
ketch added a commit to clawpack/clawpack that referenced this pull request Nov 4, 2023
* v5.9.2 release candidate

* Update pyproject.toml with metadata and version number.

Preparation for release version 5.9.2.

* Some temporary modifications required until we merge clawpack/pyclaw#712.

---------

Co-authored-by: David Ketcheson <dketch@gmail.com>
@rgommers
Copy link
Contributor

Merging this PR seems useful and fairly urgent, since a lot of direct field access in reconstruct.c is going to break when NumPy 2.0 is released (probably within the next month). Is there a reason that this can't be merged?

@ketch
Copy link
Member Author

ketch commented May 15, 2024

Thanks for the reminder! I had forgotten about it...

@ketch ketch merged commit 151aefa into clawpack:master May 15, 2024
1 check passed
@ketch ketch deleted the deal_with_warnings branch May 15, 2024 02:59
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.

None yet

2 participants