Leland McInnes
Leland McInnes
@nchepanov I believe you are correct; while the changes made allowed Cython 3 to build hdbscan, there seem to be further issues at runtime. Until I have time to figure...
So I definitely saw that runtime error with 0.8.31; in testing that disappeared with 0.8.32. If it is still an issue in 0.8.32 then that's not so good. I was...
@argonaut76 I'm loathe to just pushing new releases; 0.8.32 seems good on a swathe of platforms. I've pushed some changes to master, however, that may fix your problems. Can you...
I'll give it a little while to ensure that the current master works for most people, and then try to push out a 0.8.33 that will hopefully get us over...
All the relevant information is in the condensed tree so check ``.condensed_tree_.to_pandas()`` and you should be able to find the information you need. On Thu, Feb 8, 2024 at 5:09 ...
Its certainly a feature that has been discussed and planned in some sense, but we have not implemented it yet, and at the moment the developers are committed to other...
Unfortunately there are a bunch of places that amendments would be required since the current library supports a number of approaches to the algorithm for the sake of flexibility and...
The boruvka stuff is just messy for a couple of reasons. First I just kept hacking away 'til I could get something working that ran as fast as possible, so...
Thanks for doing this! I am pretty busy at the moment with some other projects, but I will endeavour to take a look at this as soon as I can...
I looked through the code added to the boruvka_kdtree core distance computation and that all looks good. First of all it is good to see that performance for the non-weighted...