Daniel Holth
Daniel Holth
### What's the problem this feature will solve? pip's lazy wheel makes far too many requests. There's a lazy_wheel fork that does the same work, without a wasted HEAD request,...
**What's the problem this feature will solve?** It can sometimes be useful to install from a `pyproject.toml` that has a list of install_requires = [] without having to build the...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? When using `load_file_regex` to load the version...
### Description Remove toolz.accumulate (only used once in project) ### Checklist - did you ... - [ ] Add a file to the `news` directory ([using the template](../blob/main/news/TEMPLATE)) for the...
### Description This draft PR merges the repo-plugin branch with the incremental repodata experiments; the pull request makes it easier to compare with conda. ### Checklist - did you ......
### Description `itertools.chain()` is used since conda's arguments to `concatv` are never generators Replace verbatim copy of toolz.unique with import. See also https://github.com/conda/conda/issues/11698
### Description As part of the "don't depend on toolz" project, replace groupby with own implementation. ### Checklist - did you ... - [ ] Add a file to the...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### Summary - [ ] Release, use conda-package-handling 2.0 #11858...
### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? With conda-package-handling 2.0 it is...
### Description The tests warn against having this on a separate filesystem. Does this pass more quickly?