- Added `tokenize_outputs` parameter to `generate`, `analyze`, and `apply` that outputs lists of symbols (rather than concatenated strings)
1.0.4
- Fixed bug with rewrite rules when the context contains unknown symbols
1.0.3
- Added descriptive warning when Graphviz is not installed
1.0.2
- Added function to visualize Context-Free Grammars - Added Conda release
1.0.1
- Removed outdated graphviz requirement. Now, any new version of graphviz will work. If you run into errors, try upgrading graphviz to the latest version. - Added `render` method for saving FSTs to image files.