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
(7) |
2
(15) |
3
(6) |
4
(13) |
5
(5) |
6
(2) |
|
7
(8) |
8
(23) |
9
(1) |
10
(11) |
11
(20) |
12
(33) |
13
(18) |
|
14
(16) |
15
(11) |
16
(25) |
17
(25) |
18
(3) |
19
(8) |
20
|
|
21
|
22
(4) |
23
|
24
(2) |
25
|
26
(1) |
27
|
|
28
|
29
(2) |
30
(1) |
31
(1) |
|
|
|
|
From: Manuel M. <mm...@as...> - 2008-12-12 09:52:27
|
I just noted that mathtext and LaTeX rendering behave differently
when using a single "$" character in a text string. This happened to me
when looking at the dollar_ticks example from the docs because I use
LaTeX rendering by default. The problem is here:
formatter = ticker.FormatStrFormatter('$%1.2f')
MathText interprets this as a single "$" character, whereas LaTeX
interprets this as starting character of a math expression (and I get an
error), i.e. I have to write "\$1.2f" instead, which then, however, is
interpreted by MathText as "\$" ... :-(
Shouldn't these two behave equally here?
mm
|
|
From: Nils W. <nw...@ia...> - 2008-12-12 07:18:24
|
On Thu, 11 Dec 2008 10:33:20 -0800
Andrew Straw <str...@as...> wrote:
> Hi Nils. I think I fixed the issue causing the traceback
>with r6563. Can
> you please update and try again with text.usetex
>enabled?
>
> My guess is that you don't have dvipng installed, which
>was causing the
> detection check to throw a traceback rather than return
>a value
> signifying undetected. So, enabling usetex should again
>trigger the
> check, but hopefully this time it will fail gracefully
>rather than crashing.
>
> -Andrew
Hi Andrew,
Thank you very much !
Works for me.
>>> import matplotlib.mlab as mlab
/data/home/nwagner/local/lib/python2.5/site-packages/matplotlib/__init__.py:371:
UserWarning: matplotlibrc text.usetex can not be used with
*Agg backend unless dvipng-1.5 or later is installed on
your system
warnings.warn( 'matplotlibrc text.usetex can not be
used with *Agg '
Cheers,
Nils
|
|
From: Gael V. <gae...@no...> - 2008-12-12 06:06:00
|
On Thu, Dec 11, 2008 at 01:37:01PM -0800, Andrew Straw wrote: > Prabhu Ramachandran has also done similar things for mayavi2 using VTK's > image comparison (see compare_image_with_saved_image in > https://svn.enthought.com/enthought/browser/Mayavi/trunk/integrationtests/mayavi/common.py > ). Yeah, and it always fails due to the hardware rendering being slightly different on different computers :). I think we are giving up on this approach. Gaël |
|
From: Eric B. <eri...@gm...> - 2008-12-12 05:16:27
|
I think of artists as having visual properties that persist (e.g.,
filled vs. outlined, a colormap with min and max values) even as data
associated with the artist is changed. In the edge case described
below, this doesn't seem to hold true.
I have code that animates a scatter plot by sub-selecting the data
stored in a collection artist. In cases where some frames contain no
data, the scatter artist's data is temporarily empty. On subsequent
frames (once there is data again) some of the visual properties my
filled point becomes an outlined point, as in the code below.
# Filled single point with no outline
sc = scatter([1],[1],c=[1], edgecolors='none')
# Cache the data
xy=sc.get_offsets()
s=sc.get_array()
sel=s<0
sc.set_offsets(xy[sel,:])
sc.set_array(s[sel])
# No data, so nothing shown. No problem.
sc.figure.canvas.draw()
# Now restore the original data
sc.set_offsets(xy)
sc.set_array(s)
# Outlined single point with no fill
sc.figure.canvas.draw()
sc.get_edgecolors()
sc.get_facecolors()
sc.get_array()
The fix probably has to do with Collection.update_scalarmappable.
When set_array([ ]) happens,
len(self._facecolors) > 0, therefore
self._facecolors = to_rgba([ ]),
When set_array([1]) restores data,
len(self._facecolors) == 0, therefore
self._edgecolors = self.to_rgba([1])
Should is_filled vs. is_stroked be preserved in this case? If so, is
there a more elegant fix than to add is_filled and is_stroked
properties that are checked by update_scalarmappable?
Thanks,
Eric
|
|
From: John H. <jd...@gm...> - 2008-12-12 05:12:29
|
Michael, Will you create the branch and set up the svn merge properties? Thanks Charlie, JDH Sent from my iPhone On Dec 11, 2008, at 7:35 PM, "Charlie Moad" <cw...@gm...> wrote: > 0.98.5 source and bins are posted. Please try them out. John can > announce at his convenience. > > - Charlie > > On Thu, Dec 11, 2008 at 12:15 PM, John Hunter <jd...@gm...> > wrote: >> On Thu, Dec 11, 2008 at 8:25 AM, Michael Droettboom >> <md...@st...> wrote: >> >>>> And I'll try and get the maintenance branch right next time :-) >>> >>> All of the above sounds good to me. >> >> I will be traveling to my conference starting at noon, so will be in >> sporadic, light email contact for the next few days. Charlie will >> look at fixing the builds tonight -- everyone else, please do what >> you >> can if something comes up because I would love to have a good set of >> binaries on line by the time my talk starts at noon tomorrow: >> >> http://mloss.org/workshop/nips08/ >> >> JDH >> |
|
From: Charlie M. <cw...@gm...> - 2008-12-12 03:35:19
|
0.98.5 source and bins are posted. Please try them out. John can announce at his convenience. - Charlie On Thu, Dec 11, 2008 at 12:15 PM, John Hunter <jd...@gm...> wrote: > On Thu, Dec 11, 2008 at 8:25 AM, Michael Droettboom <md...@st...> wrote: > >>> And I'll try and get the maintenance branch right next time :-) >> >> All of the above sounds good to me. > > I will be traveling to my conference starting at noon, so will be in > sporadic, light email contact for the next few days. Charlie will > look at fixing the builds tonight -- everyone else, please do what you > can if something comes up because I would love to have a good set of > binaries on line by the time my talk starts at noon tomorrow: > > http://mloss.org/workshop/nips08/ > > JDH > |
|
From: Michael D. <md...@st...> - 2008-12-12 03:18:26
|
Andrew Straw wrote: > Andrew Straw wrote: > > I realize I may have ignored an important question. > > >> Michael Droettboom wrote: >> > > >>> Now I feel stuck. How do I "undo" the merge from experimental to master? >>> > > To do that, I actually delete the master branch with "git branch -D > master" and then re-create a new one with "git checkout -b master > 028a0df8" (where I've identified commit 028a0df8 as where I want the new > master to be). > Thanks for the suggestion. Because I "merged", rather than "rebased" from my development branch, changes from the branch are interleaved with changes from SVN, so it's not clear to me how to remove only the changes that were brought in from the merge. But that might also be the root cause of the problem I'm having. I tried going back to the first SVN change prior to anything on my branch, the "git svn rebase", but that didn't solve the issue -- it still requires me to merge changes I know nothing about. I think I'll follow your suggestion of "rebasing" development branches -- I can see how that's superior to "merge" anyway, since it will hide all my work/mistakes from the central SVN repository. I'm going to declare bankruptcy at re-clone the whole repository and see if things work better. Wish I understood how I painted myself in this corner in the first place, but maybe I'll notice it next time around. Mike |
|
From: Andrew S. <str...@as...> - 2008-12-12 00:07:27
|
I have also developed some image-based unit tests to compare MPL output, and I completely agree that getting something like this into MPL is a very good idea. As Ted writes, the hard part is defining "close" for images. Minor changes to, for example, agg pixel alignment, cause the tests to fail when they have low tolerances. So, such tests are a bit more interactive than plain old unit tests when something changes, but I think that's worth the pain. Prabhu Ramachandran has also done similar things for mayavi2 using VTK's image comparison (see compare_image_with_saved_image in https://svn.enthought.com/enthought/browser/Mayavi/trunk/integrationtests/mayavi/common.py ). I'm attaching the code I use to compare images as a starting point -- it currently uses scipy to load the images, but this could surely be worked around. -Andrew Drain, Theodore R wrote: > John, > > One thing that would help w/ a rapid delivery/response cycle would be > more comprehensive tests. They would let other developers try out > various ideas and see what breaks before you release it. > > > > We’ve implemented an automated approach where we run an MPL script using > Agg, save the output image and then compare it against a “good” image > that someone looked at. We use PIL to do the compare and if it’s close > (that’s the hard part), then the test passes. If it’s not, someone > looks at the two images to see if the difference is benign. Something > similar to this could be done (if you’re not already) for the MPL > examples to make sure that changes don’t cause plotting problems in > other areas. > > > > Having this kind of system is also a great driver for people to expand > it. For example – we really care about unit processing support > everywhere. Every once in awhile, we find a change that someone submits > that breaks unit support. So once of the tasks we‘re going to work on > next year is to build a set of automated test cases that try and hit > every plot function with units which can then run on every release. If > there were a simple to use MPL standard test system like this, other > people might contribute more tests as a way of insuring that the things > they care about stay working through various changes. > > > > It would also be nice to have a test system for unit testing of > components. A lot of the code that does different transformations, > symbol and color mapping, etc etc could be unit tested without the need > for actually drawing anything. If there was a standard location, style, > and system, people could slowly add to the tests over time. You can > also consider requiring some level of unit test for newly submitted code > where ever it’s possible. > > > > Just some thoughts… > > Ted > > > > *From:* John Hunter [mailto:jd...@gm...] > *Sent:* Wednesday, December 10, 2008 8:10 PM > *To:* Darren Dale > *Cc:* mat...@li... > *Subject:* Re: [matplotlib-devel] requesting permission to remove traits > and configobj > > > > > > On Wed, Dec 10, 2008 at 9:20 PM, Darren Dale <dsd...@gm... > <mailto:dsd...@gm...>> wrote: > > There has been a report at the bugtracker complaining that matplotlib is > overwriting an existing installation of configobj. I had a look at the > code and thought the bug report must be a mistake or windows specific, > but I just saw similar behavior on my linux system. > > > Ignoring for a minute the question of whether we can/should flush > configobj/traits, it sounds like the real problem is that setup.cfg is > not working like we expect it to. And that is something that should be > fixed if is broken. If mpl is installing configobj or traits even if we > are telling it not to via setup.cfg, then we have a problem. This is > worth knowing, since the last mpl release was broken vis-a-vis the > default backend on win32, which *could* be explained by a broken setup.cfg. > > I would like to simply remove configobj and traits from our > repository. They are only used by the long-neglected experimental > traited config package, which is only of interest to developers who > can easily install them as external dependencies. Is it ok to remove > them? If so, should it be done on all the branches? > > How long are we going to continue to maintain the different > branches? It was so much easier back when we only had to worry about > the trunk... > > > You can remove them from the trunk. They should remain on the 0.91 > branch as is (with any known bugs fixed and merged) since that is the > point of the branch (stability for those who cannot upgrade -- in > principle someone might be depending on the traited config, in practice > unlikely). As for the 0.98 branch, it is slated for destruction so no > worries. I share your visceral reaction against branches, but my head > is starting to override this bodily reaction, as I see the need for them > in practice. If we carefully document the best practices and > motivations in the developerr's guide, we can use them advantageously. > > We have a lot of people contributing to mpl, and approaching or just > after release time we need some mechanism for stabilizing the tested > feature set of the release candidate while allowing other development > to proceed, and branches are the natural mechanism for that. That we > are starting to use them is a reflection of the fact that we have many > more active developers than we ever had before (12 developers > contributed between 98.3 and 98.4, it used to be just 3 or 4 at a > time). I wouldn't be advocating branches otherwise, because I am an > advocate of doing things as simply as possible: "Make everything as > simple as possible, but not simpler.". > > In general, I am in favor of the wildest, wooliest, development process > we can afford. I would like to have everyone on the trunk, making > releases as often as possible (nightly if we can), with an attitude of > "if you break it, just fix it an rerelease it". This model worked fine > for us for years, and I think it would continue to work if we have a > hyper-active developer or an automated build bot. In the old days, I > would release any time I added a new feaure, and if I broke something I > would have a new release out in hours. I no longer have the time for > that, and we are lucky to have Charlie buildng OS X and win32 binaties > and eggs for multiple python versions. When we release broken code, > Charlie has to go through the entire test/upload/release cycle again, > building for multiple OSs and python versions while taking care of his > wife and two babies, so we want to minimize that. At the same time, we > have lots of developers pushing code into the mainline. We need some > mechanism of balancing the desire of developers to get new code in and > the need for the packagers and release manangers to get stable code out. > > I think the right balance for mpl before a release is to test the HEAD, > sign off on it, branch it, let development proceed on the HEAD, and put > any release critical bugs and fixes into the branch. When the next > release comes up, delete the old branch, and wash-rinse-repeat. We will > have in perpetuity one active release branch at a time, which gets > important bug fixes and nothing else, and in addition (for a while) a > legacy branch (0.91) which is updated once a month or so. I am happy to > get input on this. > > JDH > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.176 / Virus Database: 270.9.16/1841 - Release Date: > 12/10/2008 6:53 PM > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |