Thomas M Kehrenberg

Results 112 comments of Thomas M Kehrenberg

I wonder whether local dependencies for hatch environments should always be installed in editable mode? Is there a scenario where you wouldn't want that? Hmm, I guess for a build...

If anyone is desperately looking for a Python package manager supporting monorepos, [rye](https://github.com/mitsuhiko/rye) has support for this now via workspaces: https://rye-up.com/guide/workspaces/ Like hatch, rye follows the standards for pyproject.toml specified...

So, it seems `np.bool` used to be an alias for built-in `bool` while `np.bool_` was a separate type. The `np.bool` alias was then deprecated in numpy 1.20, which is what...

I have observed the same problem. I set the shortcut to `Super`+`x` (on GNOME), but it seems that because shin consumes the _release_ event of the `Super` key, the normal...

I have opened PR #15 to solve this. If you can, it would be good if you could try it out @dgsiegel .

hm, I see... maybe my past self was right.

I think we should still avoid the division by zero because it produces annoying warnings. We can still return NaN though.

Yeah, just optionally providing the labels sounds like a good plan.

So, you're happy with the output for `num_jobs>1`?

I think this will just involve changing the name in `pyproject.toml`.