Skip to content

Commit c73fa05

Browse files
authored
Merge pull request #636 from unum-cloud/main-dev
Rust & Python Improvements Closes #604
2 parents df1dd9e + c41dc5a commit c73fa05

File tree

11 files changed

+911
-262
lines changed

11 files changed

+911
-262
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ Following options are enabled:
182182
- The `-p no:warnings` option will suppress and allow warnings.
183183

184184
```sh
185-
pip install pytest pytest-repeat # for repeated fuzzy tests
186-
pytest # if you trust the default settings
187-
pytest python/scripts/ -s -x -p no:warnings # to overwrite the default settings
185+
uv pip install pytest pytest-repeat numpy # for repeated fuzzy tests
186+
python -m pytest # if you trust the default settings
187+
python -m pytest python/scripts/ -s -x -p no:warnings # to overwrite the default settings
188188
```
189189

190190
Linting:
@@ -285,6 +285,7 @@ The compilation settings are controlled by the `build.rs` and are independent fr
285285

286286
```sh
287287
cargo test -p usearch -- --nocapture --test-threads=1
288+
cargo clippy --all-targets --all-features
288289
```
289290

290291
Publishing the crate is a bit more complicated than normally.

0 commit comments

Comments
 (0)