-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increment version for bugfix release
- Loading branch information
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog for `svgling` | ||
|
||
## [0.1.2] - First real release - 2018-11-7 | ||
|
||
- Support for basic tree drawing with lists and `nltk.tree.Tree` objects. | ||
|
||
## [0.1.3] Bugfix release - 2018-11-8 | ||
|
||
- Fix for non-leaf nodes that are larger than the leaf nodes they dominate. | ||
- More flexible arguments to `draw_tree` (will accept the top node + children | ||
via variable arguments, rather than a list/tuple as the first argument.) | ||
- Documentation improvements. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters