[matplotlib-devel] mathtext SoC update

2006-08-02 Thread Edin Salković
I'm still alive ;) Although I still haven't received any payments from Google (they are doing their best to solve this), I've began working on implementing the Knuth's layout algorithms. I have studied a bit the TeXbook, the existing mathtext parsing code, and I have decided to rewrite the parsi

Re: [matplotlib-devel] mathtext SoC update

2006-08-02 Thread John Hunter
> "Edin" == Edin Salkovi§ <[EMAIL PROTECTED]> writes: Edin> I'm still alive ;) Although I still haven't received any Edin> payments from Google (they are doing their best to solve Edin> this), I've began working on implementing the Knuth's layout Edin> algorithms. OK, but I re

Re: [matplotlib-devel] mathtext SoC update

2006-08-02 Thread Christopher Barker
John Hunter wrote: > the STYX fonts are released did you mean the STIX fonts? http://www.stixfonts.org/ > - here are a set of test fonts: http://some.web.site Is that really the link? -- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMA

Re: [matplotlib-devel] mathtext SoC update

2006-08-02 Thread Darren Dale
On Wednesday 02 August 2006 11:59, Christopher Barker wrote: > John Hunter wrote: > > the STYX fonts are released > > did you mean the STIX fonts? > > http://www.stixfonts.org/ > > > - here are a set of test fonts: http://some.web.site > > Is that really the link? "Please repeat after me: I, say

Re: [matplotlib-devel] mathtext SoC update

2006-08-02 Thread Christopher Barker
Darren Dale wrote: > I'm actually very hopeful. It's because the TeX code is so well written and > documented that the algorithms can (hopefully) be easily ported to Python. Good point. I've never looked deep enough to know how complicated the algorithms really are -- and we're not trying to bu

[matplotlib-devel] binary release for numpy 1.0

2006-08-02 Thread Darren Dale
Any chance we can get a binary release together to work with the latest version of numpy? There are some posts on scipy-user complaining that 0.87.4 wont work with numpy C API version 100 (numpy-1.0b1). Darren - Take Su

Re: [matplotlib-devel] binary release for numpy 1.0

2006-08-02 Thread Charlie Moad
I have this on hand right now. http://euclid.uits.iupui.edu/~cmoad/matplotlib-0.87.4_r2645-py2.4-win32.egg I could make an exe build if you woudl prefer that. How long is numpy supposed to be in beta? - Charlie On 8/2/06, Darren Dale <[EMAIL PROTECTED]> wrote: > Any chance we can get a binary

Re: [matplotlib-devel] binary release for numpy 1.0

2006-08-02 Thread Darren Dale
Travis says that barring the discovery of some issue during the beta period, the C API will not change before numpy-1.1. I think an exe may be necessary as well. On Wednesday 02 August 2006 15:57, Charlie Moad wrote: > I have this on hand right now. > > http://euclid.uits.iupui.edu/~cmoad/matplo

Re: [matplotlib-devel] binary release for numpy 1.0

2006-08-02 Thread Christopher Barker
Darren Dale wrote: > Travis says that barring the discovery of some issue during the beta period, > the C API will not change before numpy-1.1. I think an exe may be necessary > as well. and an OS-X mpkg, if you're set up to do that -- also, we'd need to build an mpkg of the numpy you used as w