| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
* Add isort to pre-commit
* Run isort on all python files (except __init__.py ones)
|
| | |
|
| |
|
|
|
| |
* added example on moral graph
* added raise networkxnotimplemented
|
| |
|
|
|
|
|
| |
* Setup for numpydoc.
* Add to doc requirements.
* Replace napoleon with numpydoc in conf.py.
* DOC: Fixups from numpydoc.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
The copyright and author stuff is not necessary, out-of-date,
and inconsistent. It takes up visual space and is a pain to
police everyone doing the same thing on the top of the module.
Git handles authorship in a comprehensive and authoritative way.
The LICENSE.txt file applies to all project code.
|
| | |
|
| | |
|
|
|
* Create moral package and moralize function.
* Removal of main and adjust of documentation.
* Test to validate moralization.
* Documentation of init of package moral.
* Move files to algorithm and tests instead of package moral
* Rst file for moral algorithm
* list moral in the index
* rename function from get_moral_graph to moral_graph
* simplify and fasten code through pred.values
|