| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python-niaaml-doc | Distribution: Fedora Project |
| Version: 1.1.12 | Vendor: Fedora Project |
| Release: 3.fc39 | Build date: Fri Jul 21 13:48:51 2023 |
| Group: Unspecified | Build host: buildvm-a64-19.iad2.fedoraproject.org |
| Size: 591784 | Source RPM: python-niaaml-1.1.12-3.fc39.src.rpm |
| Packager: Fedora Project | |
| Url: https://github.com/lukapecnik/NiaAML | |
| Summary: Python automated machine learning framework | |
Documentation for python-niaaml.
MIT
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jul 04 2023 Python Maint <python-maint@redhat.com> - 1.1.12-2
- Rebuilt for Python 3.12
* Sun Apr 30 2023 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 1.1.12-1
- Update to 1.1.12
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Sep 16 2022 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 1.1.11-2
- Update documentation with additional paper
* Fri Sep 16 2022 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 1.1.11-1
- Update to the latest upstream's release
* Sun Aug 21 2022 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 1.1.10-1
- Update to the latest upstream's release
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jul 04 2022 Python Maint <python-maint@redhat.com> - 1.1.9-2
- Rebuilt for Python 3.11
* Thu May 26 2022 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 1.1.9-1
- Update to the latest upstream's release
* Tue May 24 2022 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 1.1.8-1
- Update to the latest upstream's release
* Tue Feb 22 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.7-2
- No longer need to skip load_pipeline_object_file when running examples as
tests (https://github.com/lukapecnik/NiaAML/issues/60)
* Mon Feb 21 2022 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 1.1.7-1
- Update to the latest upstream's release
- Remove patches
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jan 06 2022 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 1.1.6-6
- Update description of package
* Fri Nov 26 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.6-5
- Add missing BR: python3-devel; drop implied pyproject-rpm-macros
- Remove various unnecessary BR’s
- Build documentation as PDF instead of HTML
- Drop obsolete python_provide macro
- Fix version check in setup.py for Python 3.10+
- Send PR upstream to fix text files in site-packages
- Allow running the examples as an additional test, but do not do so by default
because some of them take too long
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
/usr/share/doc/python-niaaml-doc /usr/share/doc/python-niaaml-doc/10.21105.joss.02949.pdf /usr/share/doc/python-niaaml-doc/CITATION.md /usr/share/doc/python-niaaml-doc/CODE_OF_CONDUCT.md /usr/share/doc/python-niaaml-doc/CONTRIBUTING.md /usr/share/doc/python-niaaml-doc/examples /usr/share/doc/python-niaaml-doc/examples/classifier.py /usr/share/doc/python-niaaml-doc/examples/example_files /usr/share/doc/python-niaaml-doc/examples/example_files/dataset.csv /usr/share/doc/python-niaaml-doc/examples/example_files/dataset_categorical.csv /usr/share/doc/python-niaaml-doc/examples/example_files/dataset_categorical_missing.csv /usr/share/doc/python-niaaml-doc/examples/example_files/pipeline.ppln /usr/share/doc/python-niaaml-doc/examples/export_pipeline_object.py /usr/share/doc/python-niaaml-doc/examples/export_pipeline_text.py /usr/share/doc/python-niaaml-doc/examples/factories.py /usr/share/doc/python-niaaml-doc/examples/feature_encoding.py /usr/share/doc/python-niaaml-doc/examples/feature_imputing.py /usr/share/doc/python-niaaml-doc/examples/feature_selection.py /usr/share/doc/python-niaaml-doc/examples/feature_selection_threshold_algorithms.py /usr/share/doc/python-niaaml-doc/examples/feature_transform.py /usr/share/doc/python-niaaml-doc/examples/fitness.py /usr/share/doc/python-niaaml-doc/examples/load_data_basic.py /usr/share/doc/python-niaaml-doc/examples/load_data_csv.py /usr/share/doc/python-niaaml-doc/examples/load_pipeline_object_file.py /usr/share/doc/python-niaaml-doc/examples/logger.py /usr/share/doc/python-niaaml-doc/examples/optimization_stats.py /usr/share/doc/python-niaaml-doc/examples/optimize_run_pipeline.py /usr/share/doc/python-niaaml-doc/examples/optimize_run_pipeline_categorical_features.py /usr/share/doc/python-niaaml-doc/examples/optimize_run_pipeline_logger.py /usr/share/doc/python-niaaml-doc/examples/optimize_run_pipeline_missing_values.py /usr/share/doc/python-niaaml-doc/examples/run_all.bat /usr/share/doc/python-niaaml-doc/examples/run_all.sh /usr/share/doc/python-niaaml-doc/examples/run_pipeline_optimizer_array_data.py /usr/share/doc/python-niaaml-doc/examples/run_pipeline_optimizer_csv_data.py /usr/share/doc/python-niaaml-doc/examples/run_pipeline_optimizer_csv_data_categorical.py /usr/share/doc/python-niaaml-doc/examples/run_pipeline_optimizer_csv_data_missing.py /usr/share/doc/python-niaaml-doc/examples/run_pipeline_optimizer_csv_data_v1.py /usr/share/doc/python-niaaml-doc/niaaml.pdf /usr/share/doc/python-niaaml-doc/paper /usr/share/doc/python-niaaml-doc/paper/niaamlFlow.png /usr/share/doc/python-niaaml-doc/paper/paper.bib /usr/share/doc/python-niaaml-doc/paper/paper.md /usr/share/licenses/python-niaaml-doc /usr/share/licenses/python-niaaml-doc/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Jul 9 21:09:47 2025