Alexey Stukalov
Alexey Stukalov
Also, there is already a related LanguageServer issue julia-vscode/LanguageServer.jl#1233 -- in cases when the error is "Endpoint is not running..."
@iamed2 / @quinnj Could either of you review this PR? And, if it looks good to you, release a new patch version? A number of packages, e.g. *Turing.jl* or *SymbolicUtils.jl*...
I am trying to find the reviewers for the PR :) @ararslan, maybe you can take a look? The PR should help keeping the deps of *LibPQ.jl*-using projects up-to-date.
@ararslan Thank you! 😊 @iamed2 You can take a look at this temporary branch, where I have reverted Decimals.jl to 0.4.1: https://github.com/alyst/LibPQ.jl/pull/2. It passes the modified decimals tests, still fails...
@iamed2 So *LibPQ.jl* and its tests should still run fine on *Decimals.jl* 0.4. Anything else I should consider for this PR?
@iamed2 Can you or any of the maintainers decide on this PR? I keep alyst#2 PR for you to address your backward compatibility concerns, but I am getting charged for...
@MommaWatasu Thanks for the PR! I think it would be a useful addition to the package. I will try to review it soon. Meanwhile -- it looks like there are...
@MommaWatasu Thanks for adding unit tests. Generally we don't test internal utility functions, we only test public API, but aim to cover both meaningful examples (small datasets with nontrivial clusterings)...
> I noticed that erf and logpdf aren't for HDBSCAN (but for Xmeans). I deleted them and updated test. Great, *erf* is provided by *SpecialFunctions.jl*, but as we want to...