FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for stumpy/gpu_aamp.py - stumpy-dev/stumpy · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
stumpy-dev
/
stumpy
Public
Notifications
You must be signed in to change notification settings
Fork
367
Star
4.1k
Code
Issues
67
Pull requests
12
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
stumpy
stumpy
gpu_aamp.py
on
main
User selector
Datepicker
Commit history
Commits on Jul 22, 2026
Added clean up to clear GPU memory to avoid leaks
seanlaw
committed
18e7748
View commit details
Copy full SHA for 18e7748
View code at this point
Browse repository at this point
Commits on Jan 1, 2026
Fixed #930 Improve `ignore_trivial` Docstring and Warnings (#1110)
Show description for 33ca9dd
seanlaw
authored
33ca9dd
View commit details
Copy full SHA for 33ca9dd
View code at this point
Browse repository at this point
Commits on Apr 6, 2025
Fixed #1077 Add extra check for window size (#1078)
Show description for d5e7607
NimaSarajpoor
authored
d5e7607
View commit details
Copy full SHA for d5e7607
View code at this point
Browse repository at this point
Commits on Jun 8, 2024
Fixed #966 Add Named Attributes to Matrix Profile (#972)
Show description for 31111f8
seanlaw
and
NimaSarajpoor
authored
31111f8
View commit details
Copy full SHA for 31111f8
View code at this point
Browse repository at this point
Commits on Jul 28, 2023
Fixed #769 Improved code consistency for T_A and T_B (#889)
Show description for 1ddb950
NimaSarajpoor
authored
1ddb950
View commit details
Copy full SHA for 1ddb950
View code at this point
Browse repository at this point
Commits on May 30, 2023
Fixed #818 Added Minkowski docstring for Euclidean distance
seanlaw
committed
2f430fd
View commit details
Copy full SHA for 2f430fd
View code at this point
Browse repository at this point
Commits on May 21, 2023
[WIP] Fixed #839 Check docstring and parameter mismatches (#840)
Show description for e3b16d3
NimaSarajpoor
and
seanlaw
authored
e3b16d3
View commit details
Copy full SHA for e3b16d3
View code at this point
Browse repository at this point
Commits on Mar 15, 2023
Added isort, resolved circular dependencies, updated examples
seanlaw
committed
8f9b194
View commit details
Copy full SHA for 8f9b194
View code at this point
Browse repository at this point
Commits on Jan 26, 2023
Fixed #591 Handle constant subseqs consistently (#765)
Show description for 76542ee
NimaSarajpoor
authored
76542ee
View commit details
Copy full SHA for 76542ee
View code at this point
Browse repository at this point
Commits on Dec 8, 2022
Added rolling_isconstant function
seanlaw
committed
d95b5ed
View commit details
Copy full SHA for d95b5ed
View code at this point
Browse repository at this point
Commits on Dec 6, 2022
Fixed #755 Send bfs_indices to correct GPU device
seanlaw
committed
74b07d4
View commit details
Copy full SHA for 74b07d4
View code at this point
Browse repository at this point
Fixed #693 Bug in `is False` by converting to bool (#754)
seanlaw
authored
5a3b954
View commit details
Copy full SHA for 5a3b954
View code at this point
Browse repository at this point
Commits on Dec 4, 2022
Fixed multiline warnings
seanlaw
committed
73622f2
View commit details
Copy full SHA for 73622f2
View code at this point
Browse repository at this point
Fixed #697 Swapped logging.warning for warnings.warn
seanlaw
committed
589984c
View commit details
Copy full SHA for 589984c
View code at this point
Browse repository at this point
Commits on Dec 3, 2022
Fixed missing parameter definitions in docstrings
seanlaw
committed
ac238b6
View commit details
Copy full SHA for ac238b6
View code at this point
Browse repository at this point
[WIP] Fixed #639 Top-K Nearest Neighbors to Matrix Profile (normalize=False) (#714)
Show description for 8da71ec
NimaSarajpoor
authored
8da71ec
View commit details
Copy full SHA for 8da71ec
View code at this point
Browse repository at this point
Commits on Nov 9, 2022
Fixed #592 Add Top-K Nearest Neighbors for Normalized Matrix Profile (#595)
Show description for e8a7dd4
NimaSarajpoor
and
seanlaw
authored
e8a7dd4
View commit details
Copy full SHA for e8a7dd4
View code at this point
Browse repository at this point
Commits on Jul 10, 2022
Added unit test for _check_P, enforce 1-D array
seanlaw
committed
2f1711a
View commit details
Copy full SHA for 2f1711a
View code at this point
Browse repository at this point
Commits on Jul 9, 2022
Fixed #624 Refactor self join (#641)
Show description for 925c3f1
SaVoAMP
authored
925c3f1
View commit details
Copy full SHA for 925c3f1
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
Updated README, docstrings, API docs
seanlaw
committed
4518008
View commit details
Copy full SHA for 4518008
View code at this point
Browse repository at this point
Commits on Feb 7, 2022
Fixed #251 Extend `aamp` algorithms to p-norm
seanlaw
committed
d3b68b4
View commit details
Copy full SHA for d3b68b4
View code at this point
Browse repository at this point
Commits on Nov 15, 2021
Converted all dtypes to np.float64/np.int64
seanlaw
committed
cf56cc0
View commit details
Copy full SHA for cf56cc0
View code at this point
Browse repository at this point
Commits on Sep 23, 2021
Added numpydoc & updated docstring to numpy.ndarray
seanlaw
committed
ae736ec
View commit details
Copy full SHA for ae736ec
View code at this point
Browse repository at this point
Commits on May 3, 2021
Added STIMP prototype, config.STUMPY_EXCL_ZONE_DENOM
seanlaw
committed
10b2672
View commit details
Copy full SHA for 10b2672
View code at this point
Browse repository at this point
Commits on Jan 17, 2021
Fixed #316 Add Maximum Window Size
seanlaw
committed
0acad54
View commit details
Copy full SHA for 0acad54
View code at this point
Browse repository at this point
Commits on Dec 6, 2020
Updated docstrings with default values
seanlaw
committed
bac3a7f
View commit details
Copy full SHA for bac3a7f
View code at this point
Browse repository at this point
Commits on Oct 3, 2020
Fixed #258 Correct AB-Join Definition
seanlaw
committed
0df20d1
View commit details
Copy full SHA for 0df20d1
View code at this point
Browse repository at this point
Commits on Aug 31, 2020
Fixed #227 Warn users that inputs must be float
seanlaw
committed
231ccb1
View commit details
Copy full SHA for 231ccb1
View code at this point
Browse repository at this point
Commits on Aug 24, 2020
Updated API and docstrings for `gpu_aamp`
seanlaw
committed
3984add
View commit details
Copy full SHA for 3984add
View code at this point
Browse repository at this point
Fixed #232 Added `gpu_aamp`
seanlaw
committed
572a682
View commit details
Copy full SHA for 572a682
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL