Maximilian Linhoff

Results 344 comments of Maximilian Linhoff

I think the PR is already there but stuck as it touched to many parts of the auth system at once: https://github.com/rucio/rucio/pull/6848

To add to what @kosack wrote, some caveats we found: - enable caching for all methods where it is possible (i.e add `cache=True` to all jit decorators). - Do you...

This will always be the case. numba lags behind numpy releases. If you use numba, it does not make sense to test against numpy dev releases and only sometime after...

> Thanks for the feedback ! > About this point, what are the cascades of implications in being a no-arch package ? > Easier conda distributions ? (no more compiled...

Note that using `prange` has implications also in case of `parallel=False`, as it might help the compiler to vectorize the loop. Also, fastmath can be an option, depending on precision...

Would also _very_ welcome this feature!

We also just ran into this in our organization. Could this be addressed? As a workaround, we had to add individual people back to the organization-owned project as "external collaborators".

> class DqEnum(np.uint32, Enum) That works for `Enum` instead of `IntEnum` but not for `IntFlag`

The manylinux docker images that are used to build the wheels come with gcc 10 (manylinux2014 based on CentOS 7, which is end of life) and gcc 12 (manylinux_2_28, based...

I don't mind, we can work here on a solution or merge the tests as xfail for future PRs. Maybe @mhvk could describe the idea why this should be easier...