Anshul Singhvi
Anshul Singhvi
OK, I've added some aftercare functions here. Do we want anything else?
Much of this is now done, e.g. we have a section in the docs that discusses the metadata keys. Methods are also mostly consistent throughout the ecosystem.
I would personally rather have force=true as a default or somehow configurable by preferences. But I can see the argument. Maybe put it to a poll internally where you work...
Yeah, we have to make a decision though, config is definitely out. Adding force=false would be a breaking change right now, in that the function will randomly fail if you...
Yeah that sounds good, let's also give that a `maxlog=15` for folks who don't have direct control over code. I reformatted your list into smaller chunks so it's easier to...
We can do that too! But in the forlorn hope that we invite a random passer by....
cc @alex-s-gardner
~I've implemented fletcher32 compression in this last commit, and am testing it with unit tests copied from the Python package. I'm not sure what the best way to load it...