Sean M. Law
Sean M. Law
Hello @nneonneo, would it be possible to add an [unsigned right shift operator](https://www.baeldung.com/java-bitwise-operators#3unsigned-right-shift-gtgtgt)? `>>>` to the set of existing bit shifting operations? Thank you for your consideration!
Matrix profiles that are generated from functions like `stump` returns a 4 column output (or more for kNN) that represents the matrix profile, the nearest neighbor index, the left index,...
See #966 - [x] Update docstrings (to add attributes) - [x] Add unit tests - [ ] Update tutorials # Pull Request Checklist Below is a simple checklist but please...
Currently, `min.py` finds and returns the minimum `python`, `numba`, `numpy`, and `scipy` versions that are compatible with the minimum supported `python` (i.e., NOT end-of-life). This is super handy but we...
Possible things to update: - [ ] Replace `setup.sh` with `setup.sh ci` - [ ] Replace `black .` with `black --exclude=".*\.ipynb" ./`
We are leveraging Numba in the STUMPY package and @mexxexx and I are seeing a significant difference in performance when sorting a NumPy array. The original profiling can be found...
See #772 # Pull Request Checklist Below is a simple checklist but please do not hesitate to ask for assistance! - [x] Fork, clone, and checkout the newest version of...
Each time I fork the main repo and make a branch, I forget how to pull in changes from main into my local development branch. It would be good to...
STUMPI `.update()` is reasonably fast but @NimaSarajpoor [was able to speed it even more](https://github.com/TDAmeritrade/stumpy/discussions/924#discussioncomment-9901868)! We should take a closer look and see if there is further refactoring/enhancement that could be...
Currently, the docstring found in the STUMPY API page uses single backticks to denote inline code (e.g., \`m\`). However, this is incorrect and should be changed to double backticks so...