-
Hi,
I am using VCPKG to install packages on my windows machine for Visual Studio 2017. I was working with the previous versions of PCL 1.8.0. There is a flann component somewhere apart of this libr…
-
Nearest neighbour algorithms are an item in the roadmap. They're helpful in clustering algorithms, particularly DBSCAN. There are a number of existing implementations of advanced nearest neighbour alg…
-
Currently building from a source distribution is broken, presumably because some files are not making it into the package
```
#16 789.9 × Building wheel for pynbody (pyproject.toml) did not run …
-
Hello - Thanks for the great work on this package!
I just spent a couple of hours digging through the code of pandana to find an answer to this question, but couldn't find any solutions. I'd apprec…
-
Hi, I was just wondering what part of the code calculates distances for vanilla HDBSCAN and if this could be easily replaced by a custom metric?
My use-case is that I have around 77 million data po…
-
```
What steps will reproduce the problem?
1. Add anyobject (Cone)
2. Add any operation (ZigZag)
2. Create python script
3. Run script
What is the expected output? Not sure still learning.
What d…
-
**Is your feature request related to a problem? Please describe.:バグじゃないけどアドオンの動作でなにか困ってることがあれば**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Desc…
-
**Describe the bug**
The RPI::Model class does, then calls LocalRayIntersectionAgainstModel. Really, we should do the check inside LocalRayIntersectionAgainstModel. Also, the unit tests for this func…
-
Indexing for entries in a series or dataframe with a multi-index has dramatically worse performance when using partial keys.
For example, for a series with a 3-level multi-index, `series[x]` is dra…
-
Hey Alexsander,
so I recently started adding the `Codable` protocol [conformance to my KDTree framework](https://github.com/Bersaelor/KDTree/pull/20).
After I finished the conformance to `Encoda…