|
12 | 12 | :target: https://pepy.tech/project/stumpy |
13 | 13 | :alt: PyPI Downloads |
14 | 14 | .. |License| image:: https://img.shields.io/pypi/l/stumpy.svg |
15 | | - :target: https://github.com/stumpy-dev/stumpy/blob/master/LICENSE.txt |
| 15 | + :target: https://github.com/stumpy-dev/stumpy/blob/main/LICENSE.txt |
16 | 16 | :alt: License |
17 | 17 | .. |Test Status| image:: https://github.com/stumpy-dev/stumpy/workflows/Tests/badge.svg |
18 | 18 | :target: https://github.com/stumpy-dev/stumpy/actions?query=workflow%3ATests+branch%3Amain |
19 | 19 | :alt: Test Status |
20 | | -.. |Code Coverage| image:: https://codecov.io/gh/stumpy-dev/stumpy/branch/master/graph/badge.svg |
| 20 | +.. |Code Coverage| image:: https://codecov.io/gh/stumpy-dev/stumpy/branch/main/graph/badge.svg |
21 | 21 | :target: https://codecov.io/gh/stumpy-dev/stumpy |
22 | 22 | :alt: Code Coverage |
23 | 23 | .. |RTD Status| image:: https://readthedocs.org/projects/stumpy/badge/?version=latest |
|
41 | 41 |
|
42 | 42 | | |
43 | 43 |
|
44 | | -.. image:: https://raw.githubusercontent.com/stumpy-dev/stumpy/master/docs/images/stumpy_logo_small.png |
| 44 | +.. image:: https://raw.githubusercontent.com/stumpy-dev/stumpy/main/docs/images/stumpy_logo_small.png |
45 | 45 | :target: https://github.com/stumpy-dev/stumpy |
46 | 46 | :alt: STUMPY Logo |
47 | 47 |
|
@@ -227,7 +227,7 @@ Performance |
227 | 227 |
|
228 | 228 | We tested the performance of computing the exact matrix profile using the Numba JIT compiled version of the code on randomly generated time series data with various lengths (i.e., ``np.random.rand(n)``) along with different `CPU and GPU hardware resources <hardware_>`_. |
229 | 229 |
|
230 | | -.. image:: https://raw.githubusercontent.com/stumpy-dev/stumpy/master/docs/images/performance.png |
| 230 | +.. image:: https://raw.githubusercontent.com/stumpy-dev/stumpy/main/docs/images/performance.png |
231 | 231 | :alt: STUMPY Performance Plot |
232 | 232 |
|
233 | 233 | The raw results are displayed in the table below as Hours:Minutes:Seconds.Milliseconds and with a constant window size of `m = 50`. Note that these reported runtimes include the time that it takes to move the data from the host to all of the GPU device(s). You may need to scroll to the right side of the table in order to see all of the runtimes. |
@@ -334,7 +334,7 @@ First, please check the `discussions <https://github.com/stumpy-dev/stumpy/discu |
334 | 334 | Contributing |
335 | 335 | ------------ |
336 | 336 |
|
337 | | -We welcome `contributions <https://github.com/stumpy-dev/stumpy/blob/master/CONTRIBUTING.md>`__ in any form! Assistance with documentation, particularly expanding tutorials, is always welcome. To contribute please `fork the project <https://github.com/stumpy-dev/stumpy/fork>`__, make your changes, and submit a pull request. We will do our best to work through any issues with you and get your code merged into the main branch. |
| 337 | +We welcome `contributions <https://github.com/stumpy-dev/stumpy/blob/main/CONTRIBUTING.md>`__ in any form! Assistance with documentation, particularly expanding tutorials, is always welcome. To contribute please `fork the project <https://github.com/stumpy-dev/stumpy/fork>`__, make your changes, and submit a pull request. We will do our best to work through any issues with you and get your code merged into the main branch. |
338 | 338 |
|
339 | 339 | ------ |
340 | 340 | Citing |
|
0 commit comments