SciRuby / daru

Data Analysis in RUby
BSD 2-Clause "Simplified" License
1.03k stars 139 forks source link

release 0.2.2, or at least as pre? #498

Closed Yuki-Inoue closed 4 years ago

Yuki-Inoue commented 5 years ago

Since 0.2.1, several improvements are merged into master. Is it possible to release them as 0.2.2? Or, at least as 0.2.2.pre ?

Shekharrajak commented 5 years ago

Ping @v0dro

kojix2 commented 5 years ago

Daru::View require the latest Daru. I hope Daru::View work with RubyData’s Docker image. https://github.com/RubyData/docker-stacks

This image will be added to try Jupyter page. https://jupyter.org/try

kojix2 commented 5 years ago

http://bestgems.org/gems/daru

It's good time to release a new version. image

50-250 downloads / day image

Shekharrajak commented 5 years ago

Thanks @kojix2 for information. I will work on it by this weekend.

kojix2 commented 5 years ago

I am waiting for a new version. What is the obstacle to the release of a new version?

Is there anything I can help you with?

Shekharrajak commented 5 years ago

Actually, I am bit busy and we need to write Enhancements/Fixes/New feature PRs in https://github.com/SciRuby/daru/blob/master/History.md and https://github.com/SciRuby/daru/releases, which is time taking.

kojix2 commented 5 years ago

Ok. So we need to summarize the commit log. https://github.com/SciRuby/daru/compare/v0.2.1...master

@Yuki-Inoue About half of the commits are from you!

Shekharrajak commented 5 years ago

Yes! May be in future we can have a bot that handles release note automatically whenever new commits are merged.

Also, we need to change the version here : https://github.com/SciRuby/daru/blob/master/lib/daru/version.rb according to the changes and feature added.

kojix2 commented 4 years ago

@v0dro Could you please add @shahsaurabh0605 to owner of daru.gem on rubygems.org? https://rubygems.org/gems/daru

https://github.com/SciRuby/iruby/issues/211

kojix2 commented 4 years ago

You can upgrade it twice.

Most of the changes in the first half of https://github.com/SciRuby/daru/compare/v0.2.1...master were made by Yuki Inoue, so @Yuki-Inoue writes a release note. Then @Shekharrajak release it once.

The second half is mostly from Shekharrajak, so it's not hard to write release notes. Then there's the second release.

Shekharrajak commented 4 years ago

Okay, I will do it as soon as possible. I think in near future we can have a bot who writes the release note (may be in wiki page) after merging any PR.

Shekharrajak commented 4 years ago

Checkout the new version 0.2.2 at https://rubygems.org/gems/daru and changelog : https://github.com/SciRuby/daru/blob/master/History.md#022-8-august-2019

kojix2 commented 4 years ago

Great!