-
Notifications
You must be signed in to change notification settings - Fork 230
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
convince mpsolve authors to provide the version number to the program #1175
Comments
I've written to the authors requesting the feature. |
If the command-line tool is available during build, then we could get it that way:
|
It is, and we're even distributing it, but it will probably be simpler just to wait for the feature. |
We can definitely add that; I opened an issue on MPSolve's repo to track it, I will probably implement it soon. Also, a slightly unrelated notice: I expect that we may release 3.1.9 with some bugfixes (and likely this change), and later there will be a major version bump because we are in the process of renaming our multiprecision floating point complex type to avoid a name clash with GNU MPC. This will break the API, although anyone not accessing directly multiprecision complex roots won't be affected. |
Thanks! |
I added new functions There are also defines statements included in the main header as follows (for 3.2.1)
Best, -- Leonardo. |
Thank you! |
... so we can fix this line in d/version.dd:
, which hardcodes the version as 3.1.8.
The text was updated successfully, but these errors were encountered: