SourceForge logo
SourceForge logo
Menu

matplotlib-devel — matplotlib developers

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
2
(5)
3
(20)
4
(4)
5
(3)
6
7
8
(3)
9
(3)
10
(3)
11
(3)
12
(1)
13
(2)
14
(2)
15
(16)
16
(6)
17
(1)
18
(14)
19
(11)
20
(9)
21
(12)
22
(11)
23
24
25
(1)
26
(1)
27
(1)
28
(2)
29
(2)
30
31
(3)



Showing 19 results of 19

From: Jae-Joon L. <lee...@gm...> - 2010年03月03日 22:19:31
On Wed, Mar 3, 2010 at 4:48 PM, John Hunter <jd...@gm...> wrote:
> JJ is this related to your commit in r8035 : "support
> unsampled image for ps backend"
It seems to be.
I'll take a look.
Regards,
-JJ
From: John H. <jd...@gm...> - 2010年03月03日 21:48:17
examples/pylab_examples/image_nonuniform.py is broken in HEAD
An attempt to access "self._oldxslice" in _get_unsampled_image is
implicated: JJ is this related to your commit in r8035 : "support
unsampled image for ps backend"
 File "/home/jdhunter/dev/lib/python2.6/site-packages/matplotlib/backends/backend_wx.py",
line 1156, in _onPaint
 self.draw(drawDC=drawDC)
 File "/home/jdhunter/dev/lib/python2.6/site-packages/matplotlib/backends/backend_wxagg.py",
line 59, in draw
 FigureCanvasAgg.draw(self)
 File "/home/jdhunter/dev/lib/python2.6/site-packages/matplotlib/backends/backend_agg.py",
line 394, in draw
 self.figure.draw(self.renderer)
 File "/home/jdhunter/dev/lib/python2.6/site-packages/matplotlib/artist.py",
line 55, in draw_wrapper
 draw(artist, renderer, *args, **kwargs)
 File "/home/jdhunter/dev/lib/python2.6/site-packages/matplotlib/figure.py",
line 802, in draw
 func(*args)
 File "/home/jdhunter/dev/lib/python2.6/site-packages/matplotlib/artist.py",
line 55, in draw_wrapper
 draw(artist, renderer, *args, **kwargs)
 File "/home/jdhunter/dev/lib/python2.6/site-packages/matplotlib/axes.py",
line 1774, in draw
 a.draw(renderer)
 File "/home/jdhunter/dev/lib/python2.6/site-packages/matplotlib/artist.py",
line 55, in draw_wrapper
 draw(artist, renderer, *args, **kwargs)
 File "/home/jdhunter/dev/lib/python2.6/site-packages/matplotlib/image.py",
line 306, in draw
 self._draw_unsampled_image(renderer, gc)
 File "/home/jdhunter/dev/lib/python2.6/site-packages/matplotlib/image.py",
line 250, in _draw_unsampled_image
 self._get_unsampled_image(self._A, self.get_extent(), self.axes.viewLim)
 File "/home/jdhunter/dev/lib/python2.6/site-packages/matplotlib/image.py",
line 184, in _get_unsampled_image
 if xslice != self._oldxslice or yslice != self._oldyslice:
AttributeError: 'NonUniformImage' object has no attribute '_oldxslice'
From: John H. <jd...@gm...> - 2010年03月03日 20:11:14
On Wed, Mar 3, 2010 at 1:31 PM, Jonathan Taylor <jt...@cs...> wrote:
>> I am strongly in favor of keeping the entire commit history of
>> trunk/matplotlib. While the repo is large now, most of the size comes
>> from data and regression test images, and the early history is largely
>> code so will not add much incremental size. I suppose one of the
>> downsides of git is since you have to get the *entire* history on one
>> checkout, you end up with a bunch of stuff you are unlikely to ever
>> need, like data that was once in the repo but has now been removed (eg
>> the stuff we migrated to sampledata). Not sure if there is an easy
>> solution here.
>
> I think you should be able to use git clone --depth=x to get a shallow
> copy of the repository. The limitation is that you cannot push from
> or pull from your new repository. You can pull to it and create
> patches though, which is enough for most people I think.
Tried a few options from Andrew's repo:
jdhunter@uqbar:~> du -hs mpl.git*
191M mpl.git # no --depth
191M mpl.git0 # --depth=0
147M mpl.git1 # --depth=1
147M mpl.git10 # --depth=10
This compares with 87M for a clean svn checkout. So it doesn't look
like a huge deal to get the whole thing compared to svn, and it looks
like the --depth save very little currently. Didn't notice too much
in terms of checkout time either...
Thanks for the suggestion though!
JDH
From: Jonathan T. <jt...@cs...> - 2010年03月03日 19:31:15
> I am strongly in favor of keeping the entire commit history of
> trunk/matplotlib. While the repo is large now, most of the size comes
> from data and regression test images, and the early history is largely
> code so will not add much incremental size. I suppose one of the
> downsides of git is since you have to get the *entire* history on one
> checkout, you end up with a bunch of stuff you are unlikely to ever
> need, like data that was once in the repo but has now been removed (eg
> the stuff we migrated to sampledata). Not sure if there is an easy
> solution here.
I think you should be able to use git clone --depth=x to get a shallow
copy of the repository. The limitation is that you cannot push from
or pull from your new repository. You can pull to it and create
patches though, which is enough for most people I think.
Best,
Jon.
From: Ben A. <BAx...@co...> - 2010年03月03日 17:50:45
Attachments: mpllogofavicon.PNG
Cool. Looks good.
I did tweak the image a bit to make the colors stand out better. But only slightly. Because when I made the shapes too big, the image lost it's MPL "feel". Here is the source image I used to create the icon. Feel free to give it a go. There are a number of programs that can turn the image into an icon. I like ""Any to Icon". And to preview the icon, you can simply open the file in a web browser.
-Ben
________________________________________
From: John Hunter [jd...@gm...]
Sent: Wednesday, March 03, 2010 12:18 PM
To: Ben Axelrod
Cc: mat...@li...
Subject: Re: [matplotlib-devel] favicon submission
On Wed, Mar 3, 2010 at 11:16 AM, John Hunter <jd...@gm...> wrote:
> On Wed, Mar 3, 2010 at 9:33 AM, Ben Axelrod <BAx...@co...> wrote:
>> I am a big fan of favicons. I think MPL should definitely have one for the
>> impending 1.0 release. So I made one for you.
>>
>> To use, simply place this file in the top level web directory. That is
>> usually all that is required. But some browsers prefer if you put:
>>
>> <link rel="shortcut icon" href="favicon.ico">
>>
>> in the header of the html pages.
>
> Cool -- we're live
>
> http://matplotlib.sourceforge.net/
>
> (may need to refresh)
If you want to work on this a bit more, I suggest
 * make the circle boundary of the polar plot fill the entire square
of the icon (no dead white space)
 * user fewer and larger shaded areas, with strong colors. At the
size the icon is rendered at in the browser, the features are very
indistinct
JDH
From: John H. <jd...@gm...> - 2010年03月03日 17:18:54
On Wed, Mar 3, 2010 at 11:16 AM, John Hunter <jd...@gm...> wrote:
> On Wed, Mar 3, 2010 at 9:33 AM, Ben Axelrod <BAx...@co...> wrote:
>> I am a big fan of favicons. I think MPL should definitely have one for the
>> impending 1.0 release. So I made one for you.
>>
>> To use, simply place this file in the top level web directory. That is
>> usually all that is required. But some browsers prefer if you put:
>>
>> <link rel="shortcut icon" href="favicon.ico">
>>
>> in the header of the html pages.
>
> Cool -- we're live
>
> http://matplotlib.sourceforge.net/
>
> (may need to refresh)
If you want to work on this a bit more, I suggest
 * make the circle boundary of the polar plot fill the entire square
of the icon (no dead white space)
 * user fewer and larger shaded areas, with strong colors. At the
size the icon is rendered at in the browser, the features are very
indistinct
JDH
From: John H. <jd...@gm...> - 2010年03月03日 17:16:48
On Wed, Mar 3, 2010 at 9:33 AM, Ben Axelrod <BAx...@co...> wrote:
> I am a big fan of favicons. I think MPL should definitely have one for the
> impending 1.0 release. So I made one for you.
>
> To use, simply place this file in the top level web directory. That is
> usually all that is required. But some browsers prefer if you put:
>
> <link rel="shortcut icon" href="favicon.ico">
>
> in the header of the html pages.
Cool -- we're live
http://matplotlib.sourceforge.net/
(may need to refresh)
Thanks!
JDH
From: Jeff W. <js...@fa...> - 2010年03月03日 16:30:07
John Hunter wrote:
> On Tue, Mar 2, 2010 at 11:41 PM, Eric Firing <ef...@ha...> wrote:
> 
>> Andrew Straw wrote:
>> [...]
>> 
>>> This is a good point. My preferred option is that we jettison all the
>>> stuff that is not going to be shipped with MPL 1.0 from the git repo.
>>> (More correctly - we build a git repo without that stuff ever going in.)
>>> We can keep the old svn tree around and migrate the other projects to
>>> git as desired. I think this is what's present in
>>> http://github.com/astraw/matplotlib . Or am I missing something?
>>>
>>> 
>> No, that is what you have, and I agree that this strategy makes sense.
>> I just wanted to make sure everyone understood, and make the plan explicit.
>> 
>
> It looks like Andrew has trunk/matplotlib. There is other stuff in
> trunk that definitely should not be migrated, and some stuff that
> needs consideration.
>
> * trunk/py4science, which is a project Fernando and I have been
> working on for several years but is not specific to mpl (it only uses
> mpl). We will eventually migrate this into it's own repo, but this
> is not an mpl project and should not be migrated.
>
> * trunk/course - looks like a very old and no longer used py4science
> dir. Should probably be simply deleted and not frozen
>
> *trunk/htdocs - the old mpl site docs. Should live somewhere for
> archival purposes in case there is a useful code snippet in there, but
> certainly does not need to be in git or the new repo. It could live
> frozen in the sf repo.
>
> * trunk/sampledata - this is important. The mpl trunk examples use
> this to pull example data. We will need to migrate this -- we could
> leave it in sf svn, but it might be preferable to have one version
> control system. Whatever we do here, we will need to update
> matplotlib.cbook.get_sample_data to work with the new system.
> Definitely an argument for getting all this migration sorted out
> before a trunk release.
>
> * trunk/sampledoc_tut - this is the source code for the
> http://matplotlib.sf.net/sampledoc tutorial which shows how to build
> mpl like sites using sphinx and associated extensions. Related to mpl
> in that it uses the plot directive etc, but is by no means integral.
> I can eventually port this to a new repo if there is any reason to.
>
> * trunk/scipy06 should probably be deleted
>
> * trunk/toolkits - should probably be migrated (Andrew you have not
> migrated this right?). One nice thing about having the toolkits in
> the same svn repo as the main codebase was for revision tagging, so
> basemap svn commits are synched with a trunk/matplotlib state. How
> should we proceed with the toolkits repo? Jeff?
> 
John, Eric, Andrew: I am OK with this. Don't know much about DVCS 
systems, but I guess this will be my excuse to learn.
-Jeff
> * trunk/users_guide - the old latex source for the mpl user's guide.
> Deprecated but should not be deleted. Same treatment as trunk/htdocs
> above.
>
> If we end up migratinga the toolkits to git/github (pending Jeff's
> comments) we may want to branch the stuff in trunk we want to keep for
> archival purposes (htdocs, users_guide) and clean as much stuff out of
> trunk as possible to avoid confusion for people browsing the trunk
> (and put a README in there explaining what and where stuff is).
>
> I think the plan is to keep trunk/matplotlib as a tracking repo, so
> that commits to the git master are pushed to the svn repo, so casual
> users who are running from svn HEAD will not be affected by the
> migration. Is this your understanding, Andrew?
>
>
> 
>>> Does it makes sense to retain the entire history in the new github repo,
>>> or would it be just as well to start from a later point so as to reduce
>>> the size? The entire history could still be available in a separate
>>> read-only repo, or fossilized in svn on sourceforge, or in my hg mirror.
>>> (Andrew's repo, at just under 200MB, is not prohibitively large by any
>>> means, but it is a bit hefty.)
>>>
>>> 
>> I can see advantages either way, but I'm in favor keeping it. Tons of
>> MPL is undercommented, and seeing the history is extremely useful when
>> spelunking.
>> 
>
> I am strongly in favor of keeping the entire commit history of
> trunk/matplotlib. While the repo is large now, most of the size comes
> from data and regression test images, and the early history is largely
> code so will not add much incremental size. I suppose one of the
> downsides of git is since you have to get the *entire* history on one
> checkout, you end up with a bunch of stuff you are unlikely to ever
> need, like data that was once in the repo but has now been removed (eg
> the stuff we migrated to sampledata). Not sure if there is an easy
> solution here.
>
> JDH
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
> 
-- 
Jeffrey S. Whitaker Phone : (303)497-6313
Meteorologist FAX : (303)497-6449
NOAA/OAR/PSD R/PSD1 Email : Jef...@no...
325 Broadway Office : Skaggs Research Cntr 1D-113
Boulder, CO, USA 80303-3328 Web : http://tinyurl.com/5telg
From: John H. <jd...@gm...> - 2010年03月03日 14:55:46
On Wed, Mar 3, 2010 at 8:29 AM, william ratcliff
<wil...@gm...> wrote:
> I don't want to get into a flame war over this, but if Sourceforge was
> pressured into this and is having complaints and google has the same
> problem, how does Github get around it? Are they incorporated in the US or
> outside? If this is likely to become a problem, is there another service
> that can be used with git besides github that would not eventually be
> subject to such constraints? Sorry, I'm just ignorant about such matters.
github has it's offices in the US and so they may change their policy
on this in the future if they feel the heat from the long arm of the
US law. Currently they do not appear to enforce export restrictions.
Here is a helpful summary of different open source hosting facilities
and their features and policies:
 http://en.wikipedia.org/wiki/Comparison_of_open_source_software_hosting_facilities
On Jan 25th, 2010, SF implemented a ban enforcing US export restrictions.
 http://sourceforge.net/blog/clarifying-sourceforgenets-denial-of-site-access-for-certain-persons-in-accordance-with-us-law/
But on Feb 7th, 2010, they lifted the blanket ban and now project
admins can impose the restriction if they are distributing restricted
technologies, which seems like a good compromise.
 http://sourceforge.net/blog/clarifying-sourceforgenets-denial-of-site-access-for-certain-persons-in-accordance-with-us-law/
Looks like the wikipedia site I linked above is out of date w/ respect
to sourceforge.
As far as I know, mpl is not distributing any restricted technologies
-- we do make extensive use of message digest functions like md5 for
caching, but these do not appear to be covered (eg, see
http://www.fourmilab.ch/md5). So it would be preferable to be on a
host that does not implement blanket restrictions. github does not
currently, and if they change their policy going forward we may elect
to move. Given that sourceforge has found a way to distribute
compliant code to restricted countries, and github currently does not
impose restrictions, I'm cautiously optimistic that a subsequent move
will not be necessary.
JDH
From: william r. <wil...@gm...> - 2010年03月03日 14:30:06
I don't want to get into a flame war over this, but if Sourceforge was
pressured into this and is having complaints and google has the same
problem, how does Github get around it? Are they incorporated in the US or
outside? If this is likely to become a problem, is there another service
that can be used with git besides github that would not eventually be
subject to such constraints? Sorry, I'm just ignorant about such matters.
William
On Wed, Mar 3, 2010 at 2:45 AM, Matthew Brett <mat...@gm...>wrote:
> Hi,
>
> On Tue, Mar 2, 2010 at 10:17 PM, william ratcliff
> <wil...@gm...> wrote:
> > I think there's a legal reason for the embargo--sourceforge apparently
> also
> > has such a policy:
> >
> http://sourceforge.net/blog/clarifying-sourceforgenets-denial-of-site-access-for-certain-persons-in-accordance-with-us-law/
> > So, as a US company, they may not have a choice...
>
> In my experience Google is the worst in this respect by a considerable
> margin, and has become more so in the last year.
>
> See you,
>
> Matthew
>
From: John H. <jd...@gm...> - 2010年03月03日 14:29:57
On Tue, Mar 2, 2010 at 11:41 PM, Eric Firing <ef...@ha...> wrote:
> Andrew Straw wrote:
> [...]
>> This is a good point. My preferred option is that we jettison all the
>> stuff that is not going to be shipped with MPL 1.0 from the git repo.
>> (More correctly - we build a git repo without that stuff ever going in.)
>> We can keep the old svn tree around and migrate the other projects to
>> git as desired. I think this is what's present in
>> http://github.com/astraw/matplotlib . Or am I missing something?
>>
>
> No, that is what you have, and I agree that this strategy makes sense.
> I just wanted to make sure everyone understood, and make the plan explicit.
It looks like Andrew has trunk/matplotlib. There is other stuff in
trunk that definitely should not be migrated, and some stuff that
needs consideration.
 * trunk/py4science, which is a project Fernando and I have been
working on for several years but is not specific to mpl (it only uses
mpl). We will eventually migrate this into it's own repo, but this
is not an mpl project and should not be migrated.
 * trunk/course - looks like a very old and no longer used py4science
dir. Should probably be simply deleted and not frozen
 *trunk/htdocs - the old mpl site docs. Should live somewhere for
archival purposes in case there is a useful code snippet in there, but
certainly does not need to be in git or the new repo. It could live
frozen in the sf repo.
 * trunk/sampledata - this is important. The mpl trunk examples use
this to pull example data. We will need to migrate this -- we could
leave it in sf svn, but it might be preferable to have one version
control system. Whatever we do here, we will need to update
matplotlib.cbook.get_sample_data to work with the new system.
Definitely an argument for getting all this migration sorted out
before a trunk release.
 * trunk/sampledoc_tut - this is the source code for the
http://matplotlib.sf.net/sampledoc tutorial which shows how to build
mpl like sites using sphinx and associated extensions. Related to mpl
in that it uses the plot directive etc, but is by no means integral.
I can eventually port this to a new repo if there is any reason to.
 * trunk/scipy06 should probably be deleted
 * trunk/toolkits - should probably be migrated (Andrew you have not
migrated this right?). One nice thing about having the toolkits in
the same svn repo as the main codebase was for revision tagging, so
basemap svn commits are synched with a trunk/matplotlib state. How
should we proceed with the toolkits repo? Jeff?
 * trunk/users_guide - the old latex source for the mpl user's guide.
 Deprecated but should not be deleted. Same treatment as trunk/htdocs
above.
If we end up migratinga the toolkits to git/github (pending Jeff's
comments) we may want to branch the stuff in trunk we want to keep for
archival purposes (htdocs, users_guide) and clean as much stuff out of
trunk as possible to avoid confusion for people browsing the trunk
(and put a README in there explaining what and where stuff is).
I think the plan is to keep trunk/matplotlib as a tracking repo, so
that commits to the git master are pushed to the svn repo, so casual
users who are running from svn HEAD will not be affected by the
migration. Is this your understanding, Andrew?
>> Does it makes sense to retain the entire history in the new github repo,
>> or would it be just as well to start from a later point so as to reduce
>> the size? The entire history could still be available in a separate
>> read-only repo, or fossilized in svn on sourceforge, or in my hg mirror.
>> (Andrew's repo, at just under 200MB, is not prohibitively large by any
>> means, but it is a bit hefty.)
>>
> I can see advantages either way, but I'm in favor keeping it. Tons of
> MPL is undercommented, and seeing the history is extremely useful when
> spelunking.
I am strongly in favor of keeping the entire commit history of
trunk/matplotlib. While the repo is large now, most of the size comes
from data and regression test images, and the early history is largely
code so will not add much incremental size. I suppose one of the
downsides of git is since you have to get the *entire* history on one
checkout, you end up with a bunch of stuff you are unlikely to ever
need, like data that was once in the repo but has now been removed (eg
the stuff we migrated to sampledata). Not sure if there is an easy
solution here.
JDH
From: Matthew B. <mat...@gm...> - 2010年03月03日 07:45:48
Hi,
On Tue, Mar 2, 2010 at 10:17 PM, william ratcliff
<wil...@gm...> wrote:
> I think there's a legal reason for the embargo--sourceforge apparently also
> has such a policy:
> http://sourceforge.net/blog/clarifying-sourceforgenets-denial-of-site-access-for-certain-persons-in-accordance-with-us-law/
> So, as a US company, they may not have a choice...
In my experience Google is the worst in this respect by a considerable
margin, and has become more so in the last year.
See you,
Matthew
From: william r. <wil...@gm...> - 2010年03月03日 06:17:25
I think there's a legal reason for the embargo--sourceforge apparently also
has such a policy:
http://sourceforge.net/blog/clarifying-sourceforgenets-denial-of-site-access-for-certain-persons-in-accordance-with-us-law/
<http://sourceforge.net/blog/clarifying-sourceforgenets-denial-of-site-access-for-certain-persons-in-accordance-with-us-law/>So,
as a US company, they may not have a choice...
On Wed, Mar 3, 2010 at 12:39 AM, Gökhan Sever <gok...@gm...> wrote:
>
>
> On Tue, Mar 2, 2010 at 11:03 PM, Matthew Brett <mat...@gm...>wrote:
>
>> Hi,
>>
>> > Apart from being inflammatory, has anyone considered code.google.com(GC) as
>> > a solution?
>>
>> ;) - speaking as someone with no right to offer an opinion - please,
>> no. Google blocks Cuba from google code completely, for no obvious
>> reason, and a) that seems to me quite wrong and outside the spirit of
>> free software and b) I work there fairly often and it's hard for me to
>> persuade the excellent scientists there to use Python if they are
>> being specifically blocked for political reasons.
>>
>> See you,
>>
>> Matthew
>>
>
> I didn't really know that Google was embargoing countries on their code
> hosting site. I was more inspired after watching this talk Google I/O 2008
> - Project Hosting on Google Code
> <http://www.youtube.com/watch?v=62x17hG6Wvo>
>
> It is very interesting for a company that does great things for the OSS
> also blocking code access on certain countries. Thanks for pointing this
> out. Indeed an important point consider.
>
> This is not the first time today my Google integration idea has been
> rejected. During our school's tech forum I asked them the possibilities of
> integrating Google Apps to the university network. The lower cost was a
> reasonable answer, but it is beyond my logic to understand that possible
> plans to integrate something that is not even up (live.edu) :)
>
> --
> Gökhan
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
>
From: Eric F. <ef...@ha...> - 2010年03月03日 05:55:46
Eric Firing wrote:
> All,
> 
> I think the git migration deserves its own thread on the devel list, so 
> here is a start.
Explanation: the last bit of discussion was actually off-list, but 
because it was tacked onto a matplotlib-users list thread, and appeared 
there in my mailer, I failed to notice that matplotlib-users was not in 
the address list. So I jumped to the conclusion that it was already on 
a list, but was merely misplaced and should be shifted to 
matplotlib-devel. I apologize for the error. To minimize the potential 
unproductive thrashing, I request that everyone restrain their urges to 
comment on the choice of git and github, to suggest alternatives, to 
raise objections, etc.
Eric
From: Eric F. <ef...@ha...> - 2010年03月03日 05:41:57
Andrew Straw wrote:
[...]
> This is a good point. My preferred option is that we jettison all the
> stuff that is not going to be shipped with MPL 1.0 from the git repo.
> (More correctly - we build a git repo without that stuff ever going in.)
> We can keep the old svn tree around and migrate the other projects to
> git as desired. I think this is what's present in
> http://github.com/astraw/matplotlib . Or am I missing something?
> 
No, that is what you have, and I agree that this strategy makes sense. 
I just wanted to make sure everyone understood, and make the plan explicit.
Eri
From: Gökhan S. <gok...@gm...> - 2010年03月03日 05:40:05
On Tue, Mar 2, 2010 at 11:03 PM, Matthew Brett <mat...@gm...>wrote:
> Hi,
>
> > Apart from being inflammatory, has anyone considered code.google.com(GC) as
> > a solution?
>
> ;) - speaking as someone with no right to offer an opinion - please,
> no. Google blocks Cuba from google code completely, for no obvious
> reason, and a) that seems to me quite wrong and outside the spirit of
> free software and b) I work there fairly often and it's hard for me to
> persuade the excellent scientists there to use Python if they are
> being specifically blocked for political reasons.
>
> See you,
>
> Matthew
>
I didn't really know that Google was embargoing countries on their code
hosting site. I was more inspired after watching this talk Google I/O 2008 -
Project Hosting on Google Code <http://www.youtube.com/watch?v=62x17hG6Wvo>
It is very interesting for a company that does great things for the OSS also
blocking code access on certain countries. Thanks for pointing this out.
Indeed an important point consider.
This is not the first time today my Google integration idea has been
rejected. During our school's tech forum I asked them the possibilities of
integrating Google Apps to the university network. The lower cost was a
reasonable answer, but it is beyond my logic to understand that possible
plans to integrate something that is not even up (live.edu) :)
-- 
Gökhan
From: Matthew B. <mat...@gm...> - 2010年03月03日 05:03:30
Hi,
> Apart from being inflammatory, has anyone considered code.google.com (GC) as
> a solution?
;) - speaking as someone with no right to offer an opinion - please,
no. Google blocks Cuba from google code completely, for no obvious
reason, and a) that seems to me quite wrong and outside the spirit of
free software and b) I work there fairly often and it's hard for me to
persuade the excellent scientists there to use Python if they are
being specifically blocked for political reasons.
See you,
Matthew
From: Gökhan S. <gok...@gm...> - 2010年03月03日 04:46:52
On Tue, Mar 2, 2010 at 9:17 PM, Andrew Straw <str...@as...> wrote:
> Eric Firing wrote:
> > All,
> >
> > I think the git migration deserves its own thread on the devel list, so
> > here is a start.
> >
> To the uninitiated - a decision is being made that MPL is moving to git
> and github. We hope that this move will foster greater contributions
> from the community and a blurring of the line between MPL committers and
> users.
>
> The decision process happened off-list to keep the flames and
> bike-shedding minimal. Several of the core developers were consulted and
> we all agreed that a move to a DVCS was desirable and inevitable. We did
> not unanimously agree that git was best, but it was preferred by most
> developers over mercurial/bitbucket, the other serious contender, and
> neither camp voiced strong objections to the other system.
>
Apart from being inflammatory, has anyone considered code.google.com (GC) as
a solution? To me amongst all code hosting sites (launchpad, sourceforge,
bitbucket, github) GC provides the simplest and the most effective
interface. There is also practically very less learning curve on GC
comparing to other alternatives. This is a great advantage for the newcomers
to the project. For instance SF has all the useful code management
functionalities but their interface is really not inviting --at least to my
eyes. It takes a while also before the site content are indexed by crawlers.
On the negative side, GC doesn't offer git. However the source could be
externally linked like in the sympy project.
What do you think? Does simplicity really counts on the decision or the
functionality beats simplicity?
-- 
Gökhan
From: Andrew S. <str...@as...> - 2010年03月03日 03:44:22
Eric Firing wrote:
> All,
>
> I think the git migration deserves its own thread on the devel list, so 
> here is a start.
> 
To the uninitiated - a decision is being made that MPL is moving to git
and github. We hope that this move will foster greater contributions
from the community and a blurring of the line between MPL committers and
users.
The decision process happened off-list to keep the flames and
bike-shedding minimal. Several of the core developers were consulted and
we all agreed that a move to a DVCS was desirable and inevitable. We did
not unanimously agree that git was best, but it was preferred by most
developers over mercurial/bitbucket, the other serious contender, and
neither camp voiced strong objections to the other system.
> The full svn repo includes much more than just matplotlib: also course, 
> htdocs, py4science, sample_data, sampledoc_tut, scipy06, toolkits, and 
> users_guide. Before moving matplotlib, I think we should have a clear 
> plan as to how these other parts are going to be handled. Will some or 
> all remain as the active parts of the svn repo, with matplotlib somehow 
> marked as invalid? Will some or all get their own github repos? My 
> primary interest here is toolkits/basemap, but I am sure other good 
> stuff is in there.
> 
This is a good point. My preferred option is that we jettison all the
stuff that is not going to be shipped with MPL 1.0 from the git repo.
(More correctly - we build a git repo without that stuff ever going in.)
We can keep the old svn tree around and migrate the other projects to
git as desired. I think this is what's present in
http://github.com/astraw/matplotlib . Or am I missing something?
Another issue is whether to use github's Issue's system over
SourceForge's tracker. Personally, I'm in favor of moving the issue
tracking to github, but I think we should take stock of how we use the
tracker as see if github's features will support that.
> Before the transition, it would be good to have a pointers to the 
> simplest possible docs illustrating typical workflows after the 
> transition; maybe one for present developers with svn access, and 
> another for occasional contributors.
> 
I agree. I think the best learning material is from github. See
http://help.github.com/ and http://learn.github.com/ , for example. To
get to the "a ha" feeling, I highly recommend "Git from the bottom up"
by John Wiegley, available from
http://ftp.newartisans.com/pub/git.from.bottom.up.pdf . This latter is
what it took for me to come to a real understanding of git. Git was
designed from the data structures and plumbing up, and that the rest
("porcelain" in git parlance) came later and was less the focus of
initial development. Hence, the history is that git had a rougher UI
from the start and other DVCSs having nicer UIs but less stable and fast
repository formats. (Understanding the git model of the universe was key
to me becoming really fluent in git, but according to my office mate,
it's absolutely not necessary to use git for daily tasks. )
> Does it makes sense to retain the entire history in the new github repo, 
> or would it be just as well to start from a later point so as to reduce 
> the size? The entire history could still be available in a separate 
> read-only repo, or fossilized in svn on sourceforge, or in my hg mirror. 
> (Andrew's repo, at just under 200MB, is not prohibitively large by any 
> means, but it is a bit hefty.)
> 
I can see advantages either way, but I'm in favor keeping it. Tons of
MPL is undercommented, and seeing the history is extremely useful when
spelunking.
-Andrew
1 message has been excluded from this view by a project administrator.

Showing 19 results of 19

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /