[RESULTS] [VOTE] Release Apache MXNet (incubating) version 1.7.0.rc1

2020-08-23 Thread Chen, Ciyong
Dear Community,

The voting for releasing Apache MXNet (incubating) 1.7.0.rc1 has passed with 5 
+1 votes (3 binding) and no 0 or -1 votes.
+1 votes:
* Michael Wall / binding
* Jason Dai / binding
* Tianqi Chen / binding
* Sheng Zha

* Xingjian Shi

Vote thread can be found at:
https://lists.apache.org/thread.html/r3ef29e05e4313096dbe0fdf03dbf342f326e6f7f22a2bc0fa41971a0%40%3Cgeneral.incubator.apache.org%3E

Thanks everyone for taking the time to review and vote for the release!
We will continue the rest of release process and send out the announcement 
email in the coming days.

Thanks,
Ciyong Chen



Re: [VOTE] Release Apache MXNet (incubating) version 1.7.0.rc1

2020-08-23 Thread Tianqi Chen
+1 (binding)

- signature and hashes
- Disclaimer and License

TQ

On Wed, Aug 19, 2020 at 6:47 PM Xingjian SHI  wrote:

> +1 (Binding) I verified autogluon.
>
> Best,
> Xingjian
>
> On 8/19/20, 6:15 PM, "Chen, Ciyong"  wrote:
>
> Hi Jason,
> Thank you for your time to check and vote on this.
>
> Hi IPMC and community,
> We've got two binding votes, and now we're looking forward to one more
> binding votes for this release, please help on this, many thanks!!
>
> Regards,
> -Ciyong
>
> -Original Message-
> From: Jason Dai 
> Sent: Wednesday, August 19, 2020 10:16 PM
> To: general@incubator.apache.org
> Subject: Re: [VOTE] Release Apache MXNet (incubating) version 1.7.0.rc1
>
>  +1 (binding)
>
>
> I checked:
>
> - Incubating in name
>
> - Signatures and hashes
>
> - Disclaimer, LICENSE and NOTICE
>
>
> Thanks,
>
> -Jason
>
> On Tue, Aug 18, 2020 at 6:25 PM Michael Wall 
> wrote:
>
> > Thanks for the follow up Ciyong.  You are right, -vv did not enable
> > verbose. If I had used -VV (with capital V's) I would have gotten
> > output.
> >
> > Good luck on the vote.
> >
> > Mike
> >
> > On Tue, Aug 18, 2020 at 2:43 AM Chen, Ciyong 
> > wrote:
> > >
> > > Hi Michael,
> > >
> > > Thank you for your time to review and vote.
> > >
> > > Regarding your questions:
> > > > - Does anything with mshadow need to change now that it has
> passed
> > clearance.
> > > From source code release perspective, I don't think there's
> anything
> > > we
> > need to change as mshadow is already in the code base with the
> correct
> > license header. CC @Sheng to see if any comments.
> > >
> > > > - I tried running tests a couple of ways after the build I build
> > > > but
> > they just hung for 15 min before I control-c'd them.  Maybe I didn't
> > wait long enough, but there was no indication anything was running.
> > > The test suite contains lots of test cases which will be very time
> > consuming, " ctest -vv" doesn't enable the verbose output thus looks
> > like it hung as no output on the terminal.
> > > By using "ctest --verbose" which turns on the verbose and will
> give
> > > more
> > details for all the test cases.
> > > Currently, the entire test suite will run through many different
> > configurations of hardware and docker image via CI pipeline.
> > >
> > > Thanks,
> > > -Ciyong
> > >
> > > -Original Message-
> > > From: Michael Wall 
> > > Sent: Tuesday, August 18, 2020 9:54 AM
> > > To: general@incubator.apache.org
> > > Subject: Re: [VOTE] Release Apache MXNet (incubating) version
> > > 1.7.0.rc1
> > >
> > > +1 from me
> > >
> > > Checked
> > > - signatures
> > > - incubating in name
> > > - License, Notice and Disclaimer
> > > - Compiled from source with CPP bindings using
> >
> https://mxnet.apache.org/versions/1.6/get_started/build_from_source#in
> > stall-mxnet-for-python
> > ,
> > > https://mxnet.apache.org/versions/1.6/get_started/cpp_setup and
> >
> https://github.com/apache/incubator-mxnet/blob/1.7.0.rc1/config/linux.
> > cmake
> > >
> > > Couple of questions
> > > - Does anything with mshadow need to change now that it has passed
> > clearance.
> > > - I tried running tests a couple of ways after the build I build
> but
> > they just hung for 15 min before I control-c'd them.  Maybe I didn't
> > wait long enough, but there was no indication anything was running.
> > >
> > > Here is the run
> > >
> > > ```
> > > [0/1] Running tests...
> > > Test project
> >
> /home/mikewall/Desktop/mxnet-1.7.0/apache-mxnet-src-1.7.0.rc1-incubati
> > ng/build
> > > Start 1: AllTestsInmxnetUnitTests
> > > ^Cninja: build stopped: interrupted by user.
> > > ```
> > >
> > > And here is my history fwiw
> > >
> > > ```
> > > sudo apt-get install -y build-essential git ninja-build ccache
> > libopenblas-dev libopencv-dev cp config/linux.cmake config.cmake rm
> > -rf build cmake -S. -Bbuild -DUSE_CPP_PACKAGE=1
> > -DCMAKE_BUILD_TYPE=Release -GNinja cmake --build build cmake --build
> > build --target test cd build && ctest -vv ```
> > >
> > > On Mon, Aug 17, 2020 at 2:27 PM Sheng Zha 
> wrote:
> > > >
> > > > Hi Justin,
> > > >
> > > > Since the blocking issue has been resolved, would you mind
> > > > changing
> > your vote? Thanks.
> > > >
> > > > Regards,
> > > > Sheng
> > > >
> > > > On 2020/07/26 01:27:39, Justin Mclean 
> > wrote:
> > > > > Hi,
> > > > >
> > > > > -1 (binding) as this release contains code that hasn’t gone
> > > > > though
> > IP clearance (mshadow).
> > > > >
> > > > > I checked:
> > > > > - inc