Bootstrap.jl Versions Save

Statistical bootstrapping library for Julia

v2.4.0

6 months ago

Version 2.4.0

Changes

  • Extend compatibility for Statistics, StatsBase, StatsModels and Random.
  • Clarify return value of confint. Contributed by Hector Perez (@hdavid16) (#95).
  • Update doc strings. Contributed by Hector Perez (@hdavid16) (#95).
  • Update documentation.

v2.3.3

2 years ago

Version 2.3.3

Changes

  • Extend supported versions of Distributions to v0.25.

v2.3.2

3 years ago

Version 2.3.2

Changes

  • Extend supported versions of DataFrames to v1.0. Contributed by Bogumił Kamiński (@bkamins) (#83).
  • Update DOI badge.

v2.3.1

3 years ago

Version 2.3.1

Changes

  • Improve documentation deployment.

v2.3.0

3 years ago

Version 2.3.0

Changes

  • Performance improvements through parameterized types. Contributed by David Widmann (@devmotion) (#66).
  • Specialized Jack-Knife estimator. Contributed by David Widmann (@devmotion) (#67).
  • Switch to Github Actions for testing and documentation generation (#75).
  • Update links to external webpages in the documentation (#75).
  • Extend support to Distributions v0.24 (#76).

v2.2.1

3 years ago

Version 2.2.1

Changes

  • Use upper bounds for dependencies. Contributed by Milan Bouchet-Valat (@nalimilan) (#74).

v2.2.0

4 years ago

Version 2.2.0

Changes

  • Support StatsModels v0.6 with FormulaTerm. Contributed by Dave Kleinschmidt (@kleinschmidt) (#57).
  • Use RDatasets instead of internal data sets. Contributed by David Widmann (@devmotion) (#60).
  • Fix deprecations in DataFrames and GLM (#62).
  • Increase compatibility with package management in newer julia versions (#61).

v2.1.0

4 years ago

Version 2.1.0

Changes

  • Update continuous integration configuration (#39)
  • Widen the signature for draw!: No longer restrict source and destination AbstractVectors to be of the same type, and switch to the more general AbstractMatrix type. Contributed by Dave Kleinschmidt (@kleinschmidt) (#43).
  • Improve error handling of BCaConfInt if all the input data has the same value. Contributed by Rory Finnegan (@rofinn) (#40).
  • Add Project.toml and Manifest.toml. Contributed by Colin Bowers (@colintbowers) (#48).
  • Restrict compatible versions of the StatsModels dependency. Contributed by Mike Molignano (@mmolignano) (#53).

v2.0.1

5 years ago

Version 2.0.1

Changes

  • Fix Documenter version to v0.19 for building the documentation (#35)
  • Fix convert deprecation in DataFrames, bump required version to v0.16.0

v2.0.0

5 years ago

Version 2.0.0

Interface changes

  • Put the function argument first in the signatures (#26): Changes the bootstrap signature to have the function argument come first: bootstrap(statistic::Function, data, sampling). The old syntax has been deprecated and will be removed in a future version.
  • Integrate better with StatsBase function names (#24): Integrates with the naming of the equivalent functions in StatsBase.jl: Renames ci to confint and se to stderror. The old function names have been deprecated, and will be supported until the next major release. The motivation for these change is outlined in #23.

Changes

  • Build the html documentation directly with Documenter (#28, #25)
  • Support julia v0.7 and v1.0, drop support for julia v0.6 (#33)

Support

  • Requires julia 0.7 or v1.0