milktrader
milktrader
I think at one point I had that as a package name. Changing the name would create a lot of chaos. Not judging if it's worth it, just an observation....
I'm coming around to the same view, that of factoring out TimeArrays.jl. This data structure has been able to survive a couple years, but I'm still holding out for a...
- [x] write the code for the recipe - [x] document its use - [ ] write some unit tests - [x] add new package requirements to REQUIRE - [x]...
What's the advantage of 3D array for lat/long over simply having two columns in a 2D array?
Yeah, this is an important feature that one can reason about. R does this. And Julia is better than R :smile: Jury is in on AbstractArrays: **good to go**. I'll...
Yeah, I was hoping with Julia 0.4.0 and Nullable it would be simple and easy from there. Turns out there is a performance hit. I'm in favor of using `NaN`...
Thanks @davidagold. Can you update us on how the package development is coming along. We're about to do some _other_ important changes that but the implementation of missing/unknown/consumed values is...
Do you mean enhance the existing TimeArray type's `value` element or a new type?
Yeah, not sure how much of others' code it would break. Of course we could go the deprecation route to mitigate that issue.
We have a `deprecated.jl` file in the `/src` directory. Both plural or both singular?