Skip to content

Commit ddbe4a8

Browse files
Version 3.0.3
Update version history and __init__.py
1 parent c87282d commit ddbe4a8

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

VERSION_HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ VERSION HISTORY
33
This file records version-to-version changes in the VIS Framework. The most recent versions are at
44
the 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.

vis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
_MAJOR = 3
22
_MINOR = 0
3-
_PATCH = 2
3+
_PATCH = 3
44
__version__ = '{}.{}.{}'.format(_MAJOR, _MINOR, _PATCH)

0 commit comments

Comments
 (0)