Skip to content

Releases: scikit-hep/resample

v1.6.0rc2

19 Mar 13:12
Compare
Choose a tag to compare
v1.6.0rc2 Pre-release
Pre-release
fix authors

v1.6.0rc1

19 Mar 13:05
Compare
Choose a tag to compare
v1.6.0rc1 Pre-release
Pre-release
fix classifiers

v1.6.0rc0: Fix build (#169)

19 Mar 13:01
89fa18c
Compare
Choose a tag to compare
Pre-release
Modernize and fix build

v1.5.3 (Zenodo release)

08 Dec 18:15
a1c8f5b
Compare
Choose a tag to compare

No code change, this release is created to trigger Zenodo.

v1.5.2

15 Oct 13:19
a060ecd
Compare
Choose a tag to compare

What's Changed

  • Update ci skripts and fix types #154
  • bootstrap.resample now works with method="extended" when input is multi-dimensional #153

Full Changelog: v1.5.1...v1.5.2

v1.5.1

01 Mar 21:27
Compare
Choose a tag to compare
installation instructions in readme

v1.5.0

01 Mar 20:57
Compare
Choose a tag to compare

v1.5.0-beta

31 Jan 13:36
e09ff62
Compare
Choose a tag to compare
v1.5.0-beta Pre-release
Pre-release

Pre-release for the upcoming v1.5.0 release

First full-featured release for general production use

28 Oct 13:29
Compare
Choose a tag to compare

1.0.1 (August 23, 2020)

  • Minor fix to allow building from source.

1.0.0 (August 22, 2020)

API Changes

  • Bootstrap and jackknife generators resample.bootstrap.resample and resample.jackknife.resample are now exposed to compute replicates lazily.
  • Jackknife functions have been split into their own namespace resample.jackknife.
  • Empirical distribution helper functions moved to a resample.empirical namespace.
  • Random number seeding is now done through using numpy generators rather than a global random state. As a result the minimum numpy version is now 1.17.
  • Parametric bootstrap now estimates both parameters of the t distribution.
  • Default confidence interval method changed from "percentile" to "bca".
  • Empirical quantile function no longer performs interpolation between quantiles.

Enhancements

  • Added bootstrap estimate of bias.
  • Added bias_corrected function for jackknife and bootstrap, which computes the bias corrected estimates.
  • Performance of jackknife computation was increased.

Bug fixes

  • Removed incorrect implementation of Studentized bootstrap.

Deprecations

  • Smoothing of bootstrap samples is no longer supported.
  • Supremum norm and MISE functionals removed.

Other

  • Benchmarks were added to track and compare performance of bootstrap and jackknife methods.