• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Qiskit / retworkx / 554
97%

Build:
DEFAULT BRANCH: master
Ran 26 Jun 2020 11:41AM UTC
Jobs 1
Files 5
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Jun 2020 11:38AM UTC coverage: 85.121%. Remained the same
554

push

travis-ci-com

web-flow
Rename PyDAG to PyDiGraph and reorganize modules (#88)

* Rename PyDAG to PyDigraph and reoganize modules

This commit makes 2 changes, the first is that the rust class PyDAG is
renamed to be PyDiGraph. This makes it more clear that the class can be
used for any directed graph, not just a DAG. The PyDAG class is then
added as a subclass without any changes on the python side of the
module. This will enable a seamless transition for current users where
the only class exposed is PyDAG. Additionally, it will let users
differentiate between a PyDAG and PyDiGraph. Idealling we would want to
only have the cycle checking options exposed for the PyDAG class, but
there isn't any harm if PyDiGraph has it too.

Corresponding with this change the class code for PyDiGraph was moved
to a separate module to make it easier to follow. After this commit
lib.rs only contains the algorithms code and the module configuration.
This makes it easier to follow as lib.rs has been growing as new
algorithms are added.

Fixes #20

* Rename unreleased dag* functions

* Add kwarg keyword to constructor docs

* Update docs/source/api.rst

Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>

* Update doc types from rebase

* Update tests to use renamed functions from rebase

Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>

394 of 394 new or added lines in 3 files covered. (100.0%)

1230 of 1445 relevant lines covered (85.12%)

1435.91 hits per line

Jobs
ID Job ID Ran Files Coverage
3 554.3 26 Jun 2020 11:41AM UTC 0
85.12
Travis Job 554.3
Source Files on build 554
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #554
  • 55176a35 on github
  • Prev Build on master (#550)
  • Next Build on master (#561)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc