File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ VERSION HISTORY
33This file records version-to-version changes in the VIS Framework. The most recent versions are at
44the top of the file.
55
6+ * 3.0.3:
7+ -Removes LilyPond Indexer and Experimenters and outputlilypond module.
8+ -Re-enables Dendrogram Experimenter if optional requirements are installed.
9+ -Adds convenience method for executing dendrogram experimenter.
10+ -Adds measure_index() method to multi-index with measure positions.
11+ -Documentation updates.
12+
613* 3.0.2:
714 -Update indexer documentation examples for VIS 3 syntax.
815 -Re-enable tests that check connectivity requirements but don't actually access ELVIS Database.
Original file line number Diff line number Diff line change 11_MAJOR = 3
22_MINOR = 0
3- _PATCH = 2
3+ _PATCH = 3
44__version__ = '{}.{}.{}' .format (_MAJOR , _MINOR , _PATCH )
You can’t perform that action at this time.
0 commit comments