Skip to content

Commit

Permalink
Move 'delphin' commands to API-accessible module
Browse files Browse the repository at this point in the history
Resolves #140
  • Loading branch information
goodmami committed Sep 27, 2018
1 parent 5ec36d6 commit 1c07c17
Show file tree
Hide file tree
Showing 9 changed files with 1,004 additions and 461 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matrix:
- python: "3.6"
env: TOXENV=py36
install:
- pip install -q 'setuptools>=36.0.1' 'pytest>=2.8.0' 'tox>=3.3.0'
- pip install -q 'setuptools>=36.0.1' 'pytest>=3.6.0' 'tox>=3.3.0'
- python setup.py -q install
script: tox

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ these changes are prefixed with "**BREAKING**"

* `delphin.tdl.parse()` now accepts a filename argument and returns a properly
functioning generator (#104)
* `delphin.itsdb` works better with gzipped tables with Python 2
* `delphin.mrs.penman` no longer calls `Eds.from_xmrs(x)` when `x` is an `Eds`

### Added

Expand Down Expand Up @@ -44,6 +46,8 @@ these changes are prefixed with "**BREAKING**"
* `delphin.exceptions.TdlWarning` for notifications about deprecated TDL
syntaxes
* `delphin.util.LookaheadIterator` for parsing with arbitrary lookahead
* `delphin.commands` module to contain logic for `delphin` commands (#140)
* `tests/commands_test.py` to test invocation of commands (but not results)

### Changed

Expand Down
Loading

0 comments on commit 1c07c17

Please sign in to comment.