Skip to content

Commit

Permalink
fix .rst compatibility; do not pack old models
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Böck committed Aug 1, 2016
1 parent 95af048 commit 9a101e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ API relevant changes:
* Refactored the `ml.rnn` to `ml.nn` and converted the models to pickles (#110)
* Reordered the dimensions of comb_filters to time, freq, tau (#135)
* `write_notes` uses `delimiter` instead of `sep` to separate columns (#155)
* `LSTMLayer` takes `Gate`s as arguments, all layers are callable (#161)
* `LSTMLayer` takes `Gate` as arguments, all layers are callable (#161)
* Replaced `online` parameter of `FramedSignalProcessor` by `origin` (#169)

Other changes:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# define the models to be included in the PyPI package
package_data = ['models/LICENSE',
'models/README.rst',
'models/beats/*/*',
'models/beats/2015/*',
'models/chords/*/*',
'models/chroma/*/*',
'models/downbeats/*/*',
Expand Down

0 comments on commit 9a101e2

Please sign in to comment.