Click here to visit the old openkoji buildsystem (Archived)

Information for build python-pingouin-0.5.4-2.fc41

ID17201
Package Namepython-pingouin
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.5.4
Release2.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-pingouin.git#92e86b20619e649515a7505b748aa52a4726c243
SummaryStatistical package in Python based on Pandas
DescriptionPingouin is an open-source statistical package written in Python 3 and based mostly on Pandas and NumPy. Some of its main features are listed below. For a full list of available functions, please refer to the API documentation. 1. ANOVAs: N-ways, repeated measures, mixed, ancova 2. Pairwise post-hocs tests (parametric and non-parametric) and pairwise correlations 3. Robust, partial, distance and repeated measures correlations 4. Linear/logistic regression and mediation analysis 5. Bayes Factors 6. Multivariate tests 7. Reliability and consistency 8. Effect sizes and power analysis 9. Parametric/bootstrapped confidence intervals around an effect size or a correlation coefficient 10. Circular statistics 11. Chi-squared tests 12. Plotting: Bland-Altman plot, Q-Q plot, paired plot, robust correlation… Pingouin is designed for users who want simple yet exhaustive statistical functions. For example, the ttest_ind function of SciPy returns only the T-value and the p-value. By contrast, the ttest function of Pingouin returns the T-value, the p-value, the degrees of freedom, the effect size (Cohen’s d), the 95% confidence intervals of the difference in means, the statistical power and the Bayes Factor (BF10) of the test.
Built bykojiadmin
State complete
Volume DEFAULT
StartedMon, 06 May 2024 00:34:54 CST
CompletedMon, 06 May 2024 01:31:36 CST
Taskbuild (f41, /rpms/python-pingouin.git:92e86b20619e649515a7505b748aa52a4726c243)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-pingouin.git#92e86b20619e649515a7505b748aa52a4726c243'}}
Tags
f41
RPMs
src
python-pingouin-0.5.4-2.fc41.src.rpm (info) (download)
noarch
python-pingouin-doc-0.5.4-2.fc41.noarch.rpm (info) (download)
python3-pingouin-0.5.4-2.fc41.noarch.rpm (info) (download)
Logs
riscv64
root.log
installed_pkgs.log
state.log
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 26 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.4-2 - Fix penalty for LogisticRegression (fix RHBZ#2276932) * Wed Jan 31 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.4-1 - Update to 0.5.4 (close RHBZ#2258253) * Wed Jan 31 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.3-12 - Work around or skip two new failing tests (close RHBZ#2261590) * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jan 04 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.3-8 - Assert that a license file is present in the .dist-info directory * Sat Jul 29 2023 Sandro <devel@penguinpee.nl> - 0.5.3-5 - Fix failing tests in Python3.12 (RHBZ#2220406) - Apply patch from upstream (RHBZ#2226012) - Run tests verbosely * Thu Jul 20 2023 Python Maint <python-maint@redhat.com> - 0.5.3-4 - Rebuilt for Python 3.12 * Sat Feb 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.3-3 - Fix crash in test_power_chi2 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Dec 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.3-1 - Update to 0.5.3 (close RHBZ#2156968) * Fri Dec 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.2-11 - Remove unused patch files * Fri Dec 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.2-10 - Update description from upstream * Fri Dec 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.2-9 - Spec file whitespace formatting * Fri Dec 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.2-8 - Convert License to SPDX * Fri Dec 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.2-7 - Fix License; no MIT without HTML docs * Mon Dec 19 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.5.2-6 - Drop support for i686 * Tue Aug 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.2-5 - Remove test skip for retired 32-bit arm arch. * Tue Aug 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.2-4 - Remove workaround for pandas<1.3.4 * Tue Aug 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.2-3 - Fix compatibility with scikit-learn 1.1.2 (fix RHBZ#2122144) * Mon Aug 15 2022 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 0.5.2-2 - chore: rebuild for pyc magic number change (fixes rhbz#2113644) * Mon Aug 01 2022 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 0.5.2-1 - feat: update to 0.5.2 (rhbz #2100936) * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jul 04 2022 Python Maint <python-maint@redhat.com> - 0.5.1-2 - Rebuilt for Python 3.11