From: Ethan M. (UW) <me...@uw...> - 2019-11-18 00:27:20
|
I have placed a testing package for version 5.2.8 on SourceForge https://sourceforge.net/projects/gnuplot/files/gnuplot/testing/[1] |
From: Ethan M. (UW) <me...@uw...> - 2019-11-20 19:16:36
|
(sending again because the first attempt somehow got wrapped in HTML) I have placed a testing package for version 5.2.8 on SourceForge https://sourceforge.net/projects/gnuplot/files/gnuplot/testing/ |
From: Tatsuro M. <tma...@ya...> - 2019-11-21 00:01:56
|
Sorry my condition is not good so that I cannot commit windows binaries. Tatsuro ----- Original Message ----- > From: Ethan Merritt (UW) <me...@uw...> > To: gnuplot-beta <gnu...@li...> > Cc: > Date: 2019/11/21, Thu 04:13 > Subject: Version 5.2.8 / Development status / Release plans > >( sending again because the first attempt somehow got wrapped in HTML) > > I have placed a testing package for version 5.2.8 on SourceForge > > https://sourceforge.net/projects/gnuplot/files/gnuplot/testing/ > |
From: Bastian M. <bma...@we...> - 2019-11-30 06:17:10
|
> Von: "Ethan Merritt (UW)" <me...@uw...> (snip) > > However I don't think the current state of git tip is appropriate > for a stable release. There are a lot of changes; some of the new > features have barely been tested, others have been blocked > out but only partially implemented. Therefore I propose to base > the 5.4 branch off 5.2 rather than off the development branch. > My thought is to back-port some of the better-tested features > from the development branch into 5.4. Some obvious ones are > Unicode escape sequences > "set table separator <char>" > 2D plot style "with arrows" > 3D plot styles "with boxes", "with circles" > > If back-porting individual features turns out to be too difficult, > the fallback plan is be to re-label current git tip as "5.4" > and start a new development branch as we have done in the past. > But I am hopeful that the change to using git will make > back-porting easier. > > Your thoughts? > > Ethan > Changing the development model that late in the process is not a good idea in my opinion. 5.2 and master have diverged very seriously. Here's the diffstat summary between master and the 5.2 branchpoint: 496 files changed, 53053 insertions(+), 34391 deletions(-) And that between master and 5.2 tip: 462 files changed, 39932 insertions(+), 26039 deletions(-) Selectively backporting all that stuff is a major undertaking. Wouldn't it be better to create a 5.4 branch from master and remove the incomplete features again? Bastian |
From: Hans-Bernhard B. <HBB...@t-...> - 2019-11-30 20:42:47
|
Am 30.11.2019 um 07:16 schrieb "Bastian Märkisch": > Selectively backporting all that stuff is a major undertaking. > Wouldn't it be better to create a 5.4 branch from master and remove > the incomplete features again? Or better yet, encapsulate them into compiler switches, like we used to do with all experimental features. |
From: Bastian M. <bma...@we...> - 2019-11-30 06:27:42
|
Binaries for Windows 64bit are now available on SF. Please test as normally distribution builds are done by Tatsuro Matsuoka. Bastian > > I have placed a testing package for version 5.2.8 on SourceForge > > https://sourceforge.net/projects/gnuplot/files/gnuplot/testing/� > > If no build problems are reported, I expect a full 5.2.8 release > later this month. > > I am thinking that this should be the last release planned for > version 5.2. I figure to create a 5.4 branch and aim for an > initial 5.4 release some time next year (2020). > > |
From: Erik L. <eri...@gm...> - 2019-11-30 16:03:10
|
Dear Ethan (and others), I can report that compilation on OS X worked without problems. Erik On Wed, Nov 20, 2019 at 1:16 PM Ethan Merritt (UW) <me...@uw...> wrote: > (sending again because the first attempt somehow got wrapped in HTML) > > I have placed a testing package for version 5.2.8 on SourceForge > > https://sourceforge.net/projects/gnuplot/files/gnuplot/testing/ > > If no build problems are reported, I expect a full 5.2.8 release > later this month. > > I am thinking that this should be the last release planned for > version 5.2. I figure to create a 5.4 branch and aim for an > initial 5.4 release some time next year (2020). > > However I don't think the current state of git tip is appropriate > for a stable release. There are a lot of changes; some of the new > features have barely been tested, others have been blocked > out but only partially implemented. Therefore I propose to base > the 5.4 branch off 5.2 rather than off the development branch. > My thought is to back-port some of the better-tested features > from the development branch into 5.4. Some obvious ones are > Unicode escape sequences > "set table separator <char>" > 2D plot style "with arrows" > 3D plot styles "with boxes", "with circles" > > If back-porting individual features turns out to be too difficult, > the fallback plan is be to re-label current git tip as "5.4" > and start a new development branch as we have done in the past. > But I am hopeful that the change to using git will make > back-porting easier. > > Your thoughts? > > Ethan > > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |