-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ deps: update argminmax to 0.6.1 (#57)
* ⬆️ deps: update argminmax to 0.6.1 * ♻️ refactor: use rust slices in searchsorted.rs * ♻️ refactor: use slices in m4 generic * ♻️ tests: fix m4 refactor * ♻️ tests: refactor lttb to slices * ♻️ tests: refactor minmax to slices * ♻️ tests: refactor minmaxlttb to slices * 🎨 chore: cleanup code * 🐛 fix: fix rust to python bindings * 🎨 chore: remove unused variable * 🐛 fix: fix benchmark code * 🔥 chore: remove Average implementation for ndarray structs * ⏪️ chore: revert changes * ♻️ refactor: remove last dependencies of ndarray * ➖ deps: remove ndarray dependencies * 🧹 remove unnecessary f16 import * 🎨 chore: remove useless trait bounds * ♻️ refactor: clean up m4 code * 🏗️ fix: update lib to reflect m4 file changes * ♻️ refactor: clean up minmax code * 🏗️ fix: update lib to reflect minmax file changes * ♻️ refactor: add new minmax file * ✅ tests: fix benchmarks * ✅ tests: fix benchmarks for minmax * ♻️ refactor: refactor minmaxlttb files * 🏗️ refactor: update lib to reflect changes to minmaxlttb files * ✅ tests: fix benchmarks for minmaxlttb * 🏗️ refactor: refactor lttb files * 🏗<fe0f> refactor: update lib to reflect changes to lttb files * 🐛 fix: rename minmaxlttb mod name * ✅ tests: fix test_rust_mods * 🐛 fix: use new rust modules in python code * 🖊️ code review --------- Co-authored-by: Jeroen Van Der Donckt <boebievdd@gmail.com>
- Loading branch information
1 parent
b70f614
commit 0359eba
Showing
29 changed files
with
1,437 additions
and
2,429 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.