|
| 1 | +# 2021-07-20 [ 1.9.0 ]: |
| 2 | +-------------------------- |
| 3 | +* bugfixes |
| 4 | + - Fixed scenarios where n_chunks == 0 in _get_array_ranges and fixed empty input array edge case |
| 5 | +* features |
| 6 | + - Added `normalize` to `core.mass` |
| 7 | + - Added motif discovery (`stumpy.motifs` and `stumpy.match`) |
| 8 | + - Added snippets for identifying regimes (`stumpy.snippets`) |
| 9 | + - Added pan matrix profile (`stumpy.stimp`, `stumpy.stimped`, `stumpy.gpu_stimp`) |
| 10 | + - Added `excl_zone` parameter to config.py (`config.STUMPY_EXCL_ZONE_DENOM`) |
| 11 | +* tasks |
| 12 | + - Aggregate or Refactor Dask Unit Tests |
| 13 | + - Added script for testing latest Numba release candidate |
| 14 | + - Converted bash scripts to [[ ... ]] construct |
| 15 | + - Updated Python class declaration |
| 16 | + - Updated to RTD to PyData Sphinx Theme |
| 17 | + - Updated conda installation environment |
| 18 | + - Refactored test files and added check to ensure that naive implementations always come ahead of tests |
| 19 | +* documentation |
| 20 | + - Corrected binder badges to point to "main" |
| 21 | + - Updated tutorial to discover motif/discord indices |
| 22 | + - Added missing docstrings and fixed minor typos |
| 23 | + - Added missing logo file and favicon to _static directory |
| 24 | + - Updated source installation instructions |
| 25 | + - Added instructions for Apple M1 chip |
| 26 | + - Updated Contributor guide |
| 27 | + - Added include/discords tutorial example to subspace |
| 28 | + - Added bonus content on interpreting the columns of a matrix profile |
| 29 | + - Added syntax highlighting to tutorials |
| 30 | + - Replaced matplotlib params with style file |
| 31 | + - Added Annotation Vectors Tutorial |
| 32 | + - Added Binder links to top of tutorials |
| 33 | + - Added introduction to Snippets Tutorial |
| 34 | + |
| 35 | + |
1 | 36 | # 2021-02-04 [ 1.8.0 ]:
|
2 | 37 | --------------------------
|
3 | 38 | * bugfixes
|
|
0 commit comments