Dimitris Floros
Dimitris Floros
I made a minor modification on my fork to include a global counter: https://github.com/KristofferC/NearestNeighbors.jl/compare/master...fcdimitr:NearestNeighbors.jl:master It works correctly, and some preliminary benchmarking shows that it does not affect the running time....
@parashardhapola :wave: please test the branch and let me know if it resolves your issues > Related to this, I am wondering if your implementation uses the factor of 4...
Thank you, @simonschoelly. If I understand correctly, I could create a new package under the `JuliaGraphs` project, named `LFRBenchmarks`, for example, and move the codes to that package. How can...
I saw the "Graphs community calls" in Discourse. There is a meeting this Thursday. I can join, and maybe I can also contribute some other functions/packages that I have developed?...
> > There is a meeting this Thursday. I can join, and maybe I can also contribute some other functions/packages that I have developed? > > By all means @fcdimitr,...
As per our discussion, I moved these functions to https://github.com/fcdimitr/LFRBenchmarkGraphs.jl and registered the package https://github.com/JuliaRegistries/General/pull/102043. I am closing this issue. I will reopen it when I have the Julia version...
Any progress on adding support for `MATLAB`? `Octave` is helpful, but `MATLAB` has a large set of additional toolboxes and functions not available in `Octave`. Thank you very much for...
Thanks! I will take a look at how to extend this package to include `MATLAB` and `Codebraid`.
Any updates regarding this issue? I encounter the same problem on `Julia v1.8`.
The proposed solution at https://github.com/JuliaLang/Pkg.jl/issues/3251 is to remove the context argument. Indeed, this works: ```julia Pkg.add([PackageSpec(; name = "Box2D_jll", uuid = "6756b63d-2e54-5dc6-816b-1fc83e1ae834", url = "https://github.com/cirocavani/Box2D_jll.jl")]) ``` @giordano I am not...