-
Notifications
You must be signed in to change notification settings - Fork 0
feat: added MNIST, Fashion-MNIST and KMNIST datasets #164
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #164 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 7 10 +3
Lines 37 151 +114
==========================================
+ Hits 37 151 +114 ☔ View full report in Codecov by Sentry. |
@lars-reimann Currently, the tests download each dataset once. Therefore, the tests take a while. Do you have an idea what we could do about that? |
@lars-reimann as soon as the next release of the Library is published, we can merge this pr |
https://github.com/actions/cache could help here, if the data is not too large. We have 10 GB for caches in total. |
Co-authored-by: Lars Reimann <mail@larsreimann.com>
Ok I will look at this at a later time. For now, this pr is ready. |
OK, thanks. Review will take a while. I have other priorities right now. |
build: mnist supports api changes made in Safe-DS 0.25
…nist-datasets # Conflicts: # poetry.lock # pyproject.toml
## [0.19.0](v0.18.0...v0.19.0) (2024-10-02) ### Features * added MNIST, Fashion-MNIST and KMNIST datasets ([#164](#164)) ([97ae47a](97ae47a)), closes [#161](#161) [#162](#162) [#163](#163) ### Bug Fixes * **deps:** bump jinja2 from 3.1.3 to 3.1.4 ([#160](#160)) ([e3bcc83](e3bcc83)), closes [/jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-4](https://github.com/Safe-DS//jinja.palletsprojects.com/en/3.1.x/changes//issues/version-3-1-4) [/jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-4](https://github.com/Safe-DS//jinja.palletsprojects.com/en/3.1.x/changes//issues/version-3-1-4) [#1968](https://github.com/Safe-DS/Datasets/issues/1968) [#5457](https://github.com/Safe-DS/Datasets/issues/5457) * **deps:** bump scikit-learn from 1.4.2 to 1.5.0 ([#178](#178)) ([a3389c9](a3389c9)), closes [#29039](https://github.com/Safe-DS/Datasets/issues/29039) [#29007](https://github.com/Safe-DS/Datasets/issues/29007) [#27108](https://github.com/Safe-DS/Datasets/issues/27108) [#28592](https://github.com/Safe-DS/Datasets/issues/28592) [#28951](https://github.com/Safe-DS/Datasets/issues/28951) [#29029](https://github.com/Safe-DS/Datasets/issues/29029) * **deps:** bump urllib3 from 2.2.1 to 2.2.2 ([#177](#177)) ([5f20711](5f20711)), closes [#3122](https://github.com/Safe-DS/Datasets/issues/3122) [#3363](https://github.com/Safe-DS/Datasets/issues/3363) [#3122](https://github.com/Safe-DS/Datasets/issues/3122) [#3363](https://github.com/Safe-DS/Datasets/issues/3363) [#3406](https://github.com/Safe-DS/Datasets/issues/3406) [#3398](https://github.com/Safe-DS/Datasets/issues/3398) [#3399](https://github.com/Safe-DS/Datasets/issues/3399) [#3396](https://github.com/Safe-DS/Datasets/issues/3396) [#3394](https://github.com/Safe-DS/Datasets/issues/3394) [#3391](https://github.com/Safe-DS/Datasets/issues/3391) [#3316](https://github.com/Safe-DS/Datasets/issues/3316) [#3387](https://github.com/Safe-DS/Datasets/issues/3387) [#3386](https://github.com/Safe-DS/Datasets/issues/3386)
🎉 This PR is included in version 0.19.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Closes #161
Closes #162
Closes #163
Summary of Changes
feat: added MNIST, Fashion-MNIST and KMNIST datasets
build: bump safe-ds to ^0.24.0