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



Showing 4 results of 4

From: John H. <jd...@gm...> - 2007年02月06日 22:25:08
On 2/6/07, Charlie Moad <cw...@gm...> wrote:
> rev3002 works great for me. I can push the windows releases this
> Saturday. I could push a source release sooner. Is anyone opposed to
> me pushing a source release Friday with the binaries following up on
> Saturday? If there are no objections, let's avoid major commits until
> after then.
Let's do the source release ASAP -- I'll update the website for win32
users to point to the older release so they can find it until the
win32 binaries are out. That way if ubuntu wants to use this for
their next release before the Feb 8th upstream freeze they can (and it
will give us one day to do a point bugfix release if the whole world
blows up). Just be sure that you use the same svn revision for the
src release and the win32 builds which will help us with user errors.
And email us when the new source is up so I'll know to make the
website change.
And let's call it 0.90 god-doggy. I'm getting tired of 0.87. There
is at least one signficant API breaking new feature (the pick API)
which alone justifies not making this a point release. There are also
several new features sampled below
2007年01月22日 Extended the new picker API to text, patches and patch
 collections. Added support for user customizable pick hit
 testing and attribute tagging of the PickEvent - Details
 and examples in examples/pick_event_demo.py -
2007年01月11日 Added Axes.xcorr and Axes.acorr to plot the cross
 correlation of x vs y or the autocorrelation of x. pylab
 wrappers also provided. See examples/xcorr_demo.py
2007年01月10日 Added "Subplot.label_outer" method. It will set the
 visibility of the ticklabels so that yticklabels are only
 visible in the first column and xticklabels are only
 visible in the last row
2006年12月09日 Replaced spy and spy2 with the new spy that combines
 marker and image capabilities
2006年12月19日 Added Tim Leslie's spectral patch
2006年11月19日 Added semi-automatic docstring generation detailing all the
 kwargs that functions take using the artist introspection
 tools; eg 'help text now details the scatter kwargs
 that control the Text properties
2006年11月05日 Added broken_barh function for makring a sequence of
 horizontal bars broken by gaps -- see examples/broken_barh.py
Thanks!
JDH
From: Charlie M. <cw...@gm...> - 2007年02月06日 22:12:26
rev3002 works great for me. I can push the windows releases this
Saturday. I could push a source release sooner. Is anyone opposed to
me pushing a source release Friday with the binaries following up on
Saturday? If there are no objections, let's avoid major commits until
after then.
- Charlie
On 2/5/07, Charlie Moad <cw...@gm...> wrote:
> I'm listening, and I can do the windows builds. I'll run those tests
> tonight and get back to the list.
>
> - Charlie
>
> On 2/5/07, Eric Firing <ef...@ha...> wrote:
> > John Hunter wrote:
> > > I'm still learning how to reply-to with my new-fangled gmail. I'm
> > > forwarding this response on to the list....
> > >
> > > ---------- Forwarded message ----------
> > > From: John Hunter <jd...@gm...>
> > > Date: Feb 5, 2007 9:46 AM
> > > Subject: Re: [matplotlib-devel] release?
> > > To: Eric Firing <ef...@ha...>
> > > Cc: cw...@gm...
> > >
> > >
> > > On 2/5/07, Eric Firing <ef...@ha...> wrote:
> > >> It has been quite a while since 0.87.7, and I note that the ubuntu
> > >> feisty upstream version freeze date is Feb. 8. Is it time for a new mpl
> > >> release? If it were done within the next few days, would it get into
> > >> feisty? I acknowledge that I can offer no help with the release
> > >> process, and I don't know what it takes to get a release into
> > >> ubuntu--presumably the debian maintainer has to get it into debian
> > >> first--but I thought I would raise the question anyway.
> > >
> > > I'm severely ham-strung at the moment since my build box died and I
> > > haven't resurrected a new one yet. Charlie has been doing the win32
> > > builds and may be able to do them for this release. That's the hard
> > > part. Other than that, the main thing that needs to be done is to get
> > > a fresh svn co and build, run backend_driver and memleak_hawaii and
> > > make sure everything looks OK. If you can do that Eric, and Charlie
> > > can do the win32 build, I'm all for it.
> >
> > OK, I did the fresh co and build and the checking, and I don't see any
> > problems. (There is a deprecation warning in unicode_demo.py--not a
> > show-stopper.)
> >
> > >
> > > I just googled ubuntu matplotlib and got a page pointing to the old
> > > debian 0.82 version. I know that is the main debian package people
> > > are using but is it also the most recent ubuntu version. If so, just
> > > getting them onto 0.87.7 would be a major advance. I thought ubuntu
> > > was better about keeping up with current releases.
> >
> > Edgy appears to be offering 0.87.5, which is not quite so bad. I have
> > no idea what will happen in Feisty, however.
> >
> > Eric
> >
> > -------------------------------------------------------------------------
> > Using Tomcat but need to do more? Need to support web services, security?
> > Get stuff done quickly with pre-integrated technology to make your job easier.
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > _______________________________________________
> > Matplotlib-devel mailing list
> > Mat...@li...
> > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
> >
>
From: Manuel M. <mm...@as...> - 2007年02月06日 11:15:25
Eric Firing wrote:
> John Hunter wrote:
>> I'm still learning how to reply-to with my new-fangled gmail. I'm
>> forwarding this response on to the list....
>>
>> ---------- Forwarded message ----------
>> From: John Hunter <jd...@gm...>
>> Date: Feb 5, 2007 9:46 AM
>> Subject: Re: [matplotlib-devel] release?
>> To: Eric Firing <ef...@ha...>
>> Cc: cw...@gm...
>>
>>
>> On 2/5/07, Eric Firing <ef...@ha...> wrote:
>>> It has been quite a while since 0.87.7, and I note that the ubuntu
>>> feisty upstream version freeze date is Feb. 8. Is it time for a new mpl
>>> release? If it were done within the next few days, would it get into
>>> feisty? I acknowledge that I can offer no help with the release
>>> process, and I don't know what it takes to get a release into
>>> ubuntu--presumably the debian maintainer has to get it into debian
>>> first--but I thought I would raise the question anyway.
>> I'm severely ham-strung at the moment since my build box died and I
>> haven't resurrected a new one yet. Charlie has been doing the win32
>> builds and may be able to do them for this release. That's the hard
>> part. Other than that, the main thing that needs to be done is to get
>> a fresh svn co and build, run backend_driver and memleak_hawaii and
>> make sure everything looks OK. If you can do that Eric, and Charlie
>> can do the win32 build, I'm all for it.
> 
> OK, I did the fresh co and build and the checking, and I don't see any 
> problems. (There is a deprecation warning in unicode_demo.py--not a 
> show-stopper.)
> 
>> I just googled ubuntu matplotlib and got a page pointing to the old
>> debian 0.82 version. I know that is the main debian package people
>> are using but is it also the most recent ubuntu version. If so, just
>> getting them onto 0.87.7 would be a major advance. I thought ubuntu
>> was better about keeping up with current releases.
> 
> Edgy appears to be offering 0.87.5, which is not quite so bad. I have 
> no idea what will happen in Feisty, however.
Yes, matplotlib version in edgy is 0.87.5, in feisty it is 0.87.7, see:
 http://packages.ubuntu.com/
Manuel
-- 
---------------------------------------
 Manuel Metz ............ Stw@AIfA
 Argelander Institut fuer Astronomie
 Auf dem Huegel 71 (room 3.06)
 D - 53121 Bonn
 E-Mail: mm...@as...
 Web: www.astro.uni-bonn.de/~mmetz
 Phone: (+49) 228 / 73-3660
 Fax: (+49) 228 / 73-3672
---------------------------------------
From: Jarrod M. <mi...@be...> - 2007年02月06日 06:01:15
Hey John,
In Rev. 2942, you committed a spectral colormap patch provided by Tim
Leslie. The spectral colormap is being used by the Neuroimaging in
Python (nipy) project (neuroimaging.scipy.org). It isn't a big deal,
but given nipy's dependence on the new colormap it would be very nice
to have a new release of matplotlib.
Thanks,
-- 
Jarrod Millman
Computational Infrastructure for Research Labs
10 Giannini Hall, UC Berkeley
phone: 510.643.4014
http://cirl.berkeley.edu/

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