Releases: juliangehring/Bootstrap.jl
Releases · juliangehring/Bootstrap.jl
Bootstrap v1.2.0
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
toBase.Test
. - Introduces
StatsModels
as a new dependency which is now the new home ofFormula
s. - 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
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
Julian Gehring et al. (2016): Bootstrap.jl. v1.0.0. doi:10.5281/zenodo.59801
Bootstrap v0.3.3
- 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
- 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 forBootstrapSample
andBootstrapCI
Bootstrap v0.3.1
- Sample quantiles with Gaussian interpolation
- Generalize integer types
- Windows integration and build service
- Codecov
Bootstrap v0.3.0
- 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
- Documentation of the package and the functions on readthedocs.org
- Require julia v0.3, excluding prereleases