Skip to content

Releases: juliangehring/Bootstrap.jl

Bootstrap v2.4.0

05 Nov 19:02
092b1ec
Compare
Choose a tag to compare

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.

Bootstrap v2.3.3

12 Jul 19:08
ebec96f
Compare
Choose a tag to compare

Version 2.3.3

Changes

  • Extend supported versions of Distributions to v0.25.

Bootstrap v2.3.2

29 Apr 19:52
563b9fe
Compare
Choose a tag to compare

Version 2.3.2

Changes

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

Bootstrap v2.3.1

03 Jan 21:47
1927e69
Compare
Choose a tag to compare

Version 2.3.1

Changes

  • Improve documentation deployment.

Bootstrap v2.3.0

03 Jan 18:24
0597ac2
Compare
Choose a tag to compare

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).

Bootstrap v2.2.1

05 Dec 14:51
Compare
Choose a tag to compare

Version 2.2.1

Changes

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

Bootstrap v2.2.0

03 Sep 22:42
a447c29
Compare
Choose a tag to compare

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).

Bootstrap v2.1.0

27 Jun 16:48
Compare
Choose a tag to compare

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).

Bootstrap v2.0.1

12 Jan 15:23
3030fa9
Compare
Choose a tag to compare

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

Bootstrap v2.0.0

30 Sep 14:43
eb49d14
Compare
Choose a tag to compare

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