-
Notifications
You must be signed in to change notification settings - Fork 348
add isconstant param to mstump #871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
seanlaw
merged 31 commits into
stumpy-dev:main
from
NimaSarajpoor:add_isconstant_mstump
Jul 11, 2023
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
ad32d18
add isconstant param to naive mstump and relevant naive functions
NimaSarajpoor ae53ba3
rename param and add support if it is callable object
NimaSarajpoor a57bd4b
Merge branch 'main' into add_isconstant_mstump
NimaSarajpoor cb3d6b5
add test function for param isconstant, expecting error
NimaSarajpoor 02193c9
revise naive function to support only numpy.ndarray or callable funct…
NimaSarajpoor a402757
add param to performant multi_mass and fix issues
NimaSarajpoor 6a53d77
add test function for multi_distance_profile, expecting error
NimaSarajpoor 54a5f90
add param isconstant to private func and fix issues
NimaSarajpoor 61452e6
fix decorator
NimaSarajpoor e282b85
update mstumped
NimaSarajpoor ee29291
add new test functions, and revise naive function
NimaSarajpoor 0362800
add new test function for mstump with param isconstant, expecting error
NimaSarajpoor 7491893
add param to performant mstump and fix issues
NimaSarajpoor 983096e
preprocessT in the beginning to ensure the input becomes np.ndarray e…
NimaSarajpoor a872568
minor changes
NimaSarajpoor c8a9293
add param isconstant to subpace and mdl
NimaSarajpoor 5849ecb
fix minor bug
NimaSarajpoor 16fbc95
fix decorator
NimaSarajpoor b85cd8c
remove trailing colon
NimaSarajpoor 40b87da
replace reshape with expand_dims to improve readability
NimaSarajpoor 124b002
minor changes
NimaSarajpoor 10b9fce
add test for isconstant support in mstumped, expecting error
NimaSarajpoor 77445e4
add support for isconstant, fixed error
NimaSarajpoor be62488
add missing param p for p-norm support
NimaSarajpoor 8e4456d
improve docstrings
NimaSarajpoor 451d2af
re-order elements of a list for sake of readability
NimaSarajpoor 4e0bd04
Merge branch 'main' into add_isconstant_mstump
NimaSarajpoor e85e654
Refactor
NimaSarajpoor c768c39
fix docstring
NimaSarajpoor 4647931
fix docstring
NimaSarajpoor 767b5e8
use numpy.expand_dims instead of reshape(-1, 1) to improve readability
NimaSarajpoor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.