pyslipper

P-splines for spectral density estimation

https://github.com/avivajpeyi/pyslipper

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.6%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

P-splines for spectral density estimation

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 3
  • Releases: 0
Created about 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing Citation

README.md

Slipper

pypi python Build Status Coverage Status

A python package to fit data with P-splines.

This implementation is built off Patricio Maturana-Russel (@pmat747)'s P-spline PSD https://github.com/pmat747/psplinePsd

Developer setup

pip install -e .[dev] pre-commit install

Push to branches -- ensure the workflow passes, and then merge to main.

To make a release: bash git tag -a vX.Y.Z -m "Version X.Y.Z release: <description>" git push origin --tags

Owner

  • Name: Avi Vajpeyi
  • Login: avivajpeyi
  • Kind: user
  • Company: Monash University

Astrophysics PhD student

Citation (CITATION.cff)

cff-version: 1.2.0
title: P-Spline PSD
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Patricio
    family-names: Maturana-Russel
    email: p.maturana.russel@aut.ac.nz
  - given-names: Avi
    family-names: Vajpeyi
    email: avi.vajpeyi@auckland.ac.nz
    affiliation: >-
      Science Centre 303S, 38 Princes st,
      Auckland, 1010, New Zealand
    orcid: 'https://orcid.org/0000-0002-4146-1132'
identifiers:
  - type: url
    value: 'https://link.springer.com/article/10.1007/s00180-021-01066-7'
    description: The paper describing the method behind this work.
repository-code: 'https://github.com/avivajpeyi/pyslipper'
url: 'http://avivajpeyi.github.io/pyslipper/'
repository-artifact: 'https://pypi.org/project/pyslipper/'
abstract: >-
  Source code for the P-Spline PSD
keywords:
  - PSD
  - Splines
  - Bayesian Inference
  - MCMC
license: MIT

GitHub Events

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

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 118
  • Total Committers: 2
  • Avg Commits per committer: 59.0
  • Development Distribution Score (DDS): 0.051
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
avi a****i@g****m 112
Nazeela n****n@g****m 6

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 6
  • Total pull requests: 12
  • Average time to close issues: 7 days
  • Average time to close pull requests: 8 days
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 1.67
  • Average comments per pull request: 0.17
  • Merged pull requests: 10
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • avivajpeyi (4)
Pull Request Authors
  • avivajpeyi (8)
  • pre-commit-ci[bot] (2)
  • NazeelaAimen (2)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 9 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
pypi.org: pyslipper

Fit your data with P-Splines!

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 9 Last month
Rankings
Stargazers count: 0.4%
Forks count: 0.6%
Dependent packages count: 9.1%
Average: 19.6%
Dependent repos count: 68.3%
Maintainers (1)
Funding
  • https://donate.pypi.org
Last synced: 8 months ago

Dependencies

.github/workflows/dev.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • codecov/codecov-action v2 composite
.github/workflows/docs.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v2 composite
  • peaceiris/actions-gh-pages v3.9.3 composite
.github/workflows/release.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • pypa/gh-action-pypi-publish master composite
docs/requirements.txt pypi
  • jupyter-book *
  • matplotlib *
  • numpy *
pyproject.toml pypi
  • arviz *
  • bilby *
  • imageio *
  • loguru *
  • matplotlib *
  • pygifsicle *
  • scikit-fda *
  • spectral *
  • statsmodels *