Rafael Schouten
Rafael Schouten
I like your enthusiasm!! but these wrappers do a lot more than `getindex`... dimension names are used in all the base functions that have a `dims` argument. - Can those...
That would be great, good to start getting more people on board and contributing, at least ideas and feedback.
Looks good to me!
By "all empty definitions" do you mean that e.g. ```julia coef(model::StatisticalModel) = error("coef is not defined for $(typeof(model)).") ``` Would also move to StatsAPI as: ```julia coef(model) = error("coef is...
Because the types are defined here ;) We can move the them too, of course. I just have no idea about the design of these packages.
This is done, would it be possible to review the changes over at StatsAPI? When that is approved/merged I'll make the PR to remove the stubs here and import them...
I have the same request. In GeoData.jl the examples are often downloading some data source, applying an operation, and plotting. The output is not worth testing, but I would like...
Again this would be great to have merged so we can use it, even if incomplete or a bit buggy. But it seems to work fine for me.
What is currently blocking merging this as-is - Is it just a rebase and getting the tests passing?
I'll probably use this in a low-key way for documentation going forward, so I'd be happy to fix any bugs I find with it.