Skip to content

Releases: colintbowers/DependentBootstrap.jl

Fixed Project.toml compat

28 Sep 04:03
9cd9d37
Compare
Choose a tag to compare
v1.1.3

Update Project.toml

Minor bug fixes

04 Jul 12:10
Compare
Choose a tag to compare
v1.1.2

bug_fixes

Fixed versioning in Project.toml

25 Mar 10:58
6a3f24c
Compare
Choose a tag to compare
v1.1.1

Update Project.toml

Removed Dependency (Requires)

25 Mar 10:34
Compare
Choose a tag to compare
v1.1.0

doc_update

Minor block length bugfix

22 Oct 04:09
Compare
Choose a tag to compare

Fixes a method error that occurred when block length <= 1, but bootstrap method is not IID bootstrap

Julia v1.0 compatible

29 Sep 11:35
453ff98
Compare
Choose a tag to compare
v1.0.0

Update REQUIRE

Compatible_with_julia_v06+

18 Dec 10:10
9452835
Compare
Choose a tag to compare

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

24 Oct 09:42
Compare
Choose a tag to compare
v0.1.0

Remove_nightly