You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(33) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(7) |
Feb
(44) |
Mar
(51) |
Apr
(43) |
May
(43) |
Jun
(36) |
Jul
(61) |
Aug
(44) |
Sep
(25) |
Oct
(82) |
Nov
(97) |
Dec
(47) |
2005 |
Jan
(77) |
Feb
(143) |
Mar
(42) |
Apr
(31) |
May
(93) |
Jun
(93) |
Jul
(35) |
Aug
(78) |
Sep
(56) |
Oct
(44) |
Nov
(72) |
Dec
(75) |
2006 |
Jan
(116) |
Feb
(99) |
Mar
(181) |
Apr
(171) |
May
(112) |
Jun
(86) |
Jul
(91) |
Aug
(111) |
Sep
(77) |
Oct
(72) |
Nov
(57) |
Dec
(51) |
2007 |
Jan
(64) |
Feb
(116) |
Mar
(70) |
Apr
(74) |
May
(53) |
Jun
(40) |
Jul
(519) |
Aug
(151) |
Sep
(132) |
Oct
(74) |
Nov
(282) |
Dec
(190) |
2008 |
Jan
(141) |
Feb
(67) |
Mar
(69) |
Apr
(96) |
May
(227) |
Jun
(404) |
Jul
(399) |
Aug
(96) |
Sep
(120) |
Oct
(205) |
Nov
(126) |
Dec
(261) |
2009 |
Jan
(136) |
Feb
(136) |
Mar
(119) |
Apr
(124) |
May
(155) |
Jun
(98) |
Jul
(136) |
Aug
(292) |
Sep
(174) |
Oct
(126) |
Nov
(126) |
Dec
(79) |
2010 |
Jan
(109) |
Feb
(83) |
Mar
(139) |
Apr
(91) |
May
(79) |
Jun
(164) |
Jul
(184) |
Aug
(146) |
Sep
(163) |
Oct
(128) |
Nov
(70) |
Dec
(73) |
2011 |
Jan
(235) |
Feb
(165) |
Mar
(147) |
Apr
(86) |
May
(74) |
Jun
(118) |
Jul
(65) |
Aug
(75) |
Sep
(162) |
Oct
(94) |
Nov
(48) |
Dec
(44) |
2012 |
Jan
(49) |
Feb
(40) |
Mar
(88) |
Apr
(35) |
May
(52) |
Jun
(69) |
Jul
(90) |
Aug
(123) |
Sep
(112) |
Oct
(120) |
Nov
(105) |
Dec
(116) |
2013 |
Jan
(76) |
Feb
(26) |
Mar
(78) |
Apr
(43) |
May
(61) |
Jun
(53) |
Jul
(147) |
Aug
(85) |
Sep
(83) |
Oct
(122) |
Nov
(18) |
Dec
(27) |
2014 |
Jan
(58) |
Feb
(25) |
Mar
(49) |
Apr
(17) |
May
(29) |
Jun
(39) |
Jul
(53) |
Aug
(52) |
Sep
(35) |
Oct
(47) |
Nov
(110) |
Dec
(27) |
2015 |
Jan
(50) |
Feb
(93) |
Mar
(96) |
Apr
(30) |
May
(55) |
Jun
(83) |
Jul
(44) |
Aug
(8) |
Sep
(5) |
Oct
|
Nov
(1) |
Dec
(1) |
2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(3) |
Sep
(1) |
Oct
(3) |
Nov
|
Dec
|
2017 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
(7) |
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
1
(5) |
2
(2) |
3
(4) |
4
|
5
|
6
(4) |
7
(6) |
8
(7) |
9
(2) |
10
(8) |
11
(5) |
12
(3) |
13
(1) |
14
|
15
(11) |
16
(10) |
17
(3) |
18
(5) |
19
(6) |
20
(2) |
21
(2) |
22
(8) |
23
|
24
(2) |
25
(16) |
26
(37) |
27
(15) |
28
(1) |
|
|
|
|
|
From: Fernando P. <fpe...@gm...> - 2011-02-26 23:45:05
|
On Sat, Feb 26, 2011 at 3:24 PM, Darren Dale <dsd...@gm...> wrote: > > I agree that the github interface is not great. The github devs seem > to know that everybody complains about it. Yup. I hold on to the hope that, because it's so egregiously, painfully broken and braindead and it stands out so badly in comparison to the rest of github (which is brilliant), that it won't be too long before this improves. Granted, we can't know what's on their internal todo list, but those guys are obviously good and listen to feedback (from what I've seen elsewhere on the site), and their bug tracker has become something of a laughing stock, so I can only imagine that they're actually working on it. In the meantime, Min recently pointed out this interesting alternative: http://githubissues.heroku.com/#darrendale/mpl-issues You can point it to any repository you want, and it makes interacting with the issue list far, far saner than via github itself. We're using now that interface ourselves for IPython: http://githubissues.heroku.com/#ipython/ipython and I have to say that I like it quite a bit. For those on OSX, this can even be installed to run locally, with the feel of a native app (it's still a webkit app, but it launches like a local app). Something to keep in mind as you make the decision... In the end, in IPython we decided to move to github in order to benefit from the close integration between pull requests, bugs and commits. Pull requests automatically create an issue, one can close bugs automatically from the commit message, etc. I figured these things would be nice to have for an everyday workflow, and that eventually github itself would improve its native bug system. Cheers, f |
From: Darren D. <dsd...@gm...> - 2011-02-26 23:25:31
|
On Sat, Feb 26, 2011 at 6:15 PM, Benjamin Root <ben...@ou...> wrote: > Github has been a wonderful tool for *developers*, but for > users of projects, I haven't seen the amount of sophistication and polish > that sourceforge has. > > I am personally fine with continuing to use sourceforge for the tracker (I > know I need to catch up on bugs there...). My main concern, though, is > having two active issue trackers -- one on sourceforge and one on github. The one at github can be easily disabled. |
From: Darren D. <dsd...@gm...> - 2011-02-26 23:24:32
|
On Sat, Feb 26, 2011 at 5:58 PM, Eric Firing <ef...@ha...> wrote: > On 02/26/2011 10:54 AM, Darren Dale wrote: >> On Sat, Feb 26, 2011 at 3:52 PM, Darren Dale<dsd...@gm...> wrote: >>> On Sat, Feb 26, 2011 at 2:52 PM, Eric Firing<ef...@ha...> wrote: >>>> On 02/26/2011 09:26 AM, Darren Dale wrote: >>>>> On Wed, Feb 16, 2011 at 2:19 PM, Eric Firing<ef...@ha...> wrote: >>>>>> On 02/16/2011 08:38 AM, Darren Dale wrote: >>>>>>> On Wed, Feb 16, 2011 at 12:39 PM, Fernando Perez<fpe...@gm...> wrote: >>>>>>>> are you guys planning on transfering the old bugs to github? >>>>>>> >>>>>>> Probably at some point. >>>>>>> >>>>>>>> As I >>>>>>>> mentioned, I have code lying around for the upload (and to download >>>>>>>> from launchpad, but that's irrelevant here). I'm going to be mosly >>>>>>>> offline til Monday (conference trip), but if someone pings me on my >>>>>>>> Berkeley email address, which I monitor even while traveling, I'll be >>>>>>>> happy to help out. >>>>>>> >>>>>>> Thanks, that would be very helpful. I'll follow up once I figure out >>>>>>> how to extract the information from sourceforge. >>>>>> >>>>>> Darren, >>>>>> >>>>>> Just a heads-up on that: In November the tracker was heavily spammed. >>>>>> Recently I marked a few hundred items with the "delete" disposition, but >>>>>> I don't think that actually gets rid of them. If it doesn't, then maybe >>>>>> they can be filtered out during the transfer. >>>>> >>>>> We have some additional spam that needs to be deleted. How did you do >>>>> it? When I try to delete several at once (mass change), I get an error >>>>> message: "XSRF Attempt Detected!" >>>>> >>>> >>>> I made the tracker display the maximum number of entries per page, then >>>> clicked "check all", then "mass update" with "delete", and it marked >>>> them as "deleted"--but they never get deleted. They are still there, >>>> but marked "deleted". It sounds like that is the same as what you tried, >>>> so I don't know why you are getting that error message. >>>> >>>> Which tracker category is showing the new spam? >>> >>> The Feature Requests. I was not able to mark the spam as deleted, but >>> I filtered it out in the conversion. >> >> Let me try again: >> >> The tracker export xml file and conversion script are up at >> https://github.com/darrendale/mpl-issues , and the issues can be >> previewed at https://github.com/darrendale/mpl-issues/issues . Devs, >> please have a >> look. I only imported the open issues, including bugs, patches, >> feature requests and support requests. If we decide to use the github >> tracker, we can tell sourceforge we have relocated the project, and >> the project will remain intact and archived. I don't know if that >> would mean that we can no longer host the homepage at sourceforge. > > The submitter info is lost? > And when it was originally submitted? No, I can improve it so this information is included. > If yes to either, then I think that we should not transfer these from > sourceforge, but deal with them there. Each issue has a hyperlink to the report at sourceforge. > Overall, the tracking interface on github looks so bad that I can't see > why we would want to move. Sourceforge is slow, but at least the > tracker has the right sort of functionality: the ability to scan a lot > of info on one screen, the ability to categorize, attach files, assign, > etc. Maybe some of this is available but not evident in the github > tracker, but what I see is not encouraging. I agree that the github interface is not great. The github devs seem to know that everybody complains about it. There are some good things about it though. Labels, the ability to link between an issue and the commits that resolve it, the ability for people to provide feedback on what issues are important to them. > Mpl historically has not done well in using the tracker. I hope that > eventually we can transition to a tool that will help us do better, not > worse. I disagree that we would do worse with the github tracker. |
From: Benjamin R. <ben...@ou...> - 2011-02-26 23:16:17
|
On Sat, Feb 26, 2011 at 4:58 PM, Eric Firing <ef...@ha...> wrote: > On 02/26/2011 10:54 AM, Darren Dale wrote: > > On Sat, Feb 26, 2011 at 3:52 PM, Darren Dale<dsd...@gm...> wrote: > >> On Sat, Feb 26, 2011 at 2:52 PM, Eric Firing<ef...@ha...> > wrote: > >>> On 02/26/2011 09:26 AM, Darren Dale wrote: > >>>> On Wed, Feb 16, 2011 at 2:19 PM, Eric Firing<ef...@ha...> > wrote: > >>>>> On 02/16/2011 08:38 AM, Darren Dale wrote: > >>>>>> On Wed, Feb 16, 2011 at 12:39 PM, Fernando Perez<fperez.net@ > gmail.com> wrote: > >>>>>>> are you guys planning on transfering the old bugs to github? > >>>>>> > >>>>>> Probably at some point. > >>>>>> > >>>>>>> As I > >>>>>>> mentioned, I have code lying around for the upload (and to download > >>>>>>> from launchpad, but that's irrelevant here). I'm going to be mosly > >>>>>>> offline til Monday (conference trip), but if someone pings me on my > >>>>>>> Berkeley email address, which I monitor even while traveling, I'll > be > >>>>>>> happy to help out. > >>>>>> > >>>>>> Thanks, that would be very helpful. I'll follow up once I figure out > >>>>>> how to extract the information from sourceforge. > >>>>> > >>>>> Darren, > >>>>> > >>>>> Just a heads-up on that: In November the tracker was heavily spammed. > >>>>> Recently I marked a few hundred items with the "delete" disposition, > but > >>>>> I don't think that actually gets rid of them. If it doesn't, then > maybe > >>>>> they can be filtered out during the transfer. > >>>> > >>>> We have some additional spam that needs to be deleted. How did you do > >>>> it? When I try to delete several at once (mass change), I get an error > >>>> message: "XSRF Attempt Detected!" > >>>> > >>> > >>> I made the tracker display the maximum number of entries per page, then > >>> clicked "check all", then "mass update" with "delete", and it marked > >>> them as "deleted"--but they never get deleted. They are still there, > >>> but marked "deleted". It sounds like that is the same as what you > tried, > >>> so I don't know why you are getting that error message. > >>> > >>> Which tracker category is showing the new spam? > >> > >> The Feature Requests. I was not able to mark the spam as deleted, but > >> I filtered it out in the conversion. > > > > Let me try again: > > > > The tracker export xml file and conversion script are up at > > https://github.com/darrendale/mpl-issues , and the issues can be > > previewed at https://github.com/darrendale/mpl-issues/issues . Devs, > > please have a > > look. I only imported the open issues, including bugs, patches, > > feature requests and support requests. If we decide to use the github > > tracker, we can tell sourceforge we have relocated the project, and > > the project will remain intact and archived. I don't know if that > > would mean that we can no longer host the homepage at sourceforge. > > The submitter info is lost? > And when it was originally submitted? > If yes to either, then I think that we should not transfer these from > sourceforge, but deal with them there. > Overall, the tracking interface on github looks so bad that I can't see > why we would want to move. Sourceforge is slow, but at least the > tracker has the right sort of functionality: the ability to scan a lot > of info on one screen, the ability to categorize, attach files, assign, > etc. Maybe some of this is available but not evident in the github > tracker, but what I see is not encouraging. > > Mpl historically has not done well in using the tracker. I hope that > eventually we can transition to a tool that will help us do better, not > worse. > > Eric > > Ditto on this. Github has been a wonderful tool for *developers*, but for users of projects, I haven't seen the amount of sophistication and polish that sourceforge has. I am personally fine with continuing to use sourceforge for the tracker (I know I need to catch up on bugs there...). My main concern, though, is having two active issue trackers -- one on sourceforge and one on github. Ben Root |
From: Eric F. <ef...@ha...> - 2011-02-26 22:58:22
|
On 02/26/2011 10:54 AM, Darren Dale wrote: > On Sat, Feb 26, 2011 at 3:52 PM, Darren Dale<dsd...@gm...> wrote: >> On Sat, Feb 26, 2011 at 2:52 PM, Eric Firing<ef...@ha...> wrote: >>> On 02/26/2011 09:26 AM, Darren Dale wrote: >>>> On Wed, Feb 16, 2011 at 2:19 PM, Eric Firing<ef...@ha...> wrote: >>>>> On 02/16/2011 08:38 AM, Darren Dale wrote: >>>>>> On Wed, Feb 16, 2011 at 12:39 PM, Fernando Perez<fpe...@gm...> wrote: >>>>>>> are you guys planning on transfering the old bugs to github? >>>>>> >>>>>> Probably at some point. >>>>>> >>>>>>> As I >>>>>>> mentioned, I have code lying around for the upload (and to download >>>>>>> from launchpad, but that's irrelevant here). I'm going to be mosly >>>>>>> offline til Monday (conference trip), but if someone pings me on my >>>>>>> Berkeley email address, which I monitor even while traveling, I'll be >>>>>>> happy to help out. >>>>>> >>>>>> Thanks, that would be very helpful. I'll follow up once I figure out >>>>>> how to extract the information from sourceforge. >>>>> >>>>> Darren, >>>>> >>>>> Just a heads-up on that: In November the tracker was heavily spammed. >>>>> Recently I marked a few hundred items with the "delete" disposition, but >>>>> I don't think that actually gets rid of them. If it doesn't, then maybe >>>>> they can be filtered out during the transfer. >>>> >>>> We have some additional spam that needs to be deleted. How did you do >>>> it? When I try to delete several at once (mass change), I get an error >>>> message: "XSRF Attempt Detected!" >>>> >>> >>> I made the tracker display the maximum number of entries per page, then >>> clicked "check all", then "mass update" with "delete", and it marked >>> them as "deleted"--but they never get deleted. They are still there, >>> but marked "deleted". It sounds like that is the same as what you tried, >>> so I don't know why you are getting that error message. >>> >>> Which tracker category is showing the new spam? >> >> The Feature Requests. I was not able to mark the spam as deleted, but >> I filtered it out in the conversion. > > Let me try again: > > The tracker export xml file and conversion script are up at > https://github.com/darrendale/mpl-issues , and the issues can be > previewed at https://github.com/darrendale/mpl-issues/issues . Devs, > please have a > look. I only imported the open issues, including bugs, patches, > feature requests and support requests. If we decide to use the github > tracker, we can tell sourceforge we have relocated the project, and > the project will remain intact and archived. I don't know if that > would mean that we can no longer host the homepage at sourceforge. The submitter info is lost? And when it was originally submitted? If yes to either, then I think that we should not transfer these from sourceforge, but deal with them there. Overall, the tracking interface on github looks so bad that I can't see why we would want to move. Sourceforge is slow, but at least the tracker has the right sort of functionality: the ability to scan a lot of info on one screen, the ability to categorize, attach files, assign, etc. Maybe some of this is available but not evident in the github tracker, but what I see is not encouraging. Mpl historically has not done well in using the tracker. I hope that eventually we can transition to a tool that will help us do better, not worse. Eric |
From: Darren D. <dsd...@gm...> - 2011-02-26 20:57:32
|
On Sat, Feb 26, 2011 at 1:22 PM, Eric Firing <ef...@ha...> wrote: > Dropping 2.6 any time soon would be too drastic for my liking, though. > It would require that any development work done on recent ubuntu > systems, for example, would require first installing a non-default > version of python. So, I hope the py3k work can result in a 2.6-and-up > codebase--is that the present goal? Yes, it is. |
From: Darren D. <dsd...@gm...> - 2011-02-26 20:54:04
|
On Sat, Feb 26, 2011 at 3:52 PM, Darren Dale <dsd...@gm...> wrote: > On Sat, Feb 26, 2011 at 2:52 PM, Eric Firing <ef...@ha...> wrote: >> On 02/26/2011 09:26 AM, Darren Dale wrote: >>> On Wed, Feb 16, 2011 at 2:19 PM, Eric Firing<ef...@ha...> wrote: >>>> On 02/16/2011 08:38 AM, Darren Dale wrote: >>>>> On Wed, Feb 16, 2011 at 12:39 PM, Fernando Perez<fpe...@gm...> wrote: >>>>>> are you guys planning on transfering the old bugs to github? >>>>> >>>>> Probably at some point. >>>>> >>>>>> As I >>>>>> mentioned, I have code lying around for the upload (and to download >>>>>> from launchpad, but that's irrelevant here). I'm going to be mosly >>>>>> offline til Monday (conference trip), but if someone pings me on my >>>>>> Berkeley email address, which I monitor even while traveling, I'll be >>>>>> happy to help out. >>>>> >>>>> Thanks, that would be very helpful. I'll follow up once I figure out >>>>> how to extract the information from sourceforge. >>>> >>>> Darren, >>>> >>>> Just a heads-up on that: In November the tracker was heavily spammed. >>>> Recently I marked a few hundred items with the "delete" disposition, but >>>> I don't think that actually gets rid of them. If it doesn't, then maybe >>>> they can be filtered out during the transfer. >>> >>> We have some additional spam that needs to be deleted. How did you do >>> it? When I try to delete several at once (mass change), I get an error >>> message: "XSRF Attempt Detected!" >>> >> >> I made the tracker display the maximum number of entries per page, then >> clicked "check all", then "mass update" with "delete", and it marked >> them as "deleted"--but they never get deleted. They are still there, >> but marked "deleted". It sounds like that is the same as what you tried, >> so I don't know why you are getting that error message. >> >> Which tracker category is showing the new spam? > > The Feature Requests. I was not able to mark the spam as deleted, but > I filtered it out in the conversion. Let me try again: The tracker export xml file and conversion script are up at https://github.com/darrendale/mpl-issues , and the issues can be previewed at https://github.com/darrendale/mpl-issues/issues . Devs, please have a look. I only imported the open issues, including bugs, patches, feature requests and support requests. If we decide to use the github tracker, we can tell sourceforge we have relocated the project, and the project will remain intact and archived. I don't know if that would mean that we can no longer host the homepage at sourceforge. |
From: Darren D. <dsd...@gm...> - 2011-02-26 20:53:47
|
On Sat, Feb 26, 2011 at 2:52 PM, Eric Firing <ef...@ha...> wrote: > On 02/26/2011 09:26 AM, Darren Dale wrote: >> On Wed, Feb 16, 2011 at 2:19 PM, Eric Firing<ef...@ha...> wrote: >>> On 02/16/2011 08:38 AM, Darren Dale wrote: >>>> On Wed, Feb 16, 2011 at 12:39 PM, Fernando Perez<fpe...@gm...> wrote: >>>>> are you guys planning on transfering the old bugs to github? >>>> >>>> Probably at some point. >>>> >>>>> As I >>>>> mentioned, I have code lying around for the upload (and to download >>>>> from launchpad, but that's irrelevant here). I'm going to be mosly >>>>> offline til Monday (conference trip), but if someone pings me on my >>>>> Berkeley email address, which I monitor even while traveling, I'll be >>>>> happy to help out. >>>> >>>> Thanks, that would be very helpful. I'll follow up once I figure out >>>> how to extract the information from sourceforge. >>> >>> Darren, >>> >>> Just a heads-up on that: In November the tracker was heavily spammed. >>> Recently I marked a few hundred items with the "delete" disposition, but >>> I don't think that actually gets rid of them. If it doesn't, then maybe >>> they can be filtered out during the transfer. >> >> We have some additional spam that needs to be deleted. How did you do >> it? When I try to delete several at once (mass change), I get an error >> message: "XSRF Attempt Detected!" >> > > I made the tracker display the maximum number of entries per page, then > clicked "check all", then "mass update" with "delete", and it marked > them as "deleted"--but they never get deleted. They are still there, > but marked "deleted". It sounds like that is the same as what you tried, > so I don't know why you are getting that error message. > > Which tracker category is showing the new spam? The Feature Requests. I was not able to mark the spam as deleted, but I filtered it out in the conversion. The tracker export xml file and conversion script are up at https://github.com/darrendale/mpl-issues , and the issues can be previewedeThe tracker export xml file and conversion script are up at https://github.com/darrendale/mpl-issues/issues at The tracker export xml file and conversion script are up at https://github.com/darrendale/mpl-issues/issues . Devs, please have a look. I only imported the open issues, including bugs, patches, feature requests and support requests. If we decide to use the github tracker, we can tell sourceforge we have relocated the project, and the project will remain intact and archived. I don't know if that would mean that we can no longer host the homepage at sourceforge. |
From: Eric F. <ef...@ha...> - 2011-02-26 19:52:34
|
On 02/26/2011 09:26 AM, Darren Dale wrote: > On Wed, Feb 16, 2011 at 2:19 PM, Eric Firing<ef...@ha...> wrote: >> On 02/16/2011 08:38 AM, Darren Dale wrote: >>> On Wed, Feb 16, 2011 at 12:39 PM, Fernando Perez<fpe...@gm...> wrote: >>>> are you guys planning on transfering the old bugs to github? >>> >>> Probably at some point. >>> >>>> As I >>>> mentioned, I have code lying around for the upload (and to download >>>> from launchpad, but that's irrelevant here). I'm going to be mosly >>>> offline til Monday (conference trip), but if someone pings me on my >>>> Berkeley email address, which I monitor even while traveling, I'll be >>>> happy to help out. >>> >>> Thanks, that would be very helpful. I'll follow up once I figure out >>> how to extract the information from sourceforge. >> >> Darren, >> >> Just a heads-up on that: In November the tracker was heavily spammed. >> Recently I marked a few hundred items with the "delete" disposition, but >> I don't think that actually gets rid of them. If it doesn't, then maybe >> they can be filtered out during the transfer. > > We have some additional spam that needs to be deleted. How did you do > it? When I try to delete several at once (mass change), I get an error > message: "XSRF Attempt Detected!" > I made the tracker display the maximum number of entries per page, then clicked "check all", then "mass update" with "delete", and it marked them as "deleted"--but they never get deleted. They are still there, but marked "deleted". It sounds like that is the same as what you tried, so I don't know why you are getting that error message. Which tracker category is showing the new spam? Eric |
From: Darren D. <dsd...@gm...> - 2011-02-26 19:26:40
|
On Wed, Feb 16, 2011 at 2:19 PM, Eric Firing <ef...@ha...> wrote: > On 02/16/2011 08:38 AM, Darren Dale wrote: >> On Wed, Feb 16, 2011 at 12:39 PM, Fernando Perez<fpe...@gm...> wrote: >>> are you guys planning on transfering the old bugs to github? >> >> Probably at some point. >> >>> As I >>> mentioned, I have code lying around for the upload (and to download >>> from launchpad, but that's irrelevant here). I'm going to be mosly >>> offline til Monday (conference trip), but if someone pings me on my >>> Berkeley email address, which I monitor even while traveling, I'll be >>> happy to help out. >> >> Thanks, that would be very helpful. I'll follow up once I figure out >> how to extract the information from sourceforge. > > Darren, > > Just a heads-up on that: In November the tracker was heavily spammed. > Recently I marked a few hundred items with the "delete" disposition, but > I don't think that actually gets rid of them. If it doesn't, then maybe > they can be filtered out during the transfer. We have some additional spam that needs to be deleted. How did you do it? When I try to delete several at once (mass change), I get an error message: "XSRF Attempt Detected!" |
From: Matthew B. <mat...@gm...> - 2011-02-26 18:36:18
|
Hi, On Sat, Feb 26, 2011 at 6:23 AM, Pauli Virtanen <pa...@ik...> wrote: > On Sat, 26 Feb 2011 07:29:55 -0500, Michael Droettboom wrote: > [clip] >> Yes. The minimum version for this Python 3.x compatibility work is >> Python 2.6. Anything earlier is just insane ;) > > Out of curiosity: did you consider using a single source tree for Python > 2.x and 3.x, rather than a separate branch; providing Python 3 support by > running 2to3 on build stage and #ifdef's + compatibility headers in C > code? > > This approach allowed Numpy to support Pythons down to 2.4 with little > extra work, and requires manual Python 3 specific fixes only when > something breaks (which does not seem to occur often in practice). I haven't done any Py3k porting. I saw you (Pauli) doing the numpy and scipy ports using the same codebase / 2to3 strategy, and that you were pleased with the results (and it worked...). IIRC the nose testing framework had a py3k branch that got very stale, and they finally got there by dumping the py3k branch and using 2to3 on the same source tree. See you, Matthew |
From: Eric F. <ef...@ha...> - 2011-02-26 18:22:35
|
On 02/26/2011 04:51 AM, Darren Dale wrote: > On Sat, Feb 26, 2011 at 9:23 AM, Pauli Virtanen<pa...@ik...> wrote: >> On Sat, 26 Feb 2011 07:29:55 -0500, Michael Droettboom wrote: >> [clip] >>> Yes. The minimum version for this Python 3.x compatibility work is >>> Python 2.6. Anything earlier is just insane ;) >> >> Out of curiosity: did you consider using a single source tree for Python >> 2.x and 3.x, rather than a separate branch; providing Python 3 support by >> running 2to3 on build stage and #ifdef's + compatibility headers in C >> code? >> >> This approach allowed Numpy to support Pythons down to 2.4 with little >> extra work, and requires manual Python 3 specific fixes only when >> something breaks (which does not seem to occur often in practice). > > At some point, it will make sense to discontinue support for > <=python-2.5 (maybe even 2.6). I have used numpy's 2to3 for my > quantities project (admittedly a *much* smaller project with *much* > smaller exposure), but recently dropped backwards compatibility and > now 2.6-3.2 are supported in a single branch without use of 2to3. I > prefer this approach, it seems to be working out without too much > trouble so far. > > Darren > Supporting earlier versions is nice--I work with many machines running 2.5, and keep mpl up to date on several of them, but thankfully I have nothing still stuck on 2.4--but for mpl, now that we have a pretty good 1.x version, I don't think it would be too hard on users if we made a last release supporting earlier pythons and then dropped support for them in subsequent releases. It would not mean people with earlier pythons couldn't run mpl, it would just mean they would get no new improvements, and no new bug fixes unless someone stepped forward to maintain the old branch. Dropping 2.6 any time soon would be too drastic for my liking, though. It would require that any development work done on recent ubuntu systems, for example, would require first installing a non-default version of python. So, I hope the py3k work can result in a 2.6-and-up codebase--is that the present goal? Those of us developing on 2.6 will need to learn exactly how to avoid breaking 3.1 compatibility. Eric |
From: Benjamin R. <ben...@ou...> - 2011-02-26 18:21:53
|
On Sat, Feb 26, 2011 at 8:51 AM, Darren Dale <dsd...@gm...> wrote: > On Sat, Feb 26, 2011 at 9:23 AM, Pauli Virtanen <pa...@ik...> wrote: > > On Sat, 26 Feb 2011 07:29:55 -0500, Michael Droettboom wrote: > > [clip] > >> Yes. The minimum version for this Python 3.x compatibility work is > >> Python 2.6. Anything earlier is just insane ;) > > > > Out of curiosity: did you consider using a single source tree for Python > > 2.x and 3.x, rather than a separate branch; providing Python 3 support by > > running 2to3 on build stage and #ifdef's + compatibility headers in C > > code? > > > > This approach allowed Numpy to support Pythons down to 2.4 with little > > extra work, and requires manual Python 3 specific fixes only when > > something breaks (which does not seem to occur often in practice). > > At some point, it will make sense to discontinue support for > <=python-2.5 (maybe even 2.6). I have used numpy's 2to3 for my > quantities project (admittedly a *much* smaller project with *much* > smaller exposure), but recently dropped backwards compatibility and > now 2.6-3.2 are supported in a single branch without use of 2to3. I > prefer this approach, it seems to be working out without too much > trouble so far. > > Darren > > My personal rule-of-thumb for what to support for scientific packages is whichever version of python is in the latest RHEL. Python 2.6 is in RHEL6, so I feel that is a reasonable minimum. Supporting python 2.4 (from RHEL5) is probably too onerous at this point. Ben Root |
From: Matthew B. <mat...@gm...> - 2011-02-26 18:12:27
|
Hi, On Sat, Feb 26, 2011 at 4:30 AM, Michiel de Hoon <mjl...@ya...> wrote: >> In any case it appears that with the exception of Tkinter, it may take a >> long time before interactive mpl backends can be used with py3k. > > The MacOSX backend has already been ported to Py3k (at least the C part of it, which is the largest and most difficult part of it), though I won't be able to test it until the rest of matplotlib has been ported. > >> The damn-ing part about the backends is that many users use only one of >> the GUI backends, and if that one is broken for them, they believe that >> matplotlib is completely broken. (Evidence: the user who complained >> that matplotlib was not designed correctly when it turned out that the >> macosx backend didn't support (non-?)interactive mode). > > Sometimes I wonder if it is better to retire the MacOSX backend. When it was first introduced, it was much faster (depending on what you wanted to draw) because of how its event loop is organized. By now the other backends use the same event loop strategy, and as far as I know there is no significant difference in speed compared to e.g. the TkAgg backend. The remaining advantage of the MacOSX backend is that it does not rely on other toolkits, and therefore it is easier to compile and use if something changes (e.g., when a new version of OS X comes out, or when compiling for 64-bits, or when Py3K comes out). Still, it needs some maintenance work, and it is hard to keep up. > Opinions, anybody? Seconding Jeff - I use the MacOSX backend too - was very grateful not to have to install the other toolkits or suffer ugliness. So, I'm also grateful... Best, Matthew |
From: Eric F. <ef...@ha...> - 2011-02-26 18:06:07
|
On 02/26/2011 02:30 AM, Michiel de Hoon wrote: >> In any case it appears that with the exception of Tkinter, it may take a >> long time before interactive mpl backends can be used with py3k. > > The MacOSX backend has already been ported to Py3k (at least the C part of it, which is the largest and most difficult part of it), though I won't be able to test it until the rest of matplotlib has been ported. > >> The damn-ing part about the backends is that many users use only one of >> the GUI backends, and if that one is broken for them, they believe that >> matplotlib is completely broken. (Evidence: the user who complained >> that matplotlib was not designed correctly when it turned out that the >> macosx backend didn't support (non-?)interactive mode). > > Sometimes I wonder if it is better to retire the MacOSX backend. When it was first introduced, it was much faster (depending on what you wanted to draw) because of how its event loop is organized. By now the other backends use the same event loop strategy, and as far as I know there is no significant difference in speed compared to e.g. the TkAgg backend. The remaining advantage of the MacOSX backend is that it does not rely on other toolkits, and therefore it is easier to compile and use if something changes (e.g., when a new version of OS X comes out, or when compiling for 64-bits, or when Py3K comes out). Still, it needs some maintenance work, and it is hard to keep up. > Opinions, anybody? Michiel, I don't have a mac, so I can't say yes or no based on my own usage. Your efforts in writing and maintaining that backend are appreciated, though. What about the non-interactive mode behavior--is it hard to make the MaxOSX backend behave like the others in that respect? From the general developer standpoint, I don't like divergence in behavior among the backends. (I don't even like the way QT4agg seems to be diverging.) Eric > > --Michiel. |
From: Maximilian T. <fa...@tr...> - 2011-02-26 17:45:42
|
> Even easier is > > python setupegg.py develop --user > > Which doesn't require sudo and is perfect for multiple-user systems. > I use for myself all the time. I installed the matplotlib developement version in a virtual environement, where you can install every package as user. Anyway, thanks for the tip. maximilian |
From: Benjamin R. <ben...@ou...> - 2011-02-26 17:42:16
|
On Saturday, February 26, 2011, Jouni K. Seppänen <jk...@ik...> wrote: > Maximilian Trescher <fa...@tr...> writes: > >> Then i have to "install" matplotlib (with setupy.py build, setup.py >> install). But every time i chenged something, i have to reinstall mpl to >> test my changes. > > Unless you have something against setuptools (many people do): > > python setupegg.py develop > > This makes some kind of link in your site packages that points to your > development directory, so restarting python is enough for python-level > changes (or, presumably, reloading the relevant modules, but I have > never understood how to do that reliably). If you change extension code, > you'll naturally have to recompile with the same "develop" command. > > -- > Jouni K. Seppänen > http://www.iki.fi/jks > Even easier is python setupegg.py develop --user Which doesn't require sudo and is perfect for multiple-user systems. I use for myself all the time. Ben Root > > ------------------------------------------------------------------------------ > Free Software Download: Index, Search & Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT data > generated by your applications, servers and devices whether physical, virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > |
From: Darren D. <dsd...@gm...> - 2011-02-26 14:51:49
|
On Sat, Feb 26, 2011 at 9:23 AM, Pauli Virtanen <pa...@ik...> wrote: > On Sat, 26 Feb 2011 07:29:55 -0500, Michael Droettboom wrote: > [clip] >> Yes. The minimum version for this Python 3.x compatibility work is >> Python 2.6. Anything earlier is just insane ;) > > Out of curiosity: did you consider using a single source tree for Python > 2.x and 3.x, rather than a separate branch; providing Python 3 support by > running 2to3 on build stage and #ifdef's + compatibility headers in C > code? > > This approach allowed Numpy to support Pythons down to 2.4 with little > extra work, and requires manual Python 3 specific fixes only when > something breaks (which does not seem to occur often in practice). At some point, it will make sense to discontinue support for <=python-2.5 (maybe even 2.6). I have used numpy's 2to3 for my quantities project (admittedly a *much* smaller project with *much* smaller exposure), but recently dropped backwards compatibility and now 2.6-3.2 are supported in a single branch without use of 2to3. I prefer this approach, it seems to be working out without too much trouble so far. Darren |
From: Pauli V. <pa...@ik...> - 2011-02-26 14:23:30
|
On Sat, 26 Feb 2011 07:29:55 -0500, Michael Droettboom wrote: [clip] > Yes. The minimum version for this Python 3.x compatibility work is > Python 2.6. Anything earlier is just insane ;) Out of curiosity: did you consider using a single source tree for Python 2.x and 3.x, rather than a separate branch; providing Python 3 support by running 2to3 on build stage and #ifdef's + compatibility headers in C code? This approach allowed Numpy to support Pythons down to 2.4 with little extra work, and requires manual Python 3 specific fixes only when something breaks (which does not seem to occur often in practice). -- Pauli Virtanen |
From: Jeff W. <js...@fa...> - 2011-02-26 14:11:07
|
On 2/26/11 5:30 AM, Michiel de Hoon wrote: >> In any case it appears that with the exception of Tkinter, it may take a >> long time before interactive mpl backends can be used with py3k. > The MacOSX backend has already been ported to Py3k (at least the C part of it, which is the largest and most difficult part of it), though I won't be able to test it until the rest of matplotlib has been ported. > >> The damn-ing part about the backends is that many users use only one of >> the GUI backends, and if that one is broken for them, they believe that >> matplotlib is completely broken. (Evidence: the user who complained >> that matplotlib was not designed correctly when it turned out that the >> macosx backend didn't support (non-?)interactive mode). > Sometimes I wonder if it is better to retire the MacOSX backend. When it was first introduced, it was much faster (depending on what you wanted to draw) because of how its event loop is organized. By now the other backends use the same event loop strategy, and as far as I know there is no significant difference in speed compared to e.g. the TkAgg backend. The remaining advantage of the MacOSX backend is that it does not rely on other toolkits, and therefore it is easier to compile and use if something changes (e.g., when a new version of OS X comes out, or when compiling for 64-bits, or when Py3K comes out). Michiel I use the macos x backend almost exclusively, for this reason. It just works! It also supports more output formats than TkAgg. -Jeff > Still, it needs some maintenance work, and it is hard to keep up. > Opinions, anybody? > > --Michiel. > > > > > > > ------------------------------------------------------------------------------ > Free Software Download: Index, Search& Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT data > generated by your applications, servers and devices whether physical, virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |
From: Jouni K. S. <jk...@ik...> - 2011-02-26 12:41:20
|
Maximilian Trescher <fa...@tr...> writes: > Then i have to "install" matplotlib (with setupy.py build, setup.py > install). But every time i chenged something, i have to reinstall mpl to > test my changes. Unless you have something against setuptools (many people do): python setupegg.py develop This makes some kind of link in your site packages that points to your development directory, so restarting python is enough for python-level changes (or, presumably, reloading the relevant modules, but I have never understood how to do that reliably). If you change extension code, you'll naturally have to recompile with the same "develop" command. -- Jouni K. Seppänen http://www.iki.fi/jks |
From: Michael D. <md...@st...> - 2011-02-26 12:36:45
|
It sounds like you're doing it right. Make changes to the source directory, compile, then test. There are some ways to streamline this. One is to leave a terminal window or tab open just for compiling -- then each compile is just a matter of "up arrow, Enter". As an emacs user, I use the "compile" command. You can replace the default command that it runs ("make") to ("python setup.py install"). I then bind F5 to "recompile" which saves all of my unsaved buffers, and then reinstalls. I suspect most other programmer's editors and IDEs have a similar feature. Mike On 02/26/2011 06:31 AM, Maximilian Trescher wrote: > Hi, > > i have a question about my personal developement workflow. I wanted to > fix a bug in matplotlib, therefore i checked out the repository. > > Then i have to "install" matplotlib (with setupy.py build, setup.py > install). But every time i chenged something, i have to reinstall mpl to > test my changes. > > I could make my changes directly in site-packages/matplotlib, but then > it's not version-controlled and the changes must be transferred back. > > This workflow seems to be suboptimal, do i miss something? > > Thanks, > Maximilian > > > > ------------------------------------------------------------------------------ > Free Software Download: Index, Search& Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT data > generated by your applications, servers and devices whether physical, virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > > > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |
From: Michael D. <md...@st...> - 2011-02-26 12:31:41
|
On 02/25/2011 08:00 PM, Christoph Gohlke wrote: > > On 2/25/2011 4:03 PM, Benjamin Root wrote: >> >> On Fri, Feb 25, 2011 at 5:11 PM, Paul Ivanov<piv...@gm... >> <mailto:piv...@gm...>> wrote: >> >> Fernando Garcia Bermudez, on 2011-02-03 09:14, wrote: >> > On Thu, Feb 3, 2011 at 06:05, Michael Droettboom<md...@st... >> <mailto:md...@st...>> wrote: >> > > On 02/03/2011 07:48 AM, Darren Dale wrote: >> > >> On Thu, Feb 3, 2011 at 12:12 AM, Fernando Garcia Bermudez >> > >> <mo...@gm...<mailto:mo...@gm...>> wrote: >> > >> >> > >>> Before continuing the debug process, though, I wanted to check >> with >> > >>> someone knowledgeable of this branch regarding its current >> status. Is >> > >>> it possible to compile matplotlib on python3? >> > >>> >> > >> Mike D. did some initial work for py3 support a while back. I don't >> > >> know what platform he was working on, but he was able to produce a >> > >> simple plot, maybe running the simple_plot demo. >> > >> >> > > I was working on Linux (RHEL5), and never got past that platform. >> > >> > I'll stay on the lookout for the github py3k branch and will do as >> > suggested. Thanks for the update. >> > >> >> By the way, there was a recent poll on python.org >> <http://python.org> for packages >> where users desire Python 3 support. >> >> Here are the top 10: >> >> Votes | Package >> ------+-------- >> 837 | Django >> 454 | wxPython >> 406 | scipy >> 364 | matplotlib >> 327 | PIL >> 266 | py2exe >> 185 | Twisted >> 179 | PyGTK >> 135 | Pygame >> 94 | web2py >> >> http://python.org/3kpoll >> >> best, >> -- >> Paul Ivanov >> 314 address only used for lists, off-list direct email at: >> http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 >> >> >> >> Which just goes to show that some people don't understand >> dependencies... (PIL and PyGTK are needed by matplotllib to be fully >> py3k compatible). Hopefully this will light a fire for them as well. >> >> Ben Root >> > > Are PIL and PyGTK holding back matplotlib for Python 3? PIL is used for the regression test framework, but it should be possible to remove that dependency there by using our own png loading code. PyGTK is optional, of course, and users can use another GUI backend until the pygtk bindings catch up. > Are there plans for matplotlib to drop Python 2.4 and 2.5? This would > make porting to Python 3 much easier. Yes. The minimum version for this Python 3.x compatibility work is Python 2.6. Anything earlier is just insane ;) Mike > > Christoph > > ------------------------------------------------------------------------------ > Free Software Download: Index, Search& Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT data > generated by your applications, servers and devices whether physical, virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |
From: Michiel de H. <mjl...@ya...> - 2011-02-26 12:30:07
|
> In any case it appears that with the exception of Tkinter, it may take a > long time before interactive mpl backends can be used with py3k. The MacOSX backend has already been ported to Py3k (at least the C part of it, which is the largest and most difficult part of it), though I won't be able to test it until the rest of matplotlib has been ported. > The damn-ing part about the backends is that many users use only one of > the GUI backends, and if that one is broken for them, they believe that > matplotlib is completely broken. (Evidence: the user who complained > that matplotlib was not designed correctly when it turned out that the > macosx backend didn't support (non-?)interactive mode). Sometimes I wonder if it is better to retire the MacOSX backend. When it was first introduced, it was much faster (depending on what you wanted to draw) because of how its event loop is organized. By now the other backends use the same event loop strategy, and as far as I know there is no significant difference in speed compared to e.g. the TkAgg backend. The remaining advantage of the MacOSX backend is that it does not rely on other toolkits, and therefore it is easier to compile and use if something changes (e.g., when a new version of OS X comes out, or when compiling for 64-bits, or when Py3K comes out). Still, it needs some maintenance work, and it is hard to keep up. Opinions, anybody? --Michiel. |
From: Michael D. <md...@st...> - 2011-02-26 12:27:30
|
On 02/26/2011 02:37 AM, Eric Firing wrote: > On 02/25/2011 04:54 PM, Benjamin Root wrote: >> >> On Fri, Feb 25, 2011 at 8:01 PM, John Hunter<jd...@gm... >> <mailto:jd...@gm...>> wrote: >> >> >> >> >> >> On Feb 25, 2011, at 7:00 PM, Christoph Gohlke<cg...@uc... >> <mailto:cg...@uc...>> wrote: >> >> > Are PIL and PyGTK holding back matplotlib for Python 3 >> >> Not at all. Both are optional dependencies. Mpl's hard external >> dependencies are python, zlib, libpng, freetype and numpy. With >> those you get the agg, pdf, ps and svg backends. Various GUI >> tooolkits are optional, as is PIL, which provides some image reading >> capabilities and image comparisons for the unit tests. >> >> >> While the GUI toolkits are optional, practically speaking, they are a >> requirement for many (if not most) users. >> >> The damn-ing part about the backends is that many users use only one of >> the GUI backends, and if that one is broken for them, they believe that >> matplotlib is completely broken. (Evidence: the user who complained >> that matplotlib was not designed correctly when it turned out that the >> macosx backend didn't support (non-?)interactive mode). >> >> PyGTK not being updated for py3k is a heart-breaker for me. I don't >> want to even imagine what sort of pain in the butt it is going to be to >> program using PyGObject introspection (yeah, that sounds like fun...). > It's not clear to me how bad it will be to handle this in the mpl > backend. This page > (http://live.gnome.org/PyGObject/IntrospectionPorting) suggests it might > be quite easy, and might not require extensive code change. I think the > idea is not so much that the bindings offer a different API but that > their implementation is different, they are imported differently, and > the constants are different. Unfortunately, the python-gobject package > on Ubuntu 10.10 seems to be broken; the example that comes with it won't > run. > That's right -- the changes should be minimal. The GObject introspection version is not meant to require the user to perform manual object introspection. The difference is that rather than generating bindings at compile-time (like the old pygtk), the method lookup and resolution happens at run-time (much like Python objects already work). The advantage is there is less of a compilation dependency between the version of pygtk and gtk+, and it should be much easier to get Python access to any library based on GObject. > In any case it appears that with the exception of Tkinter, it may take a > long time before interactive mpl backends can be used with py3k. The Qt4Agg backend is also working (with the exception of the Qt form layout stuff) under Python 3.x. But gtk and cairo will have to wait until the bindings settle down, fltk and Qt 3.x can probably be safely deprecated, and wxPython seems to be in Python 3.x limbo. Mike > Eric > >> Ben Root >> > ------------------------------------------------------------------------------ > Free Software Download: Index, Search& Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT data > generated by your applications, servers and devices whether physical, virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |