Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps alimentar from 0.1.0 to 0.2.2.

Changelog

Sourced from alimentar's changelog.

[0.2.2] - 2025-11-30

Added

  • 100 Executable Examples specification with Toyota Way QA methodology
  • Book chapters for 100 examples (10 sections covering all functionality)
  • Fixture generation script (scripts/generate_fixtures.rs)
  • QA test harness script (scripts/run_qa_spec.sh)
  • Epic roadmap for 100 examples implementation (docs/roadmaps/epic-100-examples.yaml)
  • Integration tests for example scenarios (tests/example_scenarios.rs)
  • 100-point QA checklist with Toyota Production System principles
  • Stratified train/test split for MNIST dataset

Fixed

  • MNIST split now uses stratified sampling to ensure all digit classes in both sets
  • WASM build test gracefully handles missing target
  • Various clippy lints and code quality improvements

Changed

  • Arrow/Parquet upgraded to v54 (from v53)
  • Test suite expanded to 1636+ tests
  • Coverage maintained at 90.94%

[0.2.1] - 2025-11-29

Added

  • DatasetCardValidator utility methods: is_valid_task_category(), is_valid_license(), is_valid_size_category(), suggest_task_category()
  • Native HuggingFace Hub upload API with HfHubUploader
  • Abstract quality profile system for configurable quality scoring
  • 100-point weighted quality scoring system with grade calculation
  • Function signature extraction in doctest parser
  • REPL module with command parsing and tab completion
  • Doctest extraction from Python source files

Fixed

  • Handle nullable columns in constant check quality validation
  • Clippy lint warnings across codebase
  • Duplicate DatasetCardValidator struct definitions

Changed

  • Test suite expanded from 571 to 1648 tests
  • Test coverage improved to 92.10%

[0.2.0] - 2025-11-27

Added

  • REPL command interface with session management
  • Quality scoring profiles (ML training, doctest corpus)
  • Drift detection CLI commands
  • Federated learning split strategies
Commits
  • 895e470 chore: Prepare v0.2.2 release
  • d01ffa3 fix(mnist): Use stratified split for train/test to ensure all digit classes i...
  • 187cbb7 chore: Prepare v0.2.1 release
  • a7eaede feat(hf-hub): Add DatasetCardValidator utility methods (GH-6)
  • 6e75378 fix(quality): Handle nullable columns in constant check (Refs #10)
  • a6c956e feat(hf-hub): Implement native HuggingFace Hub upload API (GH-11)
  • 29d046d feat(quality): Add abstract quality profile system (Refs #10)
  • 375add4 feat: Extract function signatures in doctest parser (Refs #10)
  • 3a82afb test: Improve test coverage to 92.10% (Refs ALIM-SPEC-006)
  • 7d40ffb feat(quality): Add 100-point weighted scoring system (GH-6)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [alimentar](https://github.com/paiml/alimentar) from 0.1.0 to 0.2.2.
- [Changelog](https://github.com/paiml/alimentar/blob/main/CHANGELOG.md)
- [Commits](paiml/alimentar@v0.1.0...v0.2.2)

---
updated-dependencies:
- dependency-name: alimentar
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 1, 2025

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant