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.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 - 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.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.resampleandresample.jackknife.resampleare 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.empiricalnamespace. - Random number seeding is now done through using
numpygenerators rather than a global random state. As a result the minimumnumpyversion 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_correctedfunction 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