|
| 1 | +# 2024-07-08 [ 1.13.0 ]: |
| 2 | +--------------------------- |
| 3 | +* bugfixes |
| 4 | + - Fixed Ostinato overwriting original time series |
| 5 | +* features |
| 6 | + - Added Ray support |
| 7 | + - Added `numpy` 2.0 support |
| 8 | + - Added named attributes to matrix profile array |
| 9 | + - Added Python 3.12 support |
| 10 | + - Migrated setup.py, setuptools to pyproject.toml |
| 11 | +* tasks |
| 12 | + - Added version mismatch checker |
| 13 | + - Added `copy` param to `preprocess`-related functions |
| 14 | + - Disabled bokeh dashboard in dask |
| 15 | + - Added `numba` channel to environment.yml |
| 16 | + - Replace `np.INF` with `-np.infg` |
| 17 | + - Fixed inability to import packages in tutorials |
| 18 | + - Added matplotlib to RTD requirements |
| 19 | + - Removed unnecessary comments in code |
| 20 | + - Added `tests/__pycache__` to `clean_up` process |
| 21 | + - Added option to display current dev environment in `test.sh` |
| 22 | + - Added keyword `test.sh` to only execute `gpu` containing tests |
| 23 | + - Added "upgrade pip" to Github Actions workflow |
| 24 | + - Removed Twitter and Zenodo badges, added NumFOCUS badge |
| 25 | + - Added Github Discussions link |
| 26 | + - Updated codecove version for Github Actions |
| 27 | + - Removed `pkg_resources` as a dependency |
| 28 | + - Added codeowners file |
| 29 | +* documentation |
| 30 | + - Improved syntax highlighting |
| 31 | + - Updated class docstrings |
| 32 | + - Removed napoleon extension |
| 33 | + - Switched to Myst |
| 34 | + - Relocated notebooks/tutorials |
| 35 | + - Fixed named attributes being displayed incorrectly |
| 36 | + - Fixed typos |
| 37 | + |
| 38 | + |
1 | 39 | # 2023-08-20 [ 1.12.0 ]:
|
2 | 40 | ---------------------------
|
3 | 41 | * bugfixes
|
|
0 commit comments