Alexey Stukalov

Results 54 issues of Alexey Stukalov

- remove Compat and BaseTestNext dependency - update Array ctors - enable Travis CI on Julia 0.5, 0.6 and nightly - update demo scripts (not tested, but at least should...

With the recent update, `S3.put_object()` of data 80000 bytes and more fails after the previous `S3.get_object()` of the large (>=1GB) file (at least I believe that's the pattern). The request...

On *XGBoost.jl* v2.0.0 the command `xgmodel = xgboost(train_dmtx, 5000, gamma = 1)` gives ``` [ Info: XGBoost: starting training. ERROR: StackOverflowError: Stacktrace: [1] updateone!(b::Booster, data::DMatrix, a::Int64; kw::Base.Pairs{Symbol, Any, Tuple{Symbol, Symbol},...

Some methods that I introduced, while rebasing JuliaStats/DataFrames.jl#850 - `isnull(A::NullableArray)` to get the boolean array of `A` nulls - `unsafe_isnull(A::NullableArray, i::Int...)` to check for nulls without checking the validity of...

Also test `[map]reduce()` with N=2 to expose this corner case.

The problems are with e.g. the TIFF image attached (generated by Incucyte S3 automatic live imaging microscope). [The original TIFF](https://github.com/JuliaIO/ImageMagick.jl/files/4050856/Red.1_1_rep4_G10_1_02d03h00m.zip) *Fiji* does correctly load the image, but *ImageMagick.jl* (directly or...

Basic `Base.nb_available(GZipSteam)` implementation that returns 1 if the stream is not exhausted, 0 otherwise. Came across the issue while trying to make https://github.com/JuliaData/CSV.jl read .csv.gz files from `GZipStream`.

Add `Base.unsafe_read()` and `Base.unsafe_write()`. Closes #39

This is a part of #193 that mostly refactors the code for SEM specification types (`RAMMatrices`, `ParameterTable`, `StenoGraph` and `EnsembleParameterTable`): * introduces an abstract `SemSpecification` type, which is a parent...