-
Notifications
You must be signed in to change notification settings - Fork 1
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
Preparation for release 0.3.0 #27
base: main
Are you sure you want to change the base?
Conversation
version: 0.2.0 | ||
date-released: '2024-07-05' | ||
version: 0.3.0 | ||
date-released: '2024-12-17' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update date to release day.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WAIT:
We might have a problem!
I noticed now that il and iu for the ScaLAPACK partial spectrum are handled differently in C-API and Fortran API:
IMO this should be the correct behaviour:
DLAF-C -> il and iu base 0
DLAF-SCALAPACK-C and DLAF-SCALAPACK-FORTRAN -> base 1
(Otherwise DLAF-SCALAPACK-C is not a "almost drop-in" replacement to scalapack).
@RMeli @msimberg What do you think?
Correcting this problem might need a 0.7.2 patch release and a deprecation of 0.7.0 and 0.7.1, to avoid mess in DLAF-Fortran in the future.
a50f19d
to
c4f0211
Compare
Issue raised by @rasolca fixed in DLA-Future by eth-cscs/DLA-Future#1248 and in DLA-Future-Fortran by #28. This PR is now blocked by DLA-Future release |
RELEASE_PROCEDURE.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should also be changed according to eth-cscs/DLA-Future#1250
No description provided.