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
(15) |
2
(8) |
3
(2) |
4
|
5
(3) |
6
|
7
(5) |
8
(7) |
9
(1) |
10
|
11
|
12
(4) |
13
(1) |
14
(3) |
15
(6) |
16
(10) |
17
(1) |
18
|
19
(1) |
20
(1) |
21
(1) |
22
(1) |
23
(6) |
24
|
25
(2) |
26
|
27
(1) |
28
(4) |
29
|
30
(1) |
31
(1) |
From: David P. S. <dps...@ci...> - 2013-08-01 16:04:05
|
Mike: For some reason I didn't see your posts until now, apologies. In fact, STIX is not supposed to "blend with" Times; rather, STIX *replaces* Times wholesale -- i.e. they have redesigned the whole character set. Thus labels (ticks, arbitrary text etc.) should also use STIX, even if they don't use math. I finally found the correct rcParams to use to achieve this: from matplotlib import rcParams rcParams["font.family"] = "STIXGeneral" rcParams["mathtext.fontset"] = "stix" It would certainly be nice if this could be done with a single setting. It seems to me that given that STIX is already distributed with Matplotlib, this could be a good new default to replace Bitstream Vera Sans. On Mon, Jul 22, 2013 at 8:46 AM, Michael Droettboom <md...@st...> wrote: > On 07/21/2013 04:12 AM, David P. Sanders wrote: > > > Breaking news from the MathJax site: > > The *SVG output processor* is new in MathJax version 2.0, and it uses Scalable > Vector Graphics to render the mathematics on the page. > > > Not everything that views SVG is a web browser with Javascript support, so > doing so would break using the SVG files in Inkscape and Adobe Illustrator, > for example. I think that's kind of a non-starter, unfortunately. > > > > Mike: Could we use this to finally render all text in STIX *without* > using an external TeX installation? This would be fantastic! > > > You already can render all text in STIX without an external TeX > installation. That's the purpose of the mathtext support in matplotlib. I > agree it has the one wart that the default font also needs to be set when > using stix for the math, but beyond that, it does already work today. > > Cheers, > Mike > > > David > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today!http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > > > > _______________________________________________ > Matplotlib-devel mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > -- Dr. David P. Sanders Profesor Titular "A" / Associate Professor Departamento de Física, Facultad de Ciencias Universidad Nacional Autónoma de México (UNAM) dps...@ci... http://sistemas.fciencias.unam.mx/~dsanders Cubículo / office: #414, 4o. piso del Depto. de Física Tel.: +52 55 5622 4965 |
From: Michael D. <md...@st...> - 2013-08-01 14:37:27
|
On 07/31/2013 07:40 PM, Russell E. Owen wrote: > In article <51F...@st...>, > Michael Droettboom <md...@st...> > wrote: > >> On 07/31/2013 05:05 PM, Russell E. Owen wrote: >>> In article <51F...@st...>, >>> Michael Droettboom <md...@st...> >>> wrote: >>> >>>> On 07/31/2013 01:47 PM, Russell E. Owen wrote: >>>>> In article <51F...@st...>, >>>>> Michael Droettboom <md...@st...> >>>>> wrote: >>>>> >>>>>> I have tagged and uploaded matplotlib 1.3.0 final. Congratulations to >>>>>> all involved! It was a long slog getting this release out, and I >>>>>> appreciate everyone's patience. >>>>>> >>>>>> Once we have binaries uploaded to SourceForge, I will make a formal >>>>>> announcement in the usual channels. >>>>> I built the Mac binary on MacOS X 10.6 but have run into two problems: >>>>> - Most of the unit tests are missing, so I can't properly test the >>>>> results. But my application that uses matplotlib and TkAgg works fine, >>>>> so may well be OK. Also, I checked and the installer was trying to build >>>>> all expected backends (including the native Mac backend). >>>> What do you mean the unit tests are missing? They don't run? Can you >>>> send the output from nose? >>> I have appended my test log. I don't know how to run the tests using >>> nose, but will be happy to have a go with instructions. (Running >>> "nosetests" in the matplotlib source dir does nothing useful). >> Thanks. It's using nose under the hood, so that's exactly what I >> meant. I should have been more clear. >> >> I'm not sure what might be causing this. As a sanity check (and maybe >> you've already done this), have you tried doing "rm -rf matplotlib*" in >> your site-packages directory? It would be nice to get to the bottom of this puzzle. I'll start another thread to get the attention of other Mac developers in case they've seen it before. >> >>>> Glad to hear about the installer building the macosx backend -- that was >>>> pretty serious when it wasn't doing that. >>>> >>>>> - When the 1.3.0 installer is used to overwrite matplotlib 1.2.1 (and >>>>> the pytz and dateutil that it installs) it breaks pytz and dateutils, by >>>>> deleting most of the contents, leaving only a subdir named zoneinfo in >>>>> each package (with different contents for each package). >>>>> >>>>> Installing a new pytz and dateutils and running the 1.3.0 binary >>>>> installer (overwriting matplotlib 1.3.0 or no matplotlib at all) leaves >>>>> these packages functional (though it changes the modification date, so >>>>> it's doing something). >>>> I thought you were including pytz and dateutils in your installer. Is >>>> that not the case? If not, isn't it enough to document that matplotlib >>>> now doesn't ship with these dependencies, and they will need to be >>>> installed using pip or other means? Can they be installed afterward and >>>> have things work? >>> matplotlib used to include pytz and dateutil in its installation. This >>> seemed to be a very good thing overall, since it made sure the >>> dependencies were satisfied, though it is possible that it occasionally >>> overwrite a version the user would have preferred to have. >> It also made it impossible to install security updates in those other >> packages, which was a problem for Linux distros, MacPorts, homebrew, etc. > I confess I'm surprised because this feature was disabled by default. I > had to manually enable it whenever I made a binary installer by editing > setup.cfg. > >>> In any case the matplotlib developers removed support for this feature >>> in 1.3. As a result, binary installers now have to tell users to install >>> these packages manually (as well as six and pyparsing). It may be >>> possible to postprocess the Mac binary installer to install these >>> packages, but I don't know how to do it. >> I thought that was the solution we had arrived at in the earlier >> discussion. I'm sorry if I misunderstood. If you "python setup.py >> install" matplotlib into a fresh virtualenv, it will install all of >> these dependencies. Then that virtualenv's site-packages directory can >> be used as the basis for the contents of the installer. As I'm not a >> Mac guy, and I don't understand how the installer is built, is there a >> reason that wouldn't work? > I build the Mac binaries using bdist_mpkg. I'm afraid I don't know how > it works under the hood. It creates an "mpkg" binary installer in the > dist subdirectory. To run tests, I install matplotlib (using that mpkg > installer), since there isn't an obvious way to tests on the mpkg. > > I'm sure it's possible to accumulate all the files as you suggest and > turn them into a binary installer, but I don't know how to do it. Ok -- I didn't realize the bdist_mpkg was so tied into a single distutils package. One possible way forward: pip has a pybundle option, so you can do: pip pybundle matplotlib.pybundle matplotlib which will create a zip file (matplotlib.pybundle) containing a built matplotlib and all of its dependencies. Then it's just a matter of making an installer that puts those files in the right place. It doesn't seem like bdist_mpkg is the right tool for that, but there must be other tools on the Mac to make installers that juts put files somewhere. > > Is it useful in the long term to have such a packager? My impression is > that as soon as packaging is more robust we'll switch to using pip or > easy_install. pip and easy_install already work now -- the problem is that the user needs to have a compiler and the headers for the C dependencies (freetype, libpng) installed. "wheels" are a new way to distribute binaries using pip, and I think that once that's readily available and robust, it will provide the best of both worlds -- the dependency resolution *and* the convenience of a binary installer. > >>> The problem is that under some circumstances the new installer may trash >>> existing installations of python-dateutils and pytz. I consider that >>> unacceptable. Why break things that are already installed? >> Have you investigated how that's happening? There are no components by >> that name in the current matplotlib, so they shouldn't be touched, >> unless the old matplotlib was using .pth files for them or something, I >> suppose, but I don't think it was by default. Have you investigated >> what exactly the installer is clobbering? Maybe take a snapshot of the >> site-packages tree before the installer and then using a tree diffing >> tool to see what the differences are afterward. > The old matplotlib was not using .pth files (at least I never found any > in site-packages). I'm still at a loss as to how the new installer, which includes nothing to do with python-dateutils and pytz other than importing them, could trash existing installations of those packages. I think the only way to find out is to compare the trees before and after to see what it's doing. > >>> In other words, we seem to have the worst of the old world and the new: >>> don't install the new packages but perhaps break them if they already >>> exist. Unfortunately breakage is likely to be the norm because most >>> users will be upgrading from matplotlib 1.2.1. >> I think we need to get to the bottom of why it's breaking the old >> installations of pytz and dateutil. Then we can hopefully address >> that. Does the installer try to uninstall what the old installer >> installed first, perhaps? > That is an interesting suggestion. I"m not an expert, but I thought mpkg > files usually didn't know how to uninstall old files (though one can add > scripts to do this). > > I just wanted to ensure it's not doing anything magical that would cause the breakage, which it sounds like it's not. Sorry this has been such a difficult transition -- I think we're getting there, slowly but surely, though. Mike |
From: Michael D. <md...@st...> - 2013-08-01 13:38:51
|
I have made this little example image less wide directly on the website, and in the source in a1921d6216b0. It may take a few minutes for all of github's web servers to update the content. Mike On 07/31/2013 09:54 PM, Eric Firing wrote: > On 2013/07/31 8:02 AM, Michael Droettboom wrote: >> The layout has changed, but sidebar has not. Can you provide a >> screenshot? Note, you can always visit the older version of the website >> athttp://matplotlib.org/1.2.1 for direct comparison. > The problem is that the new layout only works with a wider window than > was required for the old layout. I think this is a step backward. > > Eric > > ------------------------------------------------------------------------------ > Get your SQL database under version control now! > Version control is standard for application code, but databases havent > caught up. So what steps can you take to put your SQL databases under > version control? Why should you start doing it? Read more to find out. > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |
From: Michael D. <md...@st...> - 2013-08-01 13:28:18
|
On 08/01/2013 01:39 AM, Jason Grout wrote: > On 7/31/13 8:17 PM, Michael Droettboom wrote: >> On 07/31/2013 10:18 PM, Jason Grout wrote: >>> On 7/31/13 2:05 PM, Russell E. Owen wrote: >>>> As a result, binary installers now have to tell users to install >>>> these packages manually (as well as six and pyparsing). >>> I don't think six is mentioned in the "What's new" note for 1.3.0. It >>> just details that pyparsing, pytz, and dateutil are now dependencies. >>> Can you add six to the notes as well, if it is also moving to >>> "dependency" status? >>> >> six is a dependency of dateutil. I don't know if we should be in the >> business of listing all secondary dependencies -- when would we stop? >> > Given that six was distributed with matplotlib and is no longer being > distributed (right?), I think it makes sense to list it. I would stop > at the software that never was part of matplotlib. > Would you mind reviewing https://github.com/matplotlib/matplotlib/pull/2267? Mike |
From: Jason G. <jas...@cr...> - 2013-08-01 05:39:38
|
On 7/31/13 8:17 PM, Michael Droettboom wrote: > On 07/31/2013 10:18 PM, Jason Grout wrote: >> On 7/31/13 2:05 PM, Russell E. Owen wrote: >>> As a result, binary installers now have to tell users to install >>> these packages manually (as well as six and pyparsing). >> I don't think six is mentioned in the "What's new" note for 1.3.0. It >> just details that pyparsing, pytz, and dateutil are now dependencies. >> Can you add six to the notes as well, if it is also moving to >> "dependency" status? >> > six is a dependency of dateutil. I don't know if we should be in the > business of listing all secondary dependencies -- when would we stop? > Given that six was distributed with matplotlib and is no longer being distributed (right?), I think it makes sense to list it. I would stop at the software that never was part of matplotlib. Thanks, Jason |
From: Michael D. <md...@st...> - 2013-08-01 03:17:39
|
On 07/31/2013 10:18 PM, Jason Grout wrote: > On 7/31/13 2:05 PM, Russell E. Owen wrote: >> As a result, binary installers now have to tell users to install >> these packages manually (as well as six and pyparsing). > I don't think six is mentioned in the "What's new" note for 1.3.0. It > just details that pyparsing, pytz, and dateutil are now dependencies. > Can you add six to the notes as well, if it is also moving to > "dependency" status? > six is a dependency of dateutil. I don't know if we should be in the business of listing all secondary dependencies -- when would we stop? Mike |
From: Jason G. <jas...@cr...> - 2013-08-01 02:18:54
|
On 7/31/13 2:05 PM, Russell E. Owen wrote: > As a result, binary installers now have to tell users to install > these packages manually (as well as six and pyparsing). I don't think six is mentioned in the "What's new" note for 1.3.0. It just details that pyparsing, pytz, and dateutil are now dependencies. Can you add six to the notes as well, if it is also moving to "dependency" status? Thanks, Jason |
From: Eric F. <ef...@ha...> - 2013-08-01 01:55:02
|
On 2013/07/31 8:02 AM, Michael Droettboom wrote: > The layout has changed, but sidebar has not. Can you provide a > screenshot? Note, you can always visit the older version of the website > athttp://matplotlib.org/1.2.1 for direct comparison. The problem is that the new layout only works with a wider window than was required for the old layout. I think this is a step backward. Eric |
From: Jason G. <jas...@cr...> - 2013-08-01 01:28:31
|
On 7/31/13 11:02 AM, Michael Droettboom wrote: > The layout has changed, but sidebar has not. Can you provide a > screenshot? Note, you can always visit the older version of the website > at http://matplotlib.org/1.2.1 for direct comparison. I just realized I had the webpage zoomed in (apple/control +), which was part of the problem. It looks great when I unzoom the page. Sorry for the false alarm. I'm really excited about the webagg backend. Thanks for all your work on this release! Jason |
From: Eric F. <ef...@ha...> - 2013-08-01 00:28:06
|
On 2013/07/31 11:12 AM, Russell E. Owen wrote: > All the interesting information about a build is printed at the > beginning and soon scrolls out of sight, so it's usually not obvious if > a build is missing something expected. I think we could collect that information and re-print it to the screen at the end. Eric |