James Lamb

Results 912 comments of James Lamb

@cyberninja22 sorry I don't understand the question, could you rephrase it? Are you asking "is it ok if I introduce new dependencies to `pkgnet` as a part of implementing this...

oh interesting. I'm comfortable with the current vignette being a "Get Started"

This is such a cool idea. I think test coverage should be a key component of "package health" but that would be prohibitively expensive to run for all dependencies (if...

Going to remove the `post-release` tag since we are past the first release. Still would love to revisit this at some point

TIL `VISION.md`, that sounds good to me. I think it would be good to link Milestones to VISION.md, so people reading that file can click through to see particular ways...

Thanks for the suggestion! This was new to me, so I did some research on it. For whoever picks up this issue, this is a better link that explains what...

It sounds like maintainers here are generally supportive of cutting tests and docs out of the package. I recently went through this exercise in LightGBM (https://github.com/microsoft/LightGBM/pull/3639, https://github.com/microsoft/LightGBM/pull/3685), and I'd be...

Thanks! I've opened #38846 with a proposal to remove docs. It reduces the size of the sdist package by about 1MB. I think that removing tests needs to be done...

I just tried removing that directory completely before running the size checks. The results are the same ```shell # check size rm -rf pandas.egg-info rm -rf dist python setup.py sdist...

Providing an update here, it seems that distributions of `pandas` have grown by maybe `~15MB` (uncompressed) since I last calculated it in December (https://github.com/pandas-dev/pandas/issues/30741#issuecomment-752838856). On my laptop (running Python 3.7...