File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ API relevant changes:
34
34
* Refactored the `ml.rnn ` to `ml.nn ` and converted the models to pickles (#110)
35
35
* Reordered the dimensions of comb_filters to time, freq, tau (#135)
36
36
* `write_notes ` uses `delimiter ` instead of `sep ` to separate columns (#155)
37
- * `LSTMLayer ` takes `Gate`s as arguments, all layers are callable (#161)
37
+ * `LSTMLayer ` takes `Gate ` as arguments, all layers are callable (#161)
38
38
* Replaced `online ` parameter of `FramedSignalProcessor ` by `origin ` (#169)
39
39
40
40
Other changes:
Original file line number Diff line number Diff line change 36
36
# define the models to be included in the PyPI package
37
37
package_data = ['models/LICENSE' ,
38
38
'models/README.rst' ,
39
- 'models/beats/* /*' ,
39
+ 'models/beats/2015 /*' ,
40
40
'models/chords/*/*' ,
41
41
'models/chroma/*/*' ,
42
42
'models/downbeats/*/*' ,
You can’t perform that action at this time.
0 commit comments