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

Bump stdlib version to 0.1.0 #538

Merged
merged 1 commit into from
Oct 4, 2021
Merged

Conversation

awvwgk
Copy link
Member

@awvwgk awvwgk commented Sep 25, 2021

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

@awvwgk awvwgk added the waiting for OP This patch requires action from the OP label Sep 25, 2021
Copy link
Member

@jvdp1 jvdp1 left a 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.

@awvwgk awvwgk added reviewers needed This patch requires extra eyes and removed waiting for OP This patch requires action from the OP labels Oct 2, 2021
@awvwgk awvwgk marked this pull request as ready for review October 2, 2021 18:24
@awvwgk awvwgk added this to the v0.1.0 milestone Oct 2, 2021
@awvwgk awvwgk mentioned this pull request Oct 2, 2021
@awvwgk awvwgk added the help wanted Extra attention is needed label Oct 2, 2021
@awvwgk
Copy link
Member Author

awvwgk commented Oct 2, 2021

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).

@jvdp1
Copy link
Member

jvdp1 commented Oct 2, 2021

Thank you @awvwgk for this work.

while I was checking the links for #272, I was wondering if this version number should also appear in stdlib.fortran-lang.org. CHANGELOG.md might be already consider by ford. However I didn't check it. Probably good to check this at the end of this PR.

@zoziha
Copy link
Contributor

zoziha commented Oct 3, 2021

@awvwgk Linspace, logspace, and arange should belong to stdlib_math. (I tried to modify the draft.)
Thanks, this PR is really a milestone.
Maybe someday we can install fortran stdlib on msys2 :)

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@awvwgk awvwgk removed the reviewers needed This patch requires extra eyes label Oct 3, 2021
@awvwgk
Copy link
Member Author

awvwgk commented Oct 3, 2021

Maybe someday we can install fortran stdlib on msys2 :)

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.

@Jim-215-Fisher
Copy link
Contributor

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 random numbers package in addition to random distributions and statistics.

@awvwgk
Copy link
Member Author

awvwgk commented Oct 3, 2021

@Jim-215-Fisher I opened #544 to discuss the potential change regarding the PRNG distribution module.

- update changelog, add changelog to pages
@awvwgk
Copy link
Member Author

awvwgk commented Oct 4, 2021

I'll go ahead and merge this PR and publish the first release of stdlib. Thanks everybody for the hard work so far.

@awvwgk awvwgk merged commit c2db004 into fortran-lang:master Oct 4, 2021
@awvwgk awvwgk deleted the release-0.1.0 branch October 4, 2021 16:53
@awvwgk awvwgk removed the help wanted Extra attention is needed label Oct 4, 2021
@jvdp1
Copy link
Member

jvdp1 commented Oct 4, 2021

Thank you @awvwgk for all your work to make this first release!

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.

Is stdlib versioned?
4 participants