-
Notifications
You must be signed in to change notification settings - Fork 178
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
Bump stdlib version to 0.1.0 #538
Conversation
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.
Nothing special. I agree with it.
There is now a release draft (visible to all maintainers) at https://github.com/fortran-lang/stdlib/releases, you can edit the draft and save the changes there with the save draft button (note that release drafts don't have a permanent URL, therefore I can't link it from here). |
@awvwgk |
I can setup a PKGBUILD once this is merged. Packaging for msys2 is quite straight-forward, you can try it yourself by adjusting fpm-git PKGBUILD given in https://github.com/fortran-lang/fpm/wiki/Packaging-Fpm#msys2-windows for CMake. |
Finally, we have a release version. Regarding to stdlib_stats_distribution_PRNG module, I am not sure whether it should be in stats_distribution package. GSL has a separate |
@Jim-215-Fisher I opened #544 to discuss the potential change regarding the PRNG distribution module. |
- update changelog, add changelog to pages
I'll go ahead and merge this PR and publish the first release of stdlib. Thanks everybody for the hard work so far. |
Thank you @awvwgk for all your work to make this first release! |
Create first release for stdlib. The release notes will be build from the current changelogs entries, feel free to suggests additions to the changelog. After this patch is merged, a new release will be tagged with
v0.1.0
.Features, proposals, and fixes that should be included in the first release of the Fortran standard library (0.1.0) should be added to the milestone v0.1.0.
Closes #292
Requires #537