Júlio Hoffimann

Results 666 comments of Júlio Hoffimann

The public API in TableTransforms.jl that calls this internal function is the "union" operation: ```julia julia> using TableTransforms julia> t = (a=rand(10), b=rand(10)) (a = [0.6641423369533678, 0.8825002137646382, 0.09547491191702095, 0.08300878853401705, 0.7676971362813552,...

I just had the same issue, was considering NamedTuples.jl as dependency but I will wait until Julia v0.7.

Is there any way to plot Meshes.jl objects directly with PlutoVista.jl or the scope of the project is tied to a specific mesh package?

Thank you @j-fu , appreciate the clarifications.

@j-fu any reason to not use Plotly for 3D mesh visualization? I am asking because I am evaluating alternatives to Makie.jl and Plotly seems quite popular in other areas. I...

Can you guys comment a bit more on the current gamma implementation defined in Bessels.jl? Is it ready to use? Why is it not exported? I have a package that...

Awesome @heltonmc , thank you for the prompt reply. I am also +1 for Gamma.jl or maybe a new package that wraps all these special functions in pure Julia, maybe...

Thank you @oscardssmith for adding the comment. Is the compilation time a real issue for Bessels.jl or is this another case of premature modularization? I feel that many of these...

Thank you all for the very insightful comments. You certainly have better sense of scope and can decide on a good tradeoff for these projects. I just commented as an...

As a side comment, VSCode recently released a nice feature for testing individual test sets, which is wonderful: https://discourse.julialang.org/t/prerelease-of-new-testing-framework-and-test-run-ui-in-vs-code/86355 So long testing times may not be an issue in the...