Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
4 of 9 committers (44.4%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.9%) to scientific vocabulary
Keywords from Contributors
closember
gtk
qt
tk
wx
complex-networks
graph-algorithms
graph-analysis
graph-generation
graph-theory
Last synced: 11 months ago
·
JSON representation
Repository
permutation tests and confidence sets
Basic Info
- Host: GitHub
- Owner: statlab
- License: bsd-2-clause
- Language: Python
- Default Branch: main
- Homepage: http://statlab.github.io/permute/
- Size: 4.35 MB
Statistics
- Stars: 58
- Watchers: 8
- Forks: 44
- Open Issues: 27
- Releases: 2
Created about 12 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
License
README.rst
Permutation tests and confidence sets ===================================== |PyPI| |Build Status| |Coverage Status| Permutation tests and confidence sets for a variety of nonparametric testing and estimation problems, for a variety of randomization designs. - **Website (including documentation):** http://statlab.github.io/permute - **Mailing list:** http://groups.google.com/group/permute - **Source:** https://github.com/statlab/permute - **Bug reports:** https://github.com/statlab/permute/issues Installation from binaries -------------------------- :: $ pip install permute Installation from source ------------------------ Install dependencies using: :: $ pip install -r requirements.txt Then, install permute using: :: $ pip install . If you plan to develop the package, you may run it directly from source: :: $ pip install -e . # Do this once to add pkg to Python path License information ------------------- See the file LICENSE for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES. .. |PyPI| image:: https://img.shields.io/pypi/v/permute.svg :target: https://pypi.org/project/permute/ .. |Build Status| image:: https://github.com/statlab/permute/workflows/default/badge.svg?branch=master :target: https://github.com/statlab/permute/actions?query=workflow%3Adefault+branch%3Amaster .. |Coverage Status| image:: https://codecov.io/gh/statlab/permute/branch/master/graph/badge.svg :target: https://codecov.io/gh/statlab/permute
Owner
- Name: statlab
- Login: statlab
- Kind: organization
- Repositories: 4
- Profile: https://github.com/statlab
GitHub Events
Total
- Issues event: 1
Last Year
- Issues event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jarrod Millman | j****n@g****m | 311 |
| Kellie Ottoboni | k****o@b****u | 235 |
| Lauren Hong | l****g@b****u | 47 |
| Philip B. Stark | s****k@r****g | 26 |
| amandakglazer@gmail.com | a****a@M****l | 12 |
| Stefan van der Walt | s****v@b****u | 8 |
| amandakglazer@gmail.com | a****a@s****u | 1 |
| Matthew Brett | m****t@g****m | 1 |
| Amanda Glazer | a****r@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 19
- Total pull requests: 85
- Average time to close issues: over 1 year
- Average time to close pull requests: 3 months
- Total issue authors: 8
- Total pull request authors: 17
- Average comments per issue: 0.42
- Average comments per pull request: 0.88
- Merged pull requests: 58
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- pbstark (9)
- UdiBhaskar (2)
- kellieotto (2)
- jarrodmillman (2)
- slowkow (1)
- vferat (1)
- kauttoj (1)
- DimuthuHemachandra (1)
Pull Request Authors
- jarrodmillman (42)
- kellieotto (12)
- akglazer (8)
- pbstark (5)
- qqqube (3)
- kally99 (2)
- ShuyiJudyYang (2)
- andrea2031 (2)
- winner123 (1)
- alinxie (1)
- Claybarn (1)
- aayshahwork (1)
- stefanv (1)
- anishmuthali (1)
- pyu2020 (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 103 last-month
- Total dependent packages: 0
- Total dependent repositories: 8
- Total versions: 9
- Total maintainers: 3
pypi.org: permute
Permutation tests and confidence sets for Python
- Homepage: http://statlab.github.io/permute/
- Documentation: https://permute.readthedocs.io/
- License: BSD License
-
Latest release: 0.1dev
published almost 3 years ago
Rankings
Dependent repos count: 5.2%
Forks count: 6.0%
Stargazers count: 9.2%
Average: 9.5%
Dependent packages count: 10.0%
Downloads: 17.2%
Maintainers (3)
Last synced:
11 months ago
Dependencies
requirements/default.txt
pypi
- cryptorandom >=0.3
- numpy >=1.20
- scipy >=1.6,<1.7
requirements/doc.txt
pypi
- Sphinx >=5.1
- ghp-import *
- matplotlib *
- nb2plots >=0.6.1
- numpydoc >=1.4
- sphinx-bootstrap-theme ==0.8.1
- sphinxcontrib-bibtex *
- texext >=0.6.7
requirements/release.txt
pypi
- twine >=3.4
- wheel >=0.36
requirements/test.txt
pypi
- codecov >=2.1 test
- pytest >=6.2 test
- pytest-cov >=2.12 test
.github/workflows/circleci-artifact-redirector.yml
actions
- larsoner/circleci-artifacts-redirector-action master composite
.github/workflows/coverage.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/test.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite