jgostick

Results 116 comments of jgostick

Try this: https://github.com/plasma-umass/scalene

Thanks for this report, and we appreciate the offer of a PR. I will take a look and get back to you.

The two-point cluster function is challenging because you have to deal with the additional complication of only looking at certain clusters. The ``scipy.ndimage.label`` function is an easy way to separate...

I'm not sure that would work since packing generators usually pack tightly, except for RSA with has a volume_fraction argument

I suppose they could have a volume_fraction argument, like RSA, and that stops the process before maxiter is reached, where volume fraction if a global fraction

I think this is possible by hand, but is tedious and error prone. A function to do it make sense.

Option: We could create executable installers using [pynsist](https://github.com/takluyver/pynsist). These could be posted on the github page under the releases section along with the release notes.

This guy has made a detailed website about own personal headaches: https://sonotley.github.io/python-deployment-docs/tldr/

A spyder dev suggests this for scientific packages: https://github.com/conda/constructor, though spyder actually uses pynsist for their new spyder standalone installer.

The [poetry package](https://python-poetry.org/) gets referenced a lot when it comes to python packaging. I once read a very long blob post by a poetry fan, waiting for the actual point...