Alexey Stukalov

Results 168 comments of Alexey Stukalov
trafficstars

The issue #173 seems related. It could be that to read 32bit floating point TIFFs, ImageMagick has to be built with ` --enable-hdri --with-quantum-depth=32`. My current workaround is to install...

I was looking at *ImageIO.jl* today. It's definitely promising, but so far there's only wrapping functions around *libtiff* (yet incomplete -- key *var_arg* functions like *TIFFGetField()* are not wrapped), but...

It looks like SymbolicsUtils 1.6 broke `sparsehessian`, so I downgraded it to 1.5. Also, allowed StenoGraphs 0.3.

@Maximilian-Stefan-Ernst Thank you for the review, I'll address your comments in a next few days. Regarding the `params` vs `parameters`. I prefer `params`, but I can change it to `parameters`...

Does *Project.toml* allow specifying *compat* for packages that are not in *deps*? That could be an alternative (and no version checks in *Requires.jl*). Or an explicit *optcompat* section.

There's no such constraint in the algorithm itself, but you may be hitting e.g. the maximum memory per user constraint set by your OS. To better diagnose it we would...

@juliohm Technically speaking, you can submit PRs and get peer review right away. E.g. you are very welcome to submit col-major PR. Integration into MultivariateStats.jl (or the move under JuliaStats...

I guess the macOS failure (it specifically fails in Matrix*SpMatrix tests) has something to do with MKL_jll version (judging by the file name it is a bit older than Win/Linux...

@andreasnoack @KristofferC If you have time, could some of you please take a look at the PR?

@KristofferC > But overall it looks good. I'm happy to make you a collaborator on this repo. Thank you! > Aren't all builds running with MKL_jll v2022.0.0+0? I think it...