pdeffebach
pdeffebach
Sorry for the late reply! It took me a few days to get a grip on things. **Threading:** I can confirm that the `toy_mvn_target` gets a speed-up from multi-threading. However...
Thank you. I can replicate this and am working on a fix. This is a serious issue and I will get a fix together soon. I apologize for this bug.
I have a very similar error ``` Failed to precompile Copulas [ae264745-0b69-425e-9d9d-cf662c5eec93] to "/home/peterwd/.julia/compiled/v1.10/Copulas/jl_iDDCi2". ERROR: LoadError: MethodError: no method matching isless(::TaylorSeries.Taylor1{Float64}, ::TaylorSeries.Taylor1{Float64}) ``` Full message ``` Precompiling Copulas Info Given...
I added a newer version of TaylorSeries and the problem went away, but a generic `] update` didn't help, I think because some packages were downgraded when I did `]...
That particular syntax isn't actually possible, since `@lookup` would only apply to the expression inside the brackets. Moreover, I would definitely want to avoid that kind of exotic syntax. DataFrames.jl...
I still think this is a good idea.
Yeah, `uv` works well, though I used `uv pip install`. Doesn't `uv` still default to specific environments though? I want to install `radian` globally so I can just type `radian`...
You are correct! Sorry about that.
Yes, this would be nice. However DataFramesMeta.jl is restricted by how `DataFrames.transform` works. There is a work-around using the `@astable` macro flags. Think of `@astable` as a nice way to...
yeah a doc fix might be good. Do you want to start a PR (It's not a big deal, though, I can do it!) I don't think I'm too concerned...