-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
Pysle 4.0.1
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
These are development notes for myself | ||
|
||
## Documentation | ||
|
||
Documentation is generated with the following command: | ||
`pdoc pysle -d google -o docs` | ||
|
||
A live version can be seen with | ||
`pdoc pysle -d google` | ||
|
||
pdoc will read from pysle, as installed on the computer, so you may need to run `pip install .` if you want to generate documentation from a locally edited version of pysle. | ||
|
||
## Tests | ||
|
||
Tests are run with | ||
|
||
`pytest --cov=pysle tests/` | ||
|
||
## Release | ||
|
||
Releases are built and deployed with: | ||
|
||
`python setup.py bdist_wheel sdist` | ||
|
||
`twine upload dist/*` | ||
|
||
Don't forget to tag the release. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
This guide outlines steps to upgrading between versions. | ||
|
||
For more information about the most recent version of Pysle, please see the documentation linked in the README file. | ||
|
||
If you are having difficulty upgrading, please don't hesistate to open an issue or contact me. | ||
|
||
# Table of contents | ||
1. [Version 3 to 4](#version-3-to-4-migration) | ||
|
||
## Version 3 to 4 Migration | ||
|
||
The iterface to isle dictionaries, praattools, and pronunciationtools haven't changed so | ||
much except for a bit of renaming. | ||
|
||
The expected return types have completely changed however--shifting to datatypes now defined | ||
in `phonetics.py`. | ||
|
||
Looking over changes to the example files may help show the changes that need to be made | ||
to get the same results. |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.