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

Increment minimum supported Julia version to 1.6? #35

Open
GordStephen opened this issue Dec 2, 2021 · 0 comments
Open

Increment minimum supported Julia version to 1.6? #35

GordStephen opened this issue Dec 2, 2021 · 0 comments

Comments

@GordStephen
Copy link
Collaborator

Julia v1.6 is now an LTS release. PRAS is not compatible with the previous 1.0 LTS release (since threaded coroutines are only available in 1.3+). Furthermore, the stack-allocated views introduced in v1.5 present some nice opportunities for cleaner code without performance penalties (we'd used views in some hot loops in the past, but moved to passing full arrays plus indices because of performance issues). So it might be nice to require at least Julia v1.6 for PRAS v0.7, whenever that may be.

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

No branches or pull requests

1 participant