David Nies

Results 11 comments of David Nies

@ablaom Thanks for your answer. I'll try to add a PR soon. I think a patch to 0.11.6 might help me. I'm not very familiar with the Julia package version...

I've added the PR #595. This will fix the problem for future releases, but not for past ones.

Thanks for the patch, but this does not solve my problem however. Checking out v0.11.6 now works on windows, but I'm using MLJ.jl from within docker and `Pkg.instantiate()` still fails...

Please note that I also created a PR that adds the Wasserstein distance (#158). I implemented it using formula (2.5) from [Optimal Transport on Discrete Domains](https://arxiv.org/pdf/1801.07745.pdf) and that paper shows...

> I would say the main issue of introducing this PR is its huge dependency. You know, at present this package is quite small > > ```julia > julia> @time...

Another implementation (though solved quite differently) is in #159. Don't really know about the implementation there though.

I'm really looking forward to use the vim plugin in Jupyter Lab 2.0. :)

I'd like this feature too. @fschutt, could you make a PR from this?

Alright, thanks for the reply. I don't know if I can help at the moment since my Zig skills are not very well developed and the knowledge of pydust internals...