endrebak
endrebak
Here a suite of unit tests would be nice. I can help write these if you provide examples. Is there software in other languages that does this that we might...
`intersect`, `set_intersect`, `set_union`, and `join` are binary operations. `cluster`, `merge`, and `max_disjoint` are unary. It is not that weird (to me, at least) that the first group requires overlap and...
I'm OK with adding slack to the other binary methods. I think it is as simple as: 1. extend the first pyranges in the comparison with `` 2. perform the...
Indefinite on hold :/
I’ll have a look On Fri, 17 Mar 2023 at 03:41, ttbond ***@***.***> wrote: > Hi~ > Pyranges is a really helpful python pacakge for my research! Many thanks! >...
Ray has changed and there is little to be gained from using multiple CPUs. I wonder if I should consider removing the GPU argument instead of fixing this bug.
nb_cpu is going to be removed. There really is no speedup from it now that all the functions are super-fast
Thanks for reporting. I’ll have a look in less than a week. Endre On Wed, 10 May 2023 at 19:36, Vince Buffalo ***@***.***> wrote: > Hey ncls folks, > >...
Seems like the specific errors you are getting is due to https://bugs.python.org/issue45711
(I deleted some red herring replies in this thread). I have no solution now, but I think this will be fixed when we are able to [build wheels](https://github.com/pyranges/pyranges/issues/256).