splines

Python package for creating interpolating splines (for position and rotation)

https://github.com/audioscenedescriptionformat/splines

Science Score: 39.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
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.7%) to scientific vocabulary

Keywords

jupyter-notebook
Last synced: 10 months ago · JSON representation

Repository

Python package for creating interpolating splines (for position and rotation)

Basic Info
  • Host: GitHub
  • Owner: AudioSceneDescriptionFormat
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage: https://splines.readthedocs.io/
  • Size: 687 KB
Statistics
  • Stars: 77
  • Watchers: 2
  • Forks: 13
  • Open Issues: 25
  • Releases: 6
Topics
jupyter-notebook
Created almost 8 years ago · Last pushed 10 months ago
Metadata Files
Readme License Zenodo

README.rst

Splines in Euclidean Space and Beyond
=====================================

... with focus on univariate, non-uniform piecewise cubic polynomial curves
in one, two and three spatial dimensions, as well as rotation splines.

Installation
    ``python -m pip install splines``

Online documentation
    https://splines.readthedocs.io/

Documentation notebooks on Binder
    https://mybinder.org/v2/gh/AudioSceneDescriptionFormat/splines/master?labpath=doc/index.ipynb

Source code repository (and issue tracker)
    https://github.com/AudioSceneDescriptionFormat/splines

DOI
    https://doi.org/10.5281/zenodo.4568902

License
    MIT -- see the file ``LICENSE`` for details.

Owner

  • Name: AudioSceneDescriptionFormat
  • Login: AudioSceneDescriptionFormat
  • Kind: organization

GitHub Events

Total
  • Watch event: 17
  • Delete event: 1
  • Issue comment event: 2
  • Push event: 7
  • Pull request event: 13
  • Fork event: 2
  • Create event: 2
Last Year
  • Watch event: 17
  • Delete event: 1
  • Issue comment event: 2
  • Push event: 7
  • Pull request event: 13
  • Fork event: 2
  • Create event: 2

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 299
  • Total Committers: 1
  • Avg Commits per committer: 299.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Matthias Geier M****r@g****m 299

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 28
  • Total pull requests: 18
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 5 days
  • Total issue authors: 6
  • Total pull request authors: 3
  • Average comments per issue: 0.75
  • Average comments per pull request: 0.28
  • Merged pull requests: 18
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 2
  • Pull requests: 5
  • Average time to close issues: 23 days
  • Average time to close pull requests: 4 days
  • Issue authors: 2
  • Pull request authors: 1
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.4
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mgeier (22)
  • stla (2)
  • yakunsjtu (1)
  • tomas2211 (1)
  • sysuyl (1)
Pull Request Authors
  • mgeier (29)
  • dependabot[bot] (4)
  • alexey-zakharenkov (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (4) github_actions (2)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 42,148 last-month
  • Total docker downloads: 458
  • Total dependent packages: 2
  • Total dependent repositories: 6
  • Total versions: 7
  • Total maintainers: 2
pypi.org: splines

Splines in Euclidean Space and Beyond

  • Versions: 7
  • Dependent Packages: 2
  • Dependent Repositories: 6
  • Downloads: 42,148 Last month
  • Docker Downloads: 458
Rankings
Downloads: 2.8%
Docker downloads count: 3.1%
Dependent packages count: 4.7%
Dependent repos count: 6.0%
Average: 6.9%
Stargazers count: 10.3%
Forks count: 14.2%
Maintainers (2)
Last synced: 10 months ago

Dependencies

.binder/requirements.txt pypi
  • NumPy *
  • SciPy *
  • SymPy *
  • matplotlib *
doc/requirements.txt pypi
  • NumPy *
  • SciPy *
  • SymPy >=1.9
  • insipid-sphinx-theme *
  • ipykernel *
  • matplotlib >=2.1
  • nbsphinx *
  • sphinx-codeautolink *
  • sphinx-last-updated-by-git *
  • sphinxcontrib-bibtex >=2.1
setup.py pypi
  • NumPy *
tests/requirements.txt pypi
  • pytest * test
.github/workflows/docs.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • dante-ev/latex-action master composite
.github/workflows/tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
pyproject.toml pypi