Skip to content

Commit 9a101e2

Browse files
author
Sebastian Böck
committed
fix .rst compatibility; do not pack old models
1 parent 95af048 commit 9a101e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ API relevant changes:
3434
* Refactored the `ml.rnn` to `ml.nn` and converted the models to pickles (#110)
3535
* Reordered the dimensions of comb_filters to time, freq, tau (#135)
3636
* `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)
3838
* Replaced `online` parameter of `FramedSignalProcessor` by `origin` (#169)
3939

4040
Other changes:

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# define the models to be included in the PyPI package
3737
package_data = ['models/LICENSE',
3838
'models/README.rst',
39-
'models/beats/*/*',
39+
'models/beats/2015/*',
4040
'models/chords/*/*',
4141
'models/chroma/*/*',
4242
'models/downbeats/*/*',

0 commit comments

Comments
 (0)