Alexey Stukalov
Alexey Stukalov
As a part of #193 I already made some changes, so I wanted to get the feedback from maintainers about it. Plus, there are a few other changes in the...
This is a rebase of a #181 with *JuliaFormatter.jl* applied to each commit with this command: ```powershell git rebase ` --strategy-option=theirs ` --exec "julia -e 'using Pkg; Pkg.activate(\`"$env:JULIA_PROJECT\`"); using JuliaFormatter;...
When master Julia process is waiting in `take!()` on its own `RemoteRef` and the worker processes have all thrown exceptions, pressing Ctrl-C in REPL results in ``` ERROR (unhandled task...
Adds `inve = 1/e` constant (cherry-picked from #12). Required by JuliaMath/SpecialFunctions.jl/issues/371
*JuliaFormatter* action fails and creates a suggestion, but it is identical to the current code: [skipmissing_mean() example](https://github.com/StructuralEquationModels/StructuralEquationModels.jl/pull/203/files#diff-ea8a7b0acfe1d7fc72753c70996ac495392dd0fa8762ff40ab08a6c7f50ed2ec).
Another iteration of cherry-picking the changes from #193. The main part of this PR is the simplification of the evaluation API. Currently, *SemImply* and *SemLoss* subtypes declare a separate method...
It seems if my Julia REPL session (running within tmux) is connected to the vscode extension, long running tasks (say, 10h) confuse vscode extension, and it crashes my Julia session...
This PR adds support for more SparseMKL operations: * *dense := sparse * sparse* (`spmmd!()`, `sp2md!()`) * *sparse := sparse * sparse* (including the in-place one that can optionally disable...
Currently *MKLSparse.jl* provides overloads for linalg operations with Julian sparse matrices (*SparseMatrixCSC*, although support for the other storage formats (COO, CSR, BSR) is also possible). That puts some limitations on...
These are rather trivial commits cherry-picked from #193 that don't change anything essential, but once they are in, it should be easier to manage the rest. The changes are: *...