You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is just a collection of small tasks that can improve packaging (in a broad sense) for v1.0.0. The general goal is to simplify the project (fewer/simpler files relating to integrations) and use standard tools (already using TravisCI and ReadTheDocs... Maybe use codecov.io?).
Pin several versions of documentation at ReadTheDocs: v0.9.2, v1.0.0
Release v1.0.0 as delphin on PyPI (see Change delphin namespace to pydelphin? #182) Until there's a reason to separate a delphin base package from PyDelphin, there seems to be little need to upload to the delphin project on PyPI.
The text was updated successfully, but these errors were encountered:
This issue is just a collection of small tasks that can improve packaging (in a broad sense) for v1.0.0. The general goal is to simplify the project (fewer/simpler files relating to integrations) and use standard tools (already using TravisCI and ReadTheDocs... Maybe use codecov.io?).
.travis.tml
tox.ini
Add code coverage (codecov.io or coverage-badge)Pass on this for now; theCONTRIBUTING.md
file explains how to get test coverageGit annotated tags (see Look into git annotated tags for future releases #158)Also pass for now; there's no obvious need at this timedelphin
anddelphin.codecs
namespace packages (see Make delphin a namespace package #222; but distribute all together for now)Release v1.0.0 asUntil there's a reason to separate adelphin
on PyPI (see Changedelphin
namespace topydelphin
? #182)delphin
base package from PyDelphin, there seems to be little need to upload to thedelphin
project on PyPI.The text was updated successfully, but these errors were encountered: