|
| 1 | +# 2021-11-02 [ 1.10.0 ]: |
| 2 | +--------------------------- |
| 3 | +* bugfixes |
| 4 | + - Raise TypeError for non np.float64 input arrays |
| 5 | + - Fixed NumbaPerformanceWarning backwards compatibility |
| 6 | +* features |
| 7 | + - Converted all dtypes to np.float64/np.int64 |
| 8 | + - Added explicit NJIT function signatures |
| 9 | + - Added Python 3.9 support |
| 10 | + - Added core._idx_to_mp convenience function |
| 11 | + - Added Nan/Inf support for motifs and matches functions |
| 12 | +* tasks |
| 13 | + - Removed "in-tree" build flag for pip |
| 14 | + - Added pypi stats query for bigquery |
| 15 | + - Set explicit sphinx version for RTD |
| 16 | + - Fixed typos |
| 17 | + - Replaced direct installation via setup.py |
| 18 | + - Added numpydoc |
| 19 | + - Removed ipywidgets from requirements |
| 20 | + - Removed Azure Pipelines from CI |
| 21 | + - Used official OSI name in the license metadata, added license name in classifiers section |
| 22 | + - Added Github Citation BIB format |
| 23 | + - Fixed broken tutorial links |
| 24 | +* documentation |
| 25 | + - Fixed multi-dimensional matrix profile description |
| 26 | + - Added clear warning in discord section of MSTUMP tutorial |
| 27 | + - Added API examples to all docstrings |
| 28 | + - Updated docstrings to use numpy.ndarray |
| 29 | + - Added interactive threshold example for STIMP |
| 30 | + - Updated matplotlib style sheet to use URL for all tutorials |
| 31 | + |
| 32 | + |
1 | 33 | # 2021-07-28 [ 1.9.2 ]: |
2 | 34 | -------------------------- |
3 | 35 | * bugfixes |
4 | | - - Fixed #439 cutoff parameter not being used in motifs.py |
| 36 | + - Fixed cutoff parameter not being used in motifs.py |
5 | 37 | * features |
6 | 38 | - Unified motif discovery and pattern matching tools |
7 | 39 | * tasks |
|
0 commit comments