Releases: colintbowers/DependentBootstrap.jl
Releases · colintbowers/DependentBootstrap.jl
Fixed Project.toml compat
v1.1.3 Update Project.toml
Minor bug fixes
v1.1.2 bug_fixes
Fixed versioning in Project.toml
v1.1.1 Update Project.toml
Removed Dependency (Requires)
v1.1.0 doc_update
Minor block length bugfix
Fixes a method error that occurred when block length <= 1, but bootstrap method is not IID bootstrap
Julia v1.0 compatible
v1.0.0 Update REQUIRE
Compatible_with_julia_v06+
Updates in this release:
*level 1 statistics are now computed one at a time as each new dataset is bootstrapped, rather than after all new datasets are bootstrapped. This means that the original dataset can now take up a significant proportion of system RAM and still be bootstrapped. All that is needed is enough RAM for the original dataset, one set of resampling indices, and a single resampled dataset.
Compatible_with_julia_v06
v0.1.0 Remove_nightly