Bob Portmann
Bob Portmann
I'm not sure what you have in mind for an interface that allocates memory? But it sounds promising.
Sounds good if FiniteDiff.jl is going to be the way forward.
Yes, perhaps. But that would force one to keep a reference to both the `NcVar` and the `AxisArray` to be able to get all the functionality that would be available...
I had the opposite problem, cursor was setup correctly only when starting from `emacs --daemon`. I tracked it down to viper-mode, which also sets the cursor color by default. If...
Since the functions in `NaNMath` are not exported, it seems to me that they could follow this pattern as well, i.e. inside `NaNMath` add ``` mean(x...) = Base.mean(x...) ``` Also,...
I thought that only subtypes of `AbstractFloat` support `NaN`'s and so that would never happen (if all code paths that take `AbstractFloat` are handled in `NaNMath`). If only `Float64` and...
OK. I'll try to put something together in the next few weeks.