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

Showing results of 86

<< < 1 2 3 4 > >> (Page 2 of 4)
From: John H. <jd...@gm...> - 2011年04月14日 22:54:53
On Apr 14, 2011, at 5:08 PM, Benjamin Root <ben...@gm...> wrote:
> It was added a while back, unless I only added it to the master...?
> 
Could be. It appears the mplot3d tutorial rest document in the release branch refers to it, but it is not committed in the branch. You can either commit the file or remove the doc reference from the branch. 
From: Benjamin R. <ben...@gm...> - 2011年04月14日 22:09:24
It was added a while back, unless I only added it to the master...?
Ben Root
On Thu, Apr 14, 2011 at 4:39 PM, John Hunter <jd...@gm...> wrote:
> Doc build is failing with a missing file
>
> .. plot:: mpl_examples/mplot3d/contourf3d_demo2.py
>
> I can work around it, but this should get added...
>
> JDH
>
From: Gökhan S. <gok...@gm...> - 2011年04月14日 22:07:34
Hi,
"For details on what's new, see the detailed
changelog<http://matplotlib.sourceforge.net/_static/CHANGELOG> or
browse the source code <https://github.com/matplotlib/matplotlib.git>. "
The source code links broken. https://github.com/matplotlib/matplotlib.git
 -> https://github.com/matplotlib/matplotlib
<https://github.com/matplotlib/matplotlib>and the changelog could point to
https://github.com/matplotlib/matplotlib/blob/master/CHANGELOG instead of
http://matplotlib.sourceforge.net/_static/CHANGELOG
On Thu, Apr 14, 2011 at 4:01 PM, John Hunter <jd...@gm...> wrote:
> On Thu, Apr 14, 2011 at 9:53 AM, John Hunter <jd...@gm...> wrote:
> > On Tue, Apr 12, 2011 at 6:18 PM, Fernando Perez <fpe...@gm...>
> wrote:
> >> On Tue, Apr 12, 2011 at 4:13 PM, John Hunter <jd...@gm...> wrote:
> >>> Yes, I'll get thus fixed ASAP
> >>
> >> John, quick note: our local network is down (firewall transfer went
> >> awry), so if you need to rebuild the docs, you'll need to do it on
> >> another system than my box (I'm using a laptop over wireless to send
> >> this).
> >
> > Any idea when this will be back up -- building the docs on my solaris
> > box here at work is proving more difficult than expected (segfaults
> > due to a bug in numpy's complex dtype handling, reported months ago
> > but still unfixed)
>
> Docs are now pushed to sf -- preliminary look looks good. Thanks
> Fernando for the build resources.
>
> JDH
>
>
> ------------------------------------------------------------------------------
> Benefiting from Server Virtualization: Beyond Initial Workload
> Consolidation -- Increasing the use of server virtualization is a top
> priority.Virtualization can reduce costs, simplify management, and improve
> application availability and disaster protection. Learn more about boosting
> the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
-- 
Gökhan
From: Fernando P. <fpe...@gm...> - 2011年04月14日 22:05:15
On Thu, Apr 14, 2011 at 3:01 PM, John Hunter <jd...@gm...> wrote:
> Docs are now pushed to sf -- preliminary look looks good. Thanks
> Fernando for the build resources.
My pleasure; my office has no heating, but everytime a mpl doc build
happens it gets a little less chilly here :)
f
From: John H. <jd...@gm...> - 2011年04月14日 22:02:09
On Thu, Apr 14, 2011 at 9:53 AM, John Hunter <jd...@gm...> wrote:
> On Tue, Apr 12, 2011 at 6:18 PM, Fernando Perez <fpe...@gm...> wrote:
>> On Tue, Apr 12, 2011 at 4:13 PM, John Hunter <jd...@gm...> wrote:
>>> Yes, I'll get thus fixed ASAP
>>
>> John, quick note: our local network is down (firewall transfer went
>> awry), so if you need to rebuild the docs, you'll need to do it on
>> another system than my box (I'm using a laptop over wireless to send
>> this).
>
> Any idea when this will be back up -- building the docs on my solaris
> box here at work is proving more difficult than expected (segfaults
> due to a bug in numpy's complex dtype handling, reported months ago
> but still unfixed)
Docs are now pushed to sf -- preliminary look looks good. Thanks
Fernando for the build resources.
JDH
From: John H. <jd...@gm...> - 2011年04月14日 21:39:52
Doc build is failing with a missing file
.. plot:: mpl_examples/mplot3d/contourf3d_demo2.py
I can work around it, but this should get added...
JDH
From: John H. <jd...@gm...> - 2011年04月14日 19:36:48
On Thu, Apr 14, 2011 at 2:10 PM, Paul Ivanov <piv...@gm...> wrote:
> Fernando Perez, on 2011年04月14日 11:08, wrote:
>> On Thu, Apr 14, 2011 at 7:53 AM, John Hunter <jd...@gm...> wrote:
>> > Any idea when this will be back up -- building the docs on my solaris
>> > box here at work is proving more difficult than expected (segfaults
>> > due to a bug in numpy's complex dtype handling, reported months ago
>> > but still unfixed)
>>
>> Give me an hour or so, I'll ping you back...
Thanks Paul, I'm all set up on Fernando's machine so I'll hold off a
bit to see if he can resuscitate it. If the problem persists, I'll
give yours a try.
From: Paul I. <piv...@gm...> - 2011年04月14日 19:10:18
Fernando Perez, on 2011年04月14日 11:08, wrote:
> On Thu, Apr 14, 2011 at 7:53 AM, John Hunter <jd...@gm...> wrote:
> > Any idea when this will be back up -- building the docs on my solaris
> > box here at work is proving more difficult than expected (segfaults
> > due to a bug in numpy's complex dtype handling, reported months ago
> > but still unfixed)
> 
> Give me an hour or so, I'll ping you back...
> 
> f
> 
John, Fernando, and others:
I'm happy to make my work machine available for building the
docs, or general development, testing, etc - it's has 64 bit
Ubuntu 8.04 (python 2.5.2) on it at the moment. I can provide
access to anyone who gives me their public ssh key. 
best,
-- 
Paul Ivanov
314 address only used for lists, off-list direct email at:
http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 
From: Fernando P. <fpe...@gm...> - 2011年04月14日 18:08:33
On Thu, Apr 14, 2011 at 7:53 AM, John Hunter <jd...@gm...> wrote:
> Any idea when this will be back up -- building the docs on my solaris
> box here at work is proving more difficult than expected (segfaults
> due to a bug in numpy's complex dtype handling, reported months ago
> but still unfixed)
Give me an hour or so, I'll ping you back...
f
From: John H. <jd...@gm...> - 2011年04月14日 14:53:46
On Tue, Apr 12, 2011 at 6:18 PM, Fernando Perez <fpe...@gm...> wrote:
> On Tue, Apr 12, 2011 at 4:13 PM, John Hunter <jd...@gm...> wrote:
>> Yes, I'll get thus fixed ASAP
>
> John, quick note: our local network is down (firewall transfer went
> awry), so if you need to rebuild the docs, you'll need to do it on
> another system than my box (I'm using a laptop over wireless to send
> this).
Any idea when this will be back up -- building the docs on my solaris
box here at work is proving more difficult than expected (segfaults
due to a bug in numpy's complex dtype handling, reported months ago
but still unfixed)
From: Paul I. <piv...@gm...> - 2011年04月14日 01:36:04
Fernando Perez, on 2011年04月13日 17:59, wrote:
> http://www.wired.com/wiredscience/2011/04/crashing-into-wall/
> 
> need to teach him about annotations, though, because the acceleration
> plot looks annotated by hand after the fact (from the fonts, I'm
> guessing on a Mac, maybe with Keynote).
Maybe citations, too? I'm guessing you inferred he used mpl from
the plots and the python tag on the post - but what are mere
mortals supposed to do?
:)
best,
-- 
Paul Ivanov
314 address only used for lists, off-list direct email at:
http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 
From: Fernando P. <fpe...@gm...> - 2011年04月14日 01:00:00
http://www.wired.com/wiredscience/2011/04/crashing-into-wall/
need to teach him about annotations, though, because the acceleration
plot looks annotated by hand after the fact (from the fonts, I'm
guessing on a Mac, maybe with Keynote).
cheers
f
From: <mi...@we...> - 2011年04月13日 06:19:51
Have a look at https://github.com/matplotlib/matplotlib
Cheers, Tobi
Am 13.04.2011 00:03, schrieb Ian Bell:
> Where is the bleeding edge MPL source located? It doesn't seem to be 
> subversion, 
> http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/ 
> stuck at revision 8988 or https://github.com/astraw/matplotlib, which is also 
> from november of last year. If the bleeding-edge code is somewhere else, 
> would it be possible to update the MPL website to reflect this?
>
> Regards,
> Ian
>
>
> ----
> Ian Bell
> Graduate Research Assistant
> Herrick Labs
> Purdue University
> email: ib...@pu... <mailto:ib...@pu...>
> cell: (607)227-7626
>
>
> ------------------------------------------------------------------------------
> Forrester Wave Report - Recovery time is now measured in hours and minutes
> not days. Key insights are discussed in the 2010 Forrester Wave Report as
> part of an in-depth evaluation of disaster recovery service providers.
> Forrester found the best-in-class provider in terms of services and vision.
> Read this report now! http://p.sf.net/sfu/ibm-webcastpromo
>
>
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
From: Fernando P. <fpe...@gm...> - 2011年04月12日 23:18:42
On Tue, Apr 12, 2011 at 4:13 PM, John Hunter <jd...@gm...> wrote:
> Yes, I'll get thus fixed ASAP
John, quick note: our local network is down (firewall transfer went
awry), so if you need to rebuild the docs, you'll need to do it on
another system than my box (I'm using a laptop over wireless to send
this).
Cheers,
f
From: John H. <jd...@gm...> - 2011年04月12日 23:13:31
On Apr 12, 2011, at 6:03 PM, Ian Bell <ib...@pu...> wrote:
> Fernando, 
> 
> Perfect! Thanks for the information. Perhaps this can get updated on the web somehow?
Yes, I'll get thus fixed ASAP
> 
> Ian
> 
> ----
> Ian Bell
> Graduate Research Assistant
> Herrick Labs
> Purdue University
> email: ib...@pu...
> cell: (607)227-7626
> 
> 
> On Tue, Apr 12, 2011 at 6:28 PM, Fernando Perez <fpe...@gm...> wrote:
> Hi Ian,
> 
> On Tue, Apr 12, 2011 at 3:03 PM, Ian Bell <ib...@pu...> wrote:
> > Where is the bleeding edge MPL source located? It doesn't seem to be
> > subversion,
> > http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/
> > stuck at revision 8988 or https://github.com/astraw/matplotlib, which is
> > also from november of last year. If the bleeding-edge code is somewhere
> > else, would it be possible to update the MPL website to reflect this?
> 
> sorry for the doc confusion, the new official repo (for all mpl
> development) lives at:
> 
> https://github.com/matplotlib/matplotlib
> 
> Cheers,
> 
> f
> 
> ------------------------------------------------------------------------------
> Forrester Wave Report - Recovery time is now measured in hours and minutes
> not days. Key insights are discussed in the 2010 Forrester Wave Report as
> part of an in-depth evaluation of disaster recovery service providers.
> Forrester found the best-in-class provider in terms of services and vision.
> Read this report now! http://p.sf.net/sfu/ibm-webcastpromo
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
From: Ian B. <ib...@pu...> - 2011年04月12日 23:04:01
Fernando,
Perfect! Thanks for the information. Perhaps this can get updated on the
web somehow?
Ian
----
Ian Bell
Graduate Research Assistant
Herrick Labs
Purdue University
email: ib...@pu...
cell: (607)227-7626
On Tue, Apr 12, 2011 at 6:28 PM, Fernando Perez <fpe...@gm...>wrote:
> Hi Ian,
>
> On Tue, Apr 12, 2011 at 3:03 PM, Ian Bell <ib...@pu...> wrote:
> > Where is the bleeding edge MPL source located? It doesn't seem to be
> > subversion,
> >
> http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/
> > stuck at revision 8988 or https://github.com/astraw/matplotlib, which
> is
> > also from november of last year. If the bleeding-edge code is somewhere
> > else, would it be possible to update the MPL website to reflect this?
>
> sorry for the doc confusion, the new official repo (for all mpl
> development) lives at:
>
> https://github.com/matplotlib/matplotlib
>
> Cheers,
>
> f
>
From: Fernando P. <fpe...@gm...> - 2011年04月12日 22:29:27
Hi Ian,
On Tue, Apr 12, 2011 at 3:03 PM, Ian Bell <ib...@pu...> wrote:
> Where is the bleeding edge MPL source located? It doesn't seem to be
> subversion,
> http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/
> stuck at revision 8988 or https://github.com/astraw/matplotlib, which is
> also from november of last year. If the bleeding-edge code is somewhere
> else, would it be possible to update the MPL website to reflect this?
sorry for the doc confusion, the new official repo (for all mpl
development) lives at:
https://github.com/matplotlib/matplotlib
Cheers,
f
From: Ian B. <ib...@pu...> - 2011年04月12日 22:03:38
Where is the bleeding edge MPL source located? It doesn't seem to be
subversion,
http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/stuck
at revision 8988 or
https://github.com/astraw/matplotlib, which is also from november of last
year. If the bleeding-edge code is somewhere else, would it be possible to
update the MPL website to reflect this?
Regards,
Ian
----
Ian Bell
Graduate Research Assistant
Herrick Labs
Purdue University
email: ib...@pu...
cell: (607)227-7626
From: Fernando P. <fpe...@gm...> - 2011年04月12日 16:26:52
On Tue, Apr 12, 2011 at 8:55 AM, Darren Dale <dsd...@gm...> wrote:
> That looks right to me. I find it easier to keep a local copy of
> integration branches like v1.0.x and master
BTW, I do that for my old stable branches: in addition to my main
ipython repo directory, I keep a branches/ dir with static copies of
those:
/home/fperez/ipython/branches
total 8
drwxr-xr-x 10 fperez 4096 2010年10月25日 13:13 0.10.1/
drwxr-xr-x 12 fperez 4096 2011年04月09日 00:42 0.10.2/
which I manage with the very useful git new-workdir tool:
http://kohei.us/2010/11/16/working-with-a-branch-using-git-new-workdir/
Cheers,
f
From: Fernando P. <fpe...@gm...> - 2011年04月12日 16:16:50
On Mon, Apr 11, 2011 at 2:19 PM, Darren Dale <dsd...@gm...> wrote:
>
> Brilliant, whatever they use allows uploading attachments.
I know this isn't ideal, but a workaround for screenshots/images in
mpl bug reports would be to upload them to something like imgur (free
- no registration required):
http://imgur.com/tools/
and then put the image link in the markdown for the bug report:
https://github.com/blog/831-issues-2-0-the-next-generation#comment-11405
I realize it's a workaround, but better than nothing...
f
From: Darren D. <dsd...@gm...> - 2011年04月12日 16:04:20
On Tue, Apr 12, 2011 at 9:38 AM, Michael Droettboom <md...@st...> wrote:
> Ok. I hope I fixed it. Here's what I did (from my clone of the
> matplotlib/matplotlib repository)
>
> > git branch v1.0.x e5970f4
> > git push origin v1.0.x
>
> Looking at the commit history and contents at the tip of this branch,
> everything looks ok. Someone want to verify for me?
That looks right to me. I find it easier to keep a local copy of
integration branches like v1.0.x and master, so I had a slightly out
of date local v1.0.x from April 2, and it compares well with what you
just pushed. I was just missing the gitwash clarifications, my
lingering print statement and the fixed agg link. Thank you for fixing
it.
Any chance you did a "git push upstream :v1.0.x"? That is how a branch
gets deleted.
Darren
From: Michael D. <md...@st...> - 2011年04月12日 14:38:22
Ok. I hope I fixed it. Here's what I did (from my clone of the 
matplotlib/matplotlib repository)
 > git branch v1.0.x e5970f4
 > git push origin v1.0.x
Looking at the commit history and contents at the tip of this branch, 
everything looks ok. Someone want to verify for me?
Mike
On 04/12/2011 09:29 AM, Michael Droettboom wrote:
> Looking at the network, this seems to be the last commit on the 1.0.x
> branch:
>
> https://github.com/matplotlib/matplotlib/commit/e5970f4fa6589089ce60dad955831c7632606ead
>
> This seems to be where I somehow killed the 1.0.x branch by doing what I
> thought was a regular merge into master:
>
> https://github.com/matplotlib/matplotlib/commit/0d81e6774388b7bf2150f91f95fa83db6ad7bfc4
>
> So, I suppose we need to make a branch that points to e5970f? I'm not
> going to experiment with this stuff -- any thoughts on how to correct it?
>
> Mike
>
> On 04/12/2011 09:55 AM, Darren Dale wrote:
> 
>> On Tue, Apr 12, 2011 at 9:47 AM, Jae-Joon Lee<lee...@gm...> wrote:
>>
>> 
>>> Hi all,
>>>
>>> I thought we have a "v1.0.x" branch on the github repo, but no more.
>>>
>>> https://github.com/matplotlib/matplotlib/branches
>>>
>>> Hmm...
>>> Is it (accidentally?) removed or do we now use another branch for
>>> maintenance (although I don't see any alternative)?
>>>
>>> 
>> Mike, you may be the most likely to have the latest changes in a local
>> branch. Would you please push it?
>>
>> ------------------------------------------------------------------------------
>> Forrester Wave Report - Recovery time is now measured in hours and minutes
>> not days. Key insights are discussed in the 2010 Forrester Wave Report as
>> part of an in-depth evaluation of disaster recovery service providers.
>> Forrester found the best-in-class provider in terms of services and vision.
>> Read this report now! http://p.sf.net/sfu/ibm-webcastpromo
>> _______________________________________________
>> Matplotlib-devel mailing list
>> Mat...@li...
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>>
>> 
>
> 
-- 
Michael Droettboom
Science Software Branch
Space Telescope Science Institute
Baltimore, Maryland, USA
From: Michael D. <md...@st...> - 2011年04月12日 14:30:53
On 04/12/2011 08:34 AM, Tobias Hoppe wrote:
> I've read the status page for py3k and stumbled upon the cleanup tasks,
> especially the version checks. I agree that calling sys.version_info[0] is not a
> smart choice.
>
> Why not use a new variable in __init__.py, something like a boolean __is_py3k__.
> Every module which needs a choice between py2.x and 3.x can simply:
>
> from matplotlib import __is_py3k__
>
> and use:
>
> if __is_py3k__:
>
> 
It can't live in __init__.py without creating cyclical imports. 
(__init__.py includes most everything else). I think the solution, 
though not ideal either, is to create a new module called "compat" or 
some such that contains this and possibly other python2/python3 
compatibility code.
Cheers,
Mike
-- 
Michael Droettboom
Science Software Branch
Space Telescope Science Institute
Baltimore, Maryland, USA
From: Michael D. <md...@st...> - 2011年04月12日 14:30:14
Looking at the network, this seems to be the last commit on the 1.0.x 
branch:
https://github.com/matplotlib/matplotlib/commit/e5970f4fa6589089ce60dad955831c7632606ead
This seems to be where I somehow killed the 1.0.x branch by doing what I 
thought was a regular merge into master:
https://github.com/matplotlib/matplotlib/commit/0d81e6774388b7bf2150f91f95fa83db6ad7bfc4
So, I suppose we need to make a branch that points to e5970f? I'm not 
going to experiment with this stuff -- any thoughts on how to correct it?
Mike
On 04/12/2011 09:55 AM, Darren Dale wrote:
> On Tue, Apr 12, 2011 at 9:47 AM, Jae-Joon Lee<lee...@gm...> wrote:
> 
>> Hi all,
>>
>> I thought we have a "v1.0.x" branch on the github repo, but no more.
>>
>> https://github.com/matplotlib/matplotlib/branches
>>
>> Hmm...
>> Is it (accidentally?) removed or do we now use another branch for
>> maintenance (although I don't see any alternative)?
>> 
> Mike, you may be the most likely to have the latest changes in a local
> branch. Would you please push it?
>
> ------------------------------------------------------------------------------
> Forrester Wave Report - Recovery time is now measured in hours and minutes
> not days. Key insights are discussed in the 2010 Forrester Wave Report as
> part of an in-depth evaluation of disaster recovery service providers.
> Forrester found the best-in-class provider in terms of services and vision.
> Read this report now! http://p.sf.net/sfu/ibm-webcastpromo
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
> 
-- 
Michael Droettboom
Science Software Branch
Space Telescope Science Institute
Baltimore, Maryland, USA
From: Darren D. <dsd...@gm...> - 2011年04月12日 13:55:48
On Tue, Apr 12, 2011 at 9:47 AM, Jae-Joon Lee <lee...@gm...> wrote:
> Hi all,
>
> I thought we have a "v1.0.x" branch on the github repo, but no more.
>
> https://github.com/matplotlib/matplotlib/branches
>
> Hmm...
> Is it (accidentally?) removed or do we now use another branch for
> maintenance (although I don't see any alternative)?
Mike, you may be the most likely to have the latest changes in a local
branch. Would you please push it?

Showing results of 86

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