Andy Ferris
Andy Ferris
There's some work-in-progress using Documenter.jl and github-pages now - you can find this with the "latest" documentation badge from the README.
Haha - that's kind of interesting, actually. Until now I've been thinking of `FlexTable` as the slower `Table`. Should we define `decellerate(t::Table) = FlexTable(t)`? :smile:
And thank you very much Chris for the valuable feedback! (I now have to find the time to make some fixes). > one thing which strikes me here is that...
Regarding writing documentation, I liked this blog: https://www.divio.com/blog/documentation/ I feel like I should better factor my tutorials, explanations and how-tos. (At least the reference material is naturally docstrings in Julia).
Yes, agreed. I already began a rewrite to create a much more focussed tutorial. Interestingly, this starkly highlighted a couple of the (known) missing features, so I'm looking into these...
Thanks. Unfortunately, I haven't the time to look over something so... dense... at the moment ;)
Chris - there's a new "tutorial" section up now, and a basic API reference. The remainder of the docs still need refactoring. But I think I'm much happier with the...
I agree. It all seems thorny enough to sink it (or at least delay it signficantly).
> It's also worth noting that I don't get the problem when the table has fewer columns. That's... interesting. I'll check it out - hopefully it's not any sort of...
@c42f I can execute your example in ~106 seconds on both julia 1.0.2 and 1.1.0. I suspect the compiler is rather inneficient at handling these named tuples with lots of...