[apache/incubator-tvm] [VOTE] Release Apache TVM (incubating) v0.7.0.rc0 (#6622)

2020-10-03 Thread ziheng
Dear TVM community,

This is a call for vote to release Apache TVM (incubating) version 0.7.0.  This 
is a major release with many new features and improvement. All users of Apache 
TVM (incubating) 0.6 are advised to upgrade. The release is co-managed by Zhi 
Chen (@zhiics).

Link to release notes: 
https://github.com/apache/incubator-tvm/releases/tag/v0.7.0.rc0 

Link to release candidate: 
https://dist.apache.org/repos/dist/dev/incubator/tvm/tvm-v0.7.0-rc0

The vote will be open for at least 72 hours. Everyone is welcomed to vote. 
Please vote by replying to this thread explicitly.

+1 = approve
+0 = no opinion
-1 = disapprove (provide reason)

NOTE: this thread is being mirrored in dev@

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-tvm/issues/6622

Re: [apache/incubator-tvm] [VOTE] Release Apache TVM (incubating) v0.7.0.rc0 (#6622)

2020-10-03 Thread Yizhi Liu
+1, I have checked

Incubating in name
Verified signature and checksum
LICENSE checked
NOTICE checked
DISCLAIMER checked

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-tvm/issues/6622#issuecomment-703168521

[apache/incubator-tvm] [RFC] Move to use main as default branch (#6623)

2020-10-03 Thread Tianqi Chen
Dear TVM Community:

In light of recent proposed change of [github's default branch from master to 
main](https://github.blog/changelog/2020-10-01-the-default-branch-for-newly-created-repositories-is-now-main/).
 It would be great for the community to consider such a change. Given the 
minimum impact to set it up. We believe is a net positive to the community and 
also keeps us up to the latest github convention.

This thread seeks formal lazy consensus :) Everyone is also more than welcomed 
to share their thoughts.

TQ

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-tvm/issues/6623

Re: [apache/incubator-tvm] [VOTE] Release Apache TVM (incubating) v0.7.0.rc0 (#6622)

2020-10-03 Thread Tianqi Chen
+1 (binding), I checked

Signatures and hashes good
DISCLAIMER, LICENSE, NOTICE
Signatures and hashes
No unexpected binary files
Code compiles

TQ

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-tvm/issues/6622#issuecomment-703170758

Re: [apache/incubator-tvm] [RFC] Move to use main as default branch (#6623)

2020-10-03 Thread Tianqi Chen
To be fully transparent about what it would take:

- create main branch from master
- setup branch protection 
- New PRs and other activities will continue to work as normal
- For stale PRs that still need updates, re-raise against the new default -- 
given we merge PRs actively and stale PR usually requires CI retrigger anyway, 
there wont be a big overhead. 


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-tvm/issues/6623#issuecomment-703171276

Re: [apache/incubator-tvm] [RFC] Move to use main as default branch (#6623)

2020-10-03 Thread Junru Shao
It makes a lot of sense. Let’s follow the new default setting in github 
carefully to make sure the transition is smooth. Thanks a lot!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-tvm/issues/6623#issuecomment-703175815

Re: [apache/incubator-tvm] [RFC] Move to use main as default branch (#6623)

2020-10-03 Thread Sheng Zha
> For stale PRs that still need updates, re-raise against the new default

It's also feasible to just change the base of each of the open PR to target the 
new branch. Since the branches are identical initially, this switch shouldn't 
cause any issue. It can be carried out alongside the change in default branch 
setting.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-tvm/issues/6623#issuecomment-703182691