Update rand requirement from 0.8.5 to 0.9.0 #551
Annotations
11 errors and 15 warnings
|
Stable Build with all features:
src/dataset/generator.rs#L3
unresolved import `rand::distributions`
|
Stable Build with all features:
src/dataset/generator.rs#L19
cannot find function `thread_rng` in crate `rand`
|
Stable Build with all features:
src/dataset/generator.rs#L63
cannot find function `thread_rng` in crate `rand`
|
Stable Build with all features:
src/dataset/generator.rs#L100
cannot find function `thread_rng` in crate `rand`
|
Stable Build with all features:
src/rand_custom.rs#L15
cannot find function `thread_rng` in crate `rand`
|
Stable Build with all features:
src/numbers/realnum.rs#L73
no method named `unwrap` found for struct `SmallRng` in the current scope
|
Stable Build with all features:
src/numbers/realnum.rs#L122
no method named `unwrap` found for struct `SmallRng` in the current scope
|
Stable Build with all features:
src/dataset/generator.rs#L35
the method `sample` exists for struct `Normal<f32>`, but its trait bounds were not satisfied
|
Stable Build with all features:
src/dataset/generator.rs#L69
the method `sample` exists for struct `Normal<f32>`, but its trait bounds were not satisfied
|
Stable Build with all features:
src/dataset/generator.rs#L70
the method `sample` exists for struct `Normal<f32>`, but its trait bounds were not satisfied
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Install Rust toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Stable Build with all features:
src/numbers/floatnum.rs#L61
use of deprecated method `rand::Rng::gen`: Renamed to `random` to avoid conflict with the new `gen` keyword in Rust 2024.
|
Stable Build with all features:
src/numbers/floatnum.rs#L103
use of deprecated method `rand::Rng::gen`: Renamed to `random` to avoid conflict with the new `gen` keyword in Rust 2024.
|
Stable Build with all features:
src/cluster/kmeans.rs#L359
use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
|
Stable Build with all features:
src/cluster/kmeans.rs#L385
use of deprecated method `rand::Rng::gen`: Renamed to `random` to avoid conflict with the new `gen` keyword in Rust 2024.
|
Stable Build with all features:
src/ensemble/random_forest_classifier.rs#L599
use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
|
Stable Build with all features:
src/ensemble/random_forest_regressor.rs#L518
use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
|
Stable Build with all features:
src/rand_custom.rs#L14
unused import: `rand::RngCore`
|
Stable Build with all features:
src/numbers/realnum.rs#L6
unused import: `Rng`
|
Stable Build with all features:
src/dataset/generator.rs#L4
unused import: `rand::prelude`
|
Stable Build with all features
`smartcore` (lib) generated 9 warnings
|
Loading