Releases: juliangehring/Bootstrap.jl
Releases · juliangehring/Bootstrap.jl
Bootstrap v2.4.0
Bootstrap v2.3.3
Version 2.3.3
Changes
- Extend supported versions of
Distributions
to v0.25.
Bootstrap v2.3.2
Bootstrap v2.3.1
Version 2.3.1
Changes
- Improve documentation deployment.
Bootstrap v2.3.0
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
Version 2.2.1
Changes
- Use upper bounds for dependencies. Contributed by Milan Bouchet-Valat (@nalimilan) (#74).
Bootstrap v2.2.0
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
andGLM
(#62). - Increase compatibility with package management in newer julia versions (#61).
Bootstrap v2.1.0
Version 2.1.0
Changes
- Update continuous integration configuration (#39)
- Widen the signature for
draw!
: No longer restrict source and destinationAbstractVectors
to be of the same type, and switch to the more generalAbstractMatrix
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
Version 2.0.1
Changes
- Fix
Documenter
version to v0.19 for building the documentation (#35) - Fix
convert
deprecation inDataFrames
, bump required version to v0.16.0
Bootstrap v2.0.0
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