Re: branch for 0.10?

2016-05-23 Thread Luciano Resende
Do you have any specific thing to fix on 0.10 rc ? Otherwise I was going to create the branch when we needed it On Mon, May 23, 2016 at 10:31 AM, Deron Eriksson wrote: > Should there be a branch-0.10 on GitHub? The current pom.xml on master is > referring to the 0.11.0-SNAPSHOT. > > Deron >

Re: branch for 0.10?

2016-05-23 Thread Deron Eriksson
I wanted to do some building and testing of 0.10. Should I be doing that against the master head? Deron On Mon, May 23, 2016 at 10:37 AM, Luciano Resende wrote: > Do you have any specific thing to fix on 0.10 rc ? Otherwise I was going to > create the branch when we needed it > > > On Mon, May

Re: branch for 0.10?

2016-05-23 Thread Frederick R Reiss
I'd say wait until we have a final 0.1.0 release candidate, then branch. I don't believe anyone has any open PRs that need to go into the trunk right away. Fred From: Deron Eriksson To: dev@systemml.incubator.apache.org Date: 05/23/2016 10:31 AM Subject:branch for 0.10? Sho

Re: branch for 0.10?

2016-05-23 Thread Deron Eriksson
Hi Fred and Luciano, Branching after the 0.10 release candidate is ready sounds good. I think the current 0.11.0-SNAPSHOT in the pom might be a little confusing though since it might be interpreted as meaning it's OK to start checking 0.11 code into master. Deron On Mon, May 23, 2016 at 10:38 A

Re: branch for 0.10?

2016-05-23 Thread dusenberrymw
Also, the 0.10 release candidate #1 has been tagged [1], so we should test against that. [1]: https://github.com/apache/incubator-systemml/releases/tag/0.10.0-incubating-rc1 -- Mike Dusenberry GitHub: github.com/dusenberrymw LinkedIn: linkedin.com/in/mikedusenberry Sent from my iPhone. > O

Re: branch for 0.10?

2016-05-23 Thread dusenberrymw
Also, once we do have the 0.10 branch and have officially released 0.10, let's all remember to push any bug fixes that we'd want for a 0.10.1 fix release to that 0.10 branch, in addition to the master branch. We'll need to set up some testing against that branch as well. It will make it trivial

Re: branch for 0.10?

2016-05-23 Thread Luciano Resende
If you want to build, feel free to either use the source distro or checkout the RC1 tag. I am watching the code, if folks start checking in too much, and destabilize trunk, i can cut a branch from the tag and create new RCs from there. On Mon, May 23, 2016 at 10:50 AM, Deron Eriksson wrote: > H

Re: branch for 0.10?

2016-05-23 Thread Luciano Resende
On Mon, May 23, 2016 at 10:59 AM, wrote: > Also, the 0.10 release candidate #1 has been tagged [1], so we should test > against that. > > [1]: > https://github.com/apache/incubator-systemml/releases/tag/0.10.0-incubating-rc1 > > Exactly, +1 to check out the tag and do any build related tests.