Update rand requirement from 0.8.5 to 0.9.0 #551
Annotations
10 errors and 6 warnings
lint:
src/dataset/generator.rs#L3
unresolved import `rand::distributions`
|
lint:
src/dataset/generator.rs#L19
cannot find function `thread_rng` in crate `rand`
|
lint:
src/dataset/generator.rs#L63
cannot find function `thread_rng` in crate `rand`
|
lint:
src/dataset/generator.rs#L100
cannot find function `thread_rng` in crate `rand`
|
lint:
src/rand_custom.rs#L15
cannot find function `thread_rng` in crate `rand`
|
lint:
src/numbers/realnum.rs#L73
no method named `unwrap` found for struct `rand::prelude::SmallRng` in the current scope
|
lint:
src/numbers/realnum.rs#L122
no method named `unwrap` found for struct `rand::prelude::SmallRng` in the current scope
|
lint:
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.
|
lint:
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.
|
lint:
src/cluster/kmeans.rs#L359
use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
|
lint
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
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
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/
|
lint
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/
|
lint
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/
|
lint
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/
|