<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PyX.jl/src, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/PyX.jl/atom?h=master</id>
<link rel='self' href='https://git.bnewbold.net/PyX.jl/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/PyX.jl/'/>
<updated>2016-06-16T21:09:52+00:00</updated>
<entry>
<title>do pyimport in __init__() for pre-compilation safety</title>
<updated>2016-06-16T21:09:52+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2016-06-16T21:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/PyX.jl/commit/?id=29af2e61e6f5117c84ddb0df202100f5dcb87307'/>
<id>urn:sha1:29af2e61e6f5117c84ddb0df202100f5dcb87307</id>
<content type='text'>
This attempts to address github issue #1:
https://github.com/bnewbold/PyX.jl/issues/1
</content>
</entry>
<entry>
<title>change pipeGS's 'device' from kwarg to arg</title>
<updated>2016-03-03T20:26:20+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2016-03-03T20:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/PyX.jl/commit/?id=d5d207f0a13b883a408fa6a7a948cabf1754c9b3'/>
<id>urn:sha1:d5d207f0a13b883a408fa6a7a948cabf1754c9b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix png and jpeg MIME; export writePSfile and writeGSfile</title>
<updated>2016-03-02T05:57:32+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2016-03-02T05:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/PyX.jl/commit/?id=d6c2ac682165bfc4c7ecf9fb7027206735e5bfef'/>
<id>urn:sha1:d6c2ac682165bfc4c7ecf9fb7027206735e5bfef</id>
<content type='text'>
writePSfile accidentally wasn't wrapped.

Unlike the other file writing functions, writeGSfile requires a file
path, can't pass an IO object or file descriptor. Enforce this with a
type annotation (AbstractString).

The above means that png and jpeg writemime() support requires using
pipeGS instead of writeGSfile.
</content>
</entry>
<entry>
<title>huge rework adding MIME output support, PyxCanvas, wrapper, more</title>
<updated>2016-02-23T21:14:17+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2016-02-23T21:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/PyX.jl/commit/?id=fa8f048e78bb9965902371f937d761267bd6b63b'/>
<id>urn:sha1:fa8f048e78bb9965902371f937d761267bd6b63b</id>
<content type='text'>
Apes PyPlot to map a new Julia type (PyxCanvas) to the PyX python
"canvas" class, and defines many methods on this new type, including
MIME output.

Also addes ghostscript piping stuff, and corrects Python3 (SVG) support.

This now at least sort-of works with Jupyter.

Probably needs a refactor/cleanup, definately needs mime-specific tests,
and the Graph object should also be wrapped (PyxGraph).
</content>
</entry>
<entry>
<title>add conditional (py3) writeSVGfile function export</title>
<updated>2016-02-22T02:45:17+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2016-02-22T02:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/PyX.jl/commit/?id=ba0bb2fc756deaa8f02cc58148fc4ef9095e85ff'/>
<id>urn:sha1:ba0bb2fc756deaa8f02cc58148fc4ef9095e85ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>yet more exports; change style_line* exports to be consistent</title>
<updated>2016-02-22T02:07:35+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2016-02-22T02:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/PyX.jl/commit/?id=5dab103e3ed4728b6e920eb88b9cedc86dfc3183'/>
<id>urn:sha1:5dab103e3ed4728b6e920eb88b9cedc86dfc3183</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add more graph tests</title>
<updated>2016-02-21T22:38:30+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2016-02-21T22:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/PyX.jl/commit/?id=dda60a976419681c2cd9c02423235a7b1cf70a34'/>
<id>urn:sha1:dda60a976419681c2cd9c02423235a7b1cf70a34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simple, naive, draft, etc</title>
<updated>2016-02-21T22:01:55+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2016-02-21T22:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/PyX.jl/commit/?id=13db261935cd85bc91563999f451bc93081b34de'/>
<id>urn:sha1:13db261935cd85bc91563999f451bc93081b34de</id>
<content type='text'>
</content>
</entry>
</feed>
