Skip to content

Releases: juliangehring/Bootstrap.jl

Bootstrap v1.2.0

13 Jan 18:37
718a243
Compare
Choose a tag to compare

Version 1.2.0

New features

  • Maximum Entropy bootstrapping for dependent and non-stationary datasets
    (MaximumEntropySampling), contributed by Rory Finnegan (@rofinn).

Changes

  • Transition tests from FactCheck to Base.Test.
  • Introduces StatsModels as a new dependency which is now the new home of Formulas.
  • Use vectorized function calls for Distribution functions.
  • Removes the dependency on Compat.

Support

  • Requires julia 0.6 or newer
  • Drops support for julia 0.5

Bootstrap v1.1.0

21 Mar 18:13
Compare
Choose a tag to compare

Version 1.1.0

Changes

  • Adds compatibility with julia 0.6 development versions, including automated tests.
  • Introduces Compat as a new dependency
  • Supports formula macros for DataFrame formulas (required for using DataFrames v0.9.0 or newer)
  • Fixes convergence errors of GLM models in parametric bootstrap test cases
  • Modernise automated test and coverage setup (also thanks to Tony Kelman for contributions)
  • Improves the readme (also thanks to Patrick Kofod Mogensen for contributions)

Support

  • Requires julia 0.5 or 0.6
  • Drops support for julia 0.4

Bootstrap v1.0.0

07 Aug 16:56
Compare
Choose a tag to compare

Julian Gehring et al. (2016): Bootstrap.jl. v1.0.0. doi:10.5281/zenodo.59801

Bootstrap v0.3.3

03 Oct 22:12
Compare
Choose a tag to compare
  • Type compatibility with julia 0.4
  • Test code in readme as part of the unit tests
  • Script to rebuild notebook automatically
  • Unified number of observations nobs interface with tests
  • Calculate number of exact bootstrap samples explictly
  • Doc notebooks: Cleanup

Bootstrap v0.3.2

15 Sep 20:51
Compare
Choose a tag to compare
  • Official support for julia 0.4
  • Precompilation in julia 0.4
  • DOI for release versions, making it possible to properly cite the software
  • Improved show method for BootstrapSample and BootstrapCI

Bootstrap v0.3.1

18 Sep 22:16
Compare
Choose a tag to compare
  • Sample quantiles with Gaussian interpolation
  • Generalize integer types
  • Windows integration and build service
  • Codecov

Bootstrap v0.3.0

18 Sep 22:17
Compare
Choose a tag to compare
  • Improved and more consistent documentation, using simple docstrings
  • Data summary in show methods, instead of displaying the entire data set
  • Reference list as part of the documentation

Bootstrap v0.2.0

18 Sep 22:18
Compare
Choose a tag to compare
  • Documentation of the package and the functions on readthedocs.org
  • Require julia v0.3, excluding prereleases