You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mxnet.apache.org by Serge Panev <sp...@nvidia.com.INVALID> on 2021/08/19 18:06:39 UTC

[VOTE] Release Apache MXNet (incubating) version 1.9.0.rc7

Dear MXNet community,

This is the vote to release Apache MXNet (incubating) version 1.9.0.rc7. Voting will start on Thursday, August 19th, 2021 11:00 AM and close after 4 days.

Compared to RC6, this RC7:
- addresses several license issues, described in https://github.com/apache/incubator-mxnet/issues/20475
- fixes a bug due to closing libs in the LibraryInitializer dtor, which might be still needed


Link to release notes:
https://cwiki.apache.org/confluence/display/MXNET/1.9.0+Release+Notes

Link to release candidate:
https://github.com/apache/incubator-mxnet/releases/tag/1.9.0.rc7

Link to source and signatures on apache dist server:
https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.9.0.rc7/


Please remember to TEST first before voting accordingly:
+1 = approve
+0 = no opinion
-1 = disapprove (provide reason)


Best regards,
Serge Panev

Re: [VOTE] Release Apache MXNet (incubating) version 1.9.0.rc7

Posted by Atri Sharma <at...@apache.org>.
+1 (binding)

- tag is correct
- LICENSE exists.
- DISCLAIMER exists.
- “Incubating” in file name and doc.

On 2021/08/19 18:06:39, Serge Panev <sp...@nvidia.com.INVALID> wrote: 
> Dear MXNet community,
> 
> This is the vote to release Apache MXNet (incubating) version 1.9.0.rc7. Voting will start on Thursday, August 19th, 2021 11:00 AM and close after 4 days.
> 
> Compared to RC6, this RC7:
> - addresses several license issues, described in https://github.com/apache/incubator-mxnet/issues/20475
> - fixes a bug due to closing libs in the LibraryInitializer dtor, which might be still needed
> 
> 
> Link to release notes:
> https://cwiki.apache.org/confluence/display/MXNET/1.9.0+Release+Notes
> 
> Link to release candidate:
> https://github.com/apache/incubator-mxnet/releases/tag/1.9.0.rc7
> 
> Link to source and signatures on apache dist server:
> https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.9.0.rc7/
> 
> 
> Please remember to TEST first before voting accordingly:
> +1 = approve
> +0 = no opinion
> -1 = disapprove (provide reason)
> 
> 
> Best regards,
> Serge Panev
> 

Re: [VOTE] Release Apache MXNet (incubating) version 1.9.0.rc7

Posted by Sandeep Krishnamurthy <sa...@gmail.com>.
+1

1. All the license issues raised in rc6 are now resolved -
https://github.com/apache/incubator-mxnet/issues/20475 . No more known
license issues.
2. Built from source and ran resnet50 cifar10 example training. (p3.16x
(V100 GPUs), Ubuntu 18.04)

This is the first release without work-in-progress disclaimer LICENSE file.
Really looking forward to this milestone. Thanks to community members in
helping with this.

-Sandeep



On Wed, Aug 25, 2021 at 6:27 PM Dick Carter <di...@apache.org> wrote:

> Not sure if the votes are still being tallied.  I reviewed and approve the
> commits since RC6.
>
> +1
>
> FYI, the commits since RC6, focusing on non-technical aspects for the most
> part, were:
>
> b5e9ae89b  2021-08-18  Sam Skalicky           [v1.9.x] stop closing opened
> libs (#20523)
> 524be2f3e  2021-08-17  Joe Evans              Just remove image
> classification CPP example from source tarball. (#20530)
> ffb764f0c  2021-08-16  Sandeep Krishnamurthy  [License] Remove mistakenly
> placed ASF headers (#20520)
> 7862c0004  2021-08-13  Manu Seth              [v1.9.x] modify erfinv
> implementation based on scipy (#20517)
> 17164021e  2021-08-13  Hongshan Li            [LICENSE] updated licenses
> for files under both ASF + BSD 3-clause (#20495)
> 1cf2fe5f8  2021-08-09  waytrue17              [v1.9.x]Update git repo
> reference (#20496)
> 13df0d783  2021-08-09  Sheng Zha              [v1.9.x] Add copyright
> detection and removal in license checker (#20498)
> 347e9b0c6  2021-08-09  Joe Evans              [v1.9.x] Make sure files
> with 2 licenses are listed properly in LICENSE. (#20492)
> eefb371cf  2021-08-06  Triston                [v1.9.x] Remove the
> "copyright by contributors" line in source files (#20493)
>
> On 2021/08/19 18:06:39 Serge Panev wrote:
> > Dear MXNet community,
> >
> > This is the vote to release Apache MXNet (incubating) version 1.9.0.rc7.
> Voting will start on Thursday, August 19th, 2021 11:00 AM and close after 4
> days.
> >
> > Compared to RC6, this RC7:
> > - addresses several license issues, described in
> https://github.com/apache/incubator-mxnet/issues/20475
> > - fixes a bug due to closing libs in the LibraryInitializer dtor, which
> might be still needed
> >
> >
> > Link to release notes:
> > https://cwiki.apache.org/confluence/display/MXNET/1.9.0+Release+Notes
> >
> > Link to release candidate:
> > https://github.com/apache/incubator-mxnet/releases/tag/1.9.0.rc7
> >
> > Link to source and signatures on apache dist server:
> > https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.9.0.rc7/
> >
> >
> > Please remember to TEST first before voting accordingly:
> > +1 = approve
> > +0 = no opinion
> > -1 = disapprove (provide reason)
> >
> >
> > Best regards,
> > Serge Panev
> >
>


-- 
Sandeep Krishnamurthy

Re: [VOTE] Release Apache MXNet (incubating) version 1.9.0.rc7

Posted by Dick Carter <di...@apache.org>.
Not sure if the votes are still being tallied.  I reviewed and approve the commits since RC6.

+1

FYI, the commits since RC6, focusing on non-technical aspects for the most part, were:

b5e9ae89b  2021-08-18  Sam Skalicky           [v1.9.x] stop closing opened libs (#20523)
524be2f3e  2021-08-17  Joe Evans              Just remove image classification CPP example from source tarball. (#20530)
ffb764f0c  2021-08-16  Sandeep Krishnamurthy  [License] Remove mistakenly placed ASF headers (#20520)
7862c0004  2021-08-13  Manu Seth              [v1.9.x] modify erfinv implementation based on scipy (#20517)
17164021e  2021-08-13  Hongshan Li            [LICENSE] updated licenses for files under both ASF + BSD 3-clause (#20495)
1cf2fe5f8  2021-08-09  waytrue17              [v1.9.x]Update git repo reference (#20496)
13df0d783  2021-08-09  Sheng Zha              [v1.9.x] Add copyright detection and removal in license checker (#20498)
347e9b0c6  2021-08-09  Joe Evans              [v1.9.x] Make sure files with 2 licenses are listed properly in LICENSE. (#20492)
eefb371cf  2021-08-06  Triston                [v1.9.x] Remove the "copyright by contributors" line in source files (#20493)

On 2021/08/19 18:06:39 Serge Panev wrote:
> Dear MXNet community,
> 
> This is the vote to release Apache MXNet (incubating) version 1.9.0.rc7. Voting will start on Thursday, August 19th, 2021 11:00 AM and close after 4 days.
> 
> Compared to RC6, this RC7:
> - addresses several license issues, described in https://github.com/apache/incubator-mxnet/issues/20475
> - fixes a bug due to closing libs in the LibraryInitializer dtor, which might be still needed
> 
> 
> Link to release notes:
> https://cwiki.apache.org/confluence/display/MXNET/1.9.0+Release+Notes
> 
> Link to release candidate:
> https://github.com/apache/incubator-mxnet/releases/tag/1.9.0.rc7
> 
> Link to source and signatures on apache dist server:
> https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.9.0.rc7/
> 
> 
> Please remember to TEST first before voting accordingly:
> +1 = approve
> +0 = no opinion
> -1 = disapprove (provide reason)
> 
> 
> Best regards,
> Serge Panev
> 

Re: [VOTE] Release Apache MXNet (incubating) version 1.9.0.rc7

Posted by Joe Evans <jo...@gmail.com>.
+1

Built Linux CPU variant and passed unit tests.

On Thu, Aug 19, 2021 at 11:06 AM Serge Panev <sp...@nvidia.com.invalid>
wrote:

> Dear MXNet community,
>
> This is the vote to release Apache MXNet (incubating) version 1.9.0.rc7.
> Voting will start on Thursday, August 19th, 2021 11:00 AM and close after 4
> days.
>
> Compared to RC6, this RC7:
> - addresses several license issues, described in
> https://github.com/apache/incubator-mxnet/issues/20475
> - fixes a bug due to closing libs in the LibraryInitializer dtor, which
> might be still needed
>
>
> Link to release notes:
> https://cwiki.apache.org/confluence/display/MXNET/1.9.0+Release+Notes
>
> Link to release candidate:
> https://github.com/apache/incubator-mxnet/releases/tag/1.9.0.rc7
>
> Link to source and signatures on apache dist server:
> https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.9.0.rc7/
>
>
> Please remember to TEST first before voting accordingly:
> +1 = approve
> +0 = no opinion
> -1 = disapprove (provide reason)
>
>
> Best regards,
> Serge Panev
>

Re: [VOTE] Release Apache MXNet (incubating) version 1.9.0.rc7

Posted by Sheng Zha <zh...@apache.org>.
+1

On 2021/08/19 18:06:39, Serge Panev <sp...@nvidia.com.INVALID> wrote: 
> Dear MXNet community,
> 
> This is the vote to release Apache MXNet (incubating) version 1.9.0.rc7. Voting will start on Thursday, August 19th, 2021 11:00 AM and close after 4 days.
> 
> Compared to RC6, this RC7:
> - addresses several license issues, described in https://github.com/apache/incubator-mxnet/issues/20475
> - fixes a bug due to closing libs in the LibraryInitializer dtor, which might be still needed
> 
> 
> Link to release notes:
> https://cwiki.apache.org/confluence/display/MXNET/1.9.0+Release+Notes
> 
> Link to release candidate:
> https://github.com/apache/incubator-mxnet/releases/tag/1.9.0.rc7
> 
> Link to source and signatures on apache dist server:
> https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.9.0.rc7/
> 
> 
> Please remember to TEST first before voting accordingly:
> +1 = approve
> +0 = no opinion
> -1 = disapprove (provide reason)
> 
> 
> Best regards,
> Serge Panev
> 

Re: [VOTE] Release Apache MXNet (incubating) version 1.9.0.rc7

Posted by Zhu Zhaoqi <zh...@gmail.com>.
+1 - Carrying over my vote for RC6. I built the source code and tested bert
inference as well as mx2onnx converter. Everything worked as expected.

Thanks,
Zhaoqi

On Thu, Aug 19, 2021 at 11:06 AM Serge Panev <sp...@nvidia.com.invalid>
wrote:

> Dear MXNet community,
>
> This is the vote to release Apache MXNet (incubating) version 1.9.0.rc7.
> Voting will start on Thursday, August 19th, 2021 11:00 AM and close after 4
> days.
>
> Compared to RC6, this RC7:
> - addresses several license issues, described in
> https://github.com/apache/incubator-mxnet/issues/20475
> - fixes a bug due to closing libs in the LibraryInitializer dtor, which
> might be still needed
>
>
> Link to release notes:
> https://cwiki.apache.org/confluence/display/MXNET/1.9.0+Release+Notes
>
> Link to release candidate:
> https://github.com/apache/incubator-mxnet/releases/tag/1.9.0.rc7
>
> Link to source and signatures on apache dist server:
> https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.9.0.rc7/
>
>
> Please remember to TEST first before voting accordingly:
> +1 = approve
> +0 = no opinion
> -1 = disapprove (provide reason)
>
>
> Best regards,
> Serge Panev
>

Re: [VOTE] Release Apache MXNet (incubating) version 1.9.0.rc7

Posted by "kezhenxu94@apache" <ke...@apache.org>.
+1

- tag is correct
- shasum is correct
- tar files are signed by spanev@nvidia.com
- LICENSE exists.
- DISCLAIMER exists.
- “Incubating” in file name and doc.
- No unexpected binary files in source tar.


> On Aug 20, 2021, at 02:06, Serge Panev <sp...@nvidia.com.INVALID> wrote:
> 
> Dear MXNet community,
> 
> This is the vote to release Apache MXNet (incubating) version 1.9.0.rc7. Voting will start on Thursday, August 19th, 2021 11:00 AM and close after 4 days.
> 
> Compared to RC6, this RC7:
> - addresses several license issues, described in https://github.com/apache/incubator-mxnet/issues/20475
> - fixes a bug due to closing libs in the LibraryInitializer dtor, which might be still needed
> 
> 
> Link to release notes:
> https://cwiki.apache.org/confluence/display/MXNET/1.9.0+Release+Notes
> 
> Link to release candidate:
> https://github.com/apache/incubator-mxnet/releases/tag/1.9.0.rc7
> 
> Link to source and signatures on apache dist server:
> https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.9.0.rc7/
> 
> 
> Please remember to TEST first before voting accordingly:
> +1 = approve
> +0 = no opinion
> -1 = disapprove (provide reason)
> 
> 
> Best regards,
> Serge Panev

————————— 
Zhenxu Ke (柯振旭)
GitHub @kezhenxu94