Recent Releases of resample

resample - v1.10.1

What's Changed

  • tests: newshape deprecated in favor of shape by @henryiii in https://github.com/scikit-hep/resample/pull/202
  • ci: 3.13 and some touchup by @henryiii in https://github.com/scikit-hep/resample/pull/201
  • chore: modernize ruff settings by @henryiii in https://github.com/scikit-hep/resample/pull/200

Full Changelog: https://github.com/scikit-hep/resample/compare/v1.10.0...v1.10.1

- Python
Published by HDembinski about 1 year ago

resample - v1.10.0

What's Changed

  • use FutureWarning instead of VisibleDeprecationWarning by @HDembinski in https://github.com/scikit-hep/resample/pull/193
  • Replace deprecation warnings by @HDembinski in https://github.com/scikit-hep/resample/pull/195
  • ci fixes by @HDembinski in https://github.com/scikit-hep/resample/pull/198

Full Changelog: https://github.com/scikit-hep/resample/compare/v1.9.0...v1.10.0

- Python
Published by HDembinski over 1 year ago

resample - v1.9.0

What's Changed

  • add cross_validation by @HDembinski in https://github.com/scikit-hep/resample/pull/192
  • several ci improvements by @henryiii

Full Changelog: https://github.com/scikit-hep/resample/compare/v1.8.2...v1.9.0

- Python
Published by HDembinski over 1 year ago

resample - v1.8.2

What's Changed

  • fix docs by @HDembinski in https://github.com/scikit-hep/resample/pull/185

Full Changelog: https://github.com/scikit-hep/resample/compare/v1.8.1...v1.8.2

- Python
Published by HDembinski over 1 year ago

resample - v1.8.1

This release fixes the automatic upload to PyPI.

Full Changelog: https://github.com/scikit-hep/resample/compare/v1.8.1rc1...v1.8.1

- Python
Published by HDembinski over 1 year ago

resample -

- Python
Published by HDembinski over 1 year ago

resample - v1.8.0

What's Changed

  • add covariance by @HDembinski in https://github.com/scikit-hep/resample/pull/184

Full Changelog: https://github.com/scikit-hep/resample/compare/v1.7.1...v1.8.0

- Python
Published by HDembinski over 1 year ago

resample - v1.7.1

Attempt to generate clean docs.

Full Changelog: https://github.com/scikit-hep/resample/compare/v1.7.0...v1.7.1

- Python
Published by HDembinski almost 2 years ago

resample - v1.7.0

What's Changed

  • deprecate method='shuffle' in permutation.usp and apply ruff linting by @HDembinski in https://github.com/scikit-hep/resample/pull/171
  • Remove resample.bootstrap.bias and resample.bootstrap.bias_corrected by @HDembinski in https://github.com/scikit-hep/resample/pull/181
  • Move from readthedocs to github pages by @HDembinski in https://github.com/scikit-hep/resample/pull/182

Full Changelog: https://github.com/scikit-hep/resample/compare/v1.6.0...v1.7.0

- Python
Published by HDembinski almost 2 years ago

resample - v1.6.0

What's Changed

  • Add Conda badge to README by @eduardo-rodrigues in https://github.com/scikit-hep/resample/pull/166
  • Replace rcont with scipy.stats.random_table by @HDembinski in https://github.com/scikit-hep/resample/pull/168
  • Fix build by @HDembinski in https://github.com/scikit-hep/resample/pull/169

New Contributors

  • @eduardo-rodrigues made their first contribution in https://github.com/scikit-hep/resample/pull/166

Full Changelog: https://github.com/scikit-hep/resample/compare/v1.5.3...v1.6.0

- Python
Published by HDembinski almost 3 years ago

resample -

- Python
Published by HDembinski almost 3 years ago

resample -

- Python
Published by HDembinski almost 3 years ago

resample - v1.6.0rc1

- Python
Published by HDembinski almost 3 years ago

resample -

- Python
Published by HDembinski almost 3 years ago

resample - v1.5.3 (Zenodo release)

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

- Python
Published by HDembinski about 3 years ago

resample - v1.5.2

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: https://github.com/scikit-hep/resample/compare/v1.5.1...v1.5.2

- Python
Published by HDembinski about 3 years ago

resample -

- Python
Published by HDembinski almost 4 years ago

resample - v1.5.0

Changelog

- Python
Published by HDembinski almost 4 years ago

resample - v1.5.0-beta

Pre-release for the upcoming v1.5.0 release

- Python
Published by HDembinski almost 4 years ago

resample - First full-featured release for general production use

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.

- Python
Published by HDembinski about 5 years ago