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

Version 0.8.6 #47

Merged
merged 26 commits into from
Feb 13, 2024
Merged

Version 0.8.6 #47

merged 26 commits into from
Feb 13, 2024

Conversation

jrenaud90
Copy link
Owner

Major Changes:

  • Added support for Python 3.12.
  • Converted CySolver's rk_step method into a pure-c implementation to allow for further optimizations.
  • Changed all files to compile with c rather than c++.
    • Had to change cpp_bools to bints to make this change.

Bug Fixes:

  • Fixed issue where CyRK was not installing on MacOS due to issue with LLVM and OpenMP.
    • Have opted to go to gcc for macOS install due to issues with OpenMP and clang.
  • Fixed incorrect type for rk method in CySolver (should eliminate some compile warnings).
  • Fixed issue in benchmark where incorrect results were being displayed for CySolver.

@jrenaud90 jrenaud90 merged commit 3107517 into main Feb 13, 2024
32 checks passed
@jrenaud90 jrenaud90 deleted the v0.8.6 branch February 13, 2024 23:07
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.

1 participant