Roman Yurchak
Roman Yurchak
> I think the "Create a generic wheel-building service to make releases faster and more robust" part of https://github.com/psf/fundable-packaging-improvements/blob/master/FUNDABLES.md is also relevant here. If PyPi could build the wheel automatically...
That's great, thanks! I missed that development. Just need support for, ```bash twine upload # without a path ``` then...
To elaborate, I'm not sure this applies to other maintainers, but I would probably not run ``` twine upload dist/* ``` as recommended in the tutorial, but rather would upload...
Thanks for the clarifications! > This would be a mess Yeah, I realize it's a complex subject, I'm clearly not suggesting it in this issue. > That's because this is...
> Then packaging.python.org/guides/distributing-packages-using-setuptools/#wheels needs updating. Also unless I'm mistaken that page doesn't mention the `build` tool at all. I get that the path is "packaging with setuptools" but the title...
Thanks for the PR @n0mad ! Could you please benchmark that this doesn't increase run time of `TfidfVectorizer(use_idf=True).fit_transform` on the [20_newsgroups dataset](http://scikit-learn.org/stable/datasets/twenty_newsgroups.html#converting-text-to-vectors) and post the results here? Thanks..
@ogrisel I'm not sure if `Process().memory_info().rss` is reliably working in the browser to measure used memory. Last I tried 6 years ago https://github.com/pyodide/pyodide/issues/205 python tooling to measure memory wasn't conclusive...
Doing some more tests, here are the memory reported by the browser when running commands (one after the other) in the [Pyodide REPL](https://pyodide.org/en/latest/console.html) | | Firefox 132 | Chrome 126.0.6478...
> Not sure what the difference is compared to what the developer tools report As far as I understand after a quick search the dev tools snapshot, is a heap...
There are a number of such plugins Greasemonkey, Tampermonkey (and also browser extensions) I'm not sure it's reasonable for us to use their custom API. What happens if one uses...