Open eriknw opened 7 years ago
We have used it in a few places (https://github.com/quantopian/zipline/blob/master/zipline/utils/memoize.py#L10); I think we have only ever used unzip
. Maybe move unzip into toolz?
Thanks for the feedback. We can move unzip
to itertoolz
. Sounds like we should also go through a deprecation cycle and link to this issue for feedback.
I'd like to remove
toolz.sandbox
. Any objections? Should we deprecate it first?I think
toolz
is a very mature and more-or-less finished package and would like to aim for a 1.0.0 release soon.toolz.sandbox
doesn't seem like something that fits. To the best of my knowledge, nobody usestoolz.sandbox
.