Spencer Lyon
Spencer Lyon
We can generate this. I have some proof of concept code that does the following: - Has sphinx generate xml output from python docs - Uses LightXML.jl to parse that...
This might need to be centered around a `Figure` type that maps into a Bokeh.js figure
This is somewhat related to #26 We might consider refactoring many top level globals into a single type. Then we would have a default instance of that type (that matches...
We want a way for users to theme their plots. We might look at Gadfly's Themes for inspiration
Struct
I would like to take a shot at this one if you don’t mind. Just opening an issue to declare my intent to start on this hopefully in the next...
RE [comment here](https://github.com/JuliaMath/Interpolations.jl/issues/5#issuecomment-291101073)
API proposal
After a chat with @tbreloff, we roughly decided on the following core API methods: - `actions(::AbstractEnvironment, s::State) -> A(s)`: This would return the set `A(s)` that contains all valid actions...
When I try to read in a dataset I get the following: ``` ERROR: stored type Core.Tuple{Core.Float64,Core.Bool} does not match currently loaded type ``` I can't do it right this...
I often find myself doing this ``` JLD.exists(f, nm) && JLD.delete!(f, nm) JLD.write(f, nm, data) ``` It would be great to have that simple step in a method `write!`. Would...