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





Showing 10 results of 10

From: Darren D. <dsd...@gm...> - 2011年01月24日 15:45:30
On Mon, Jan 24, 2011 at 9:18 AM, John Hunter <jd...@gm...> wrote:
> On Mon, Jan 24, 2011 at 8:11 AM, Darren Dale <dsd...@gm...> wrote:
>
>> That said, I have the conversion routines set up right now to create a
>> separate "toolkits" repository, which currently includes all the
>> contents of trunk/toolkits. I can tailor this further to split the
>> toolkits up and create a repository for each, if thats how people want
>> to do it. Those repos could either be hosted as separate repositories
>> under the matplotlib github organization, or maybe better as a
>> repository under a separate github project. In case of the latter, I
>> can temporarily publish the repository at my own account, long enough
>> for Jeff to clone it (don't fork it using githubs fork button!) and
>> push it to its final destination.
>
> I think mplsize should just be moved into lib/mpl_toolkits so it can
> be picked up by a default mpl installation. It's small enough that it
> probably doesn't need it's own repo. What do you think Andrew?
I guess this can be done after the conversion: split it into its own
repo, fix the hierarchy and then do an external merge from that repo
to draw it into the matplotlib repo under lib/mpl_toolkits.
From: Jeff W. <js...@fa...> - 2011年01月24日 15:29:57
On 1/24/11 7:11 AM, Darren Dale wrote:
> On Mon, Jan 24, 2011 at 8:48 AM, John Hunter<jd...@gm...> wrote:
>> On Mon, Jan 24, 2011 at 7:18 AM, Jeff Whitaker<js...@fa...> wrote:
>>
>>> Regarding basemap, what do people recommend? Should I create a separate
>>> github project for basemap and it's data?
>> I think that would be ideal. Unlink svn, in git you can't have full
>> featured subdirectory checkouts, and since some of the projects,
>> basemap included are too large to include with the core, the best
>> solution is to put them in a separate repository. This complicates
>> keeping versions in sync, but it seems like the best solution.
> That said, I have the conversion routines set up right now to create a
> separate "toolkits" repository, which currently includes all the
> contents of trunk/toolkits. I can tailor this further to split the
> toolkits up and create a repository for each, if thats how people want
> to do it. Those repos could either be hosted as separate repositories
> under the matplotlib github organization, or maybe better as a
> repository under a separate github project. In case of the latter, I
> can temporarily publish the repository at my own account, long enough
> for Jeff to clone it (don't fork it using githubs fork button!) and
> push it to its final destination.
>
> Darren
Darren: I think having them as separate repos under the matplotlib 
organization is fine. If you could do that I would be grateful.
-Jeff
From: Darren D. <dsd...@gm...> - 2011年01月24日 15:12:56
On Mon, Jan 24, 2011 at 9:18 AM, John Hunter <jd...@gm...> wrote:
> On Mon, Jan 24, 2011 at 8:11 AM, Darren Dale <dsd...@gm...> wrote:
>
>> That said, I have the conversion routines set up right now to create a
>> separate "toolkits" repository, which currently includes all the
>> contents of trunk/toolkits. I can tailor this further to split the
>> toolkits up and create a repository for each, if thats how people want
>> to do it. Those repos could either be hosted as separate repositories
>> under the matplotlib github organization, or maybe better as a
>> repository under a separate github project. In case of the latter, I
>> can temporarily publish the repository at my own account, long enough
>> for Jeff to clone it (don't fork it using githubs fork button!) and
>> push it to its final destination.
>
> I think mplsize should just be moved into lib/mpl_toolkits so it can
> be picked up by a default mpl installation. It's small enough that it
> probably doesn't need it's own repo. What do you think Andrew?
>
> I think natgrid could be moved into the same directory because it is
> small too, but because of licensing issues I don't think it should be
> built and installed by default. Could you handle this move Jeff, on
> fairly short notice?
>
> Is there any reason basemap should not be hosted by the mpl
> organization? Seems like the logical place to me.
Each repository can have its own issue tracker, wiki, etc., so thats
fine. But you might consider hosting documentation at github. I don't
recommend using the "gh-pages branch" method of hosting docs, which
uses a separate DAG in the main repository, and would serve them at
http://matplotlib.github.com/matplotlib. Instead, I want to propose
hosting the documentation in a repo at
https:github.com/matplotlib/matplotlib.github.com.git, which will
serve the sphinx-built docs at http://matplotlib.github.com . If the
basemap repo is hosted under mpl, its docs could be hosted like
Fernando has been suggesting, in a separate basemap-docs repo, which
would be served at http://matplotlib.github.com/basemap-docs. If
basemap had its own organization, the docs could be served at
http://basemap.github.com. Just something to keep in mind.
Darren
From: John H. <jd...@gm...> - 2011年01月24日 14:44:24
On Mon, Jan 24, 2011 at 8:18 AM, John Hunter <jd...@gm...> wrote:
> I think natgrid could be moved into the same directory because it is
> small too, but because of licensing issues I don't think it should be
> built and installed by default. Could you handle this move Jeff, on
> fairly short notice?
I'm going to backpedal on this one. I think including GPL code in the
core distribution, even if it is disabled by default, is a bad idea.
Let's go with separate repo.
JDH
From: John H. <jd...@gm...> - 2011年01月24日 14:19:17
On Mon, Jan 24, 2011 at 8:11 AM, Darren Dale <dsd...@gm...> wrote:
> That said, I have the conversion routines set up right now to create a
> separate "toolkits" repository, which currently includes all the
> contents of trunk/toolkits. I can tailor this further to split the
> toolkits up and create a repository for each, if thats how people want
> to do it. Those repos could either be hosted as separate repositories
> under the matplotlib github organization, or maybe better as a
> repository under a separate github project. In case of the latter, I
> can temporarily publish the repository at my own account, long enough
> for Jeff to clone it (don't fork it using githubs fork button!) and
> push it to its final destination.
I think mplsize should just be moved into lib/mpl_toolkits so it can
be picked up by a default mpl installation. It's small enough that it
probably doesn't need it's own repo. What do you think Andrew?
I think natgrid could be moved into the same directory because it is
small too, but because of licensing issues I don't think it should be
built and installed by default. Could you handle this move Jeff, on
fairly short notice?
Is there any reason basemap should not be hosted by the mpl
organization? Seems like the logical place to me.
JDH
From: Darren D. <dsd...@gm...> - 2011年01月24日 14:11:08
On Mon, Jan 24, 2011 at 8:48 AM, John Hunter <jd...@gm...> wrote:
> On Mon, Jan 24, 2011 at 7:18 AM, Jeff Whitaker <js...@fa...> wrote:
>
>> Regarding basemap, what do people recommend? Should I create a separate
>> github project for basemap and it's data?
>
> I think that would be ideal. Unlink svn, in git you can't have full
> featured subdirectory checkouts, and since some of the projects,
> basemap included are too large to include with the core, the best
> solution is to put them in a separate repository. This complicates
> keeping versions in sync, but it seems like the best solution.
That said, I have the conversion routines set up right now to create a
separate "toolkits" repository, which currently includes all the
contents of trunk/toolkits. I can tailor this further to split the
toolkits up and create a repository for each, if thats how people want
to do it. Those repos could either be hosted as separate repositories
under the matplotlib github organization, or maybe better as a
repository under a separate github project. In case of the latter, I
can temporarily publish the repository at my own account, long enough
for Jeff to clone it (don't fork it using githubs fork button!) and
push it to its final destination.
Darren
From: John H. <jd...@gm...> - 2011年01月24日 13:49:31
On Mon, Jan 24, 2011 at 7:18 AM, Jeff Whitaker <js...@fa...> wrote:
> Regarding basemap, what do people recommend? Should I create a separate
> github project for basemap and it's data?
I think that would be ideal. Unlink svn, in git you can't have full
featured subdirectory checkouts, and since some of the projects,
basemap included are too large to include with the core, the best
solution is to put them in a separate repository. This complicates
keeping versions in sync, but it seems like the best solution.
JDH
From: Jeff W. <js...@fa...> - 2011年01月24日 13:18:26
On 1/24/11 6:10 AM, Darren Dale wrote:
> On Sun, Jan 23, 2011 at 9:18 AM, Darren Dale<dsd...@gm...> wrote:
>> On Sun, Jan 23, 2011 at 6:25 AM, Andrew Straw<str...@as...> wrote:
>>> On 23-Jan-11 04:05, John Hunter wrote:
>>>> Darren
>>>> if you are ready to "flip the switch" and make an official github repo
>>>> under this organization, go for it. Once we get the trunk active,
>>>> we'll worry about the rest, like migrating the release branch. Of
>>>> course, if Andrew as the original force to move to github, has any
>>>> comments or concerns, we're certainly receptive to them. But we have
>>>> a recent release out, the buildbot is broken currently anyhow, and
>>>> this looks like a perfect time to make the move.
>>> +1.
>>>
>>> And for what it's worth, I keep nagging the IT people at my new employer to
>>> set me up the virtual machines for the new buildslaves...
>> I need to improve the authorship mapping, so the authors of svn
>> commits will be identified using their git information in the new
>> repository. For the following svn accounts, I need "Real Name
>> <re...@em...o>" information as it will appear when committing to the
>> new git repository (not your old svn info, unless it will be the
>> same). Look in the [user] section of ~/.gitconfig, if you have one.
>> Please send it to me ASAP.
> I think we are getting close. Here are the remaining commit authors
> that do not have git commit information. Do we know how to reach some
> of these folks directly to ask if they want to provide it?
>
> mdboom
> mdehoon
> jswhit
js...@gi...
Jeff Whitaker <js...@fa...>
Regarding basemap, what do people recommend? Should I create a separate 
github project for basemap and it's data?
-Jeff
> jrevans
> cmoad
> heeres
> mmetz_bn
> sameerd
> pkienzle
> dmkaplan
> nnemec
> stevech
> edin1
> kmcivor
> teoliphant
> barrett
> greglielens
> jvoss2
> jaytmiller
> perrygreenfield
> jodonoghue
>
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a 49ドル USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
From: Darren D. <dsd...@gm...> - 2011年01月24日 13:10:22
On Sun, Jan 23, 2011 at 9:18 AM, Darren Dale <dsd...@gm...> wrote:
> On Sun, Jan 23, 2011 at 6:25 AM, Andrew Straw <str...@as...> wrote:
>> On 23-Jan-11 04:05, John Hunter wrote:
>>>
>>> Darren
>>> if you are ready to "flip the switch" and make an official github repo
>>> under this organization, go for it. Once we get the trunk active,
>>> we'll worry about the rest, like migrating the release branch. Of
>>> course, if Andrew as the original force to move to github, has any
>>> comments or concerns, we're certainly receptive to them. But we have
>>> a recent release out, the buildbot is broken currently anyhow, and
>>> this looks like a perfect time to make the move.
>>
>> +1.
>>
>> And for what it's worth, I keep nagging the IT people at my new employer to
>> set me up the virtual machines for the new buildslaves...
>
> I need to improve the authorship mapping, so the authors of svn
> commits will be identified using their git information in the new
> repository. For the following svn accounts, I need "Real Name
> <re...@em...o>" information as it will appear when committing to the
> new git repository (not your old svn info, unless it will be the
> same). Look in the [user] section of ~/.gitconfig, if you have one.
> Please send it to me ASAP.
I think we are getting close. Here are the remaining commit authors
that do not have git commit information. Do we know how to reach some
of these folks directly to ask if they want to provide it?
mdboom
mdehoon
jswhit
jrevans
cmoad
heeres
mmetz_bn
sameerd
pkienzle
dmkaplan
nnemec
stevech
edin1
kmcivor
teoliphant
barrett
greglielens
jvoss2
jaytmiller
perrygreenfield
jodonoghue
From: John H. <jd...@gm...> - 2011年01月24日 02:43:37
On Sun, Jan 23, 2011 at 2:53 PM, Friedrich Romstedt
<fri...@gm...> wrote:
> I feel very much honoured by this, it is a great belated Christmas
> gift, so I like it very much that you speak up for me, but currently I
> don't feel like a "core dev". Maybe, when matplotlib-filters
> (formerly matplotlib-grayscale) is through and committed, maybe then
> I'm confident enough.
I'm curious about this project -- google doesn't reveal much.
As for commit privileges, my usual standard is that the candidate has
become a nuisance to the other developers. That is, they are
contributing patches faster than we can review them :-) That is a bit
tongue in cheek, but I do like to see several patches that reveal a
significant understanding of mpl internals and compliance with our
coding standards. Ben's handling of several 3D bugs certainly put him
in this category in my view, as this is a particularly hairy part of
the code and there were not many developers who were able to review
his patches because he was one of the few experts on this part of the
code, and handling 3D properly means you have a pretty good grasp of
the 2D stack.
Friedrich hasn't become a nuisance yet <wink>. When he does, I'll be
happy to add him....
JDH

Showing 10 results of 10

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 によって変換されたページ (->オリジナル) /