caliper

Caliper is a tool for measuring and assessing change in packages.

https://github.com/vsoch/caliper

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
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.7%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Caliper is a tool for measuring and assessing change in packages.

Basic Info
Statistics
  • Stars: 5
  • Watchers: 2
  • Forks: 3
  • Open Issues: 7
  • Releases: 1
Created over 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog Funding License

README.md

docs/assets/img/caliper-logo-sketch.png

PyPI version Documentation Status DOI

Caliper is a tool for measuring and assessing change in packages.

docs/assets/img/spack-changes.png

See the documentation for getting started.

TODO

  • write tests to discover and test all metrics (type, name, etc.)
  • think of common functions to run metric
  • create visualization of grid of errors / scripts, and mouesover to see codes (server rendered)
  • stats: try to estimate types of codes (e.g., error name)

Analysis Ideas

  1. Start with a bunch of unit tests for a library (or example scripts) and build a model that can predict success (return code 0) vs fail (any other code) based on the scripts (tokens is a simple idea). Then given a new script without declared versions, predict which will work.
  2. (A slightly different project) - given a set of known "optimal" containers for a library like tensorflow, parse dependencies, versions, and library versions, run across same set of unit tests / example scripts, and try to say which combos (architecture and dependencies) works for different kinds of scripts.

License

  • Free software: MPL 2.0 License

Owner

  • Name: Vanessasaurus
  • Login: vsoch
  • Kind: user

I'm the Vanessasaurus!

GitHub Events

Total
  • Delete event: 1
  • Push event: 2
  • Pull request event: 2
  • Create event: 1
Last Year
  • Delete event: 1
  • Push event: 2
  • Pull request event: 2
  • Create event: 1

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 28
  • Total Committers: 1
  • Avg Commits per committer: 28.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Vanessasaurus 8****h 28

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 14
  • Total pull requests: 27
  • Average time to close issues: 3 days
  • Average time to close pull requests: about 21 hours
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 0.57
  • Average comments per pull request: 0.15
  • Merged pull requests: 23
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 8 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • vsoch (14)
Pull Request Authors
  • vsoch (26)
  • wolfv (1)
  • TrellixVulnTeam (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 268 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 13
  • Total maintainers: 1
pypi.org: caliper

Caliper is a tool for measuring and assessing change in packages.

  • Versions: 13
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 268 Last month
Rankings
Dependent packages count: 10.0%
Forks count: 16.9%
Average: 19.6%
Stargazers count: 21.5%
Dependent repos count: 21.7%
Downloads: 27.9%
Maintainers (1)
Last synced: 11 months ago

Dependencies

docs/requirements.txt pypi
  • appdirs *
  • configargparse *
  • docutils ==0.12
  • recommonmark *
  • sphinx *
  • sphinx-argparse *
  • sphinx_rtd_theme *
  • sphinxcontrib-napoleon *
.github/workflows/main.yml actions
  • actions/checkout v2 composite
examples/analyze/Dockerfile docker
  • {{ latest build
tests/data/analyze/Dockerfile docker
  • {{ latest build
.github/dev-requirements.txt pypi
  • black ==23.3.0 development
  • flake8 * development
  • isort * development
  • pre-commit * development
pyproject.toml pypi
setup.py pypi