https://github.com/stur86/rational-functions

A Python package providing a powerful and numerically accurate rational function implementation

https://github.com/stur86/rational-functions

Science Score: 26.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
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary

Keywords

algorithms mathematics numpy rational-functions
Last synced: 6 months ago · JSON representation

Repository

A Python package providing a powerful and numerically accurate rational function implementation

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Topics
algorithms mathematics numpy rational-functions
Created 11 months ago · Last pushed 10 months ago
Metadata Files
Readme License

README.md

rational-functions

A Numpy-based Python package for the manipulation of rational functions.

Installation

Install with:

bash pip install rational-functions

Usage

Import the main RationalFunction class directly from the package:

py from rational_functions import RationalFunction

For more information see the documentation.

Development

Contributions are welcome! Please fork the repository and send a PR for any suggested improvements or fixes.

The package uses UV as its package manager, refer to their documentation for details about usage.

After having the environment set up I recommend using the pre-commit hooks:

bash pre-commit install

You can also use Ruff and Black to clean up your code by using uv run task lint and uv run task format.

Owner

  • Name: Simone Sturniolo
  • Login: stur86
  • Kind: user

GitHub Events

Total
  • Release event: 2
  • Delete event: 1
  • Public event: 1
  • Push event: 19
  • Pull request event: 2
  • Create event: 4
Last Year
  • Release event: 2
  • Delete event: 1
  • Public event: 1
  • Push event: 19
  • Pull request event: 2
  • Create event: 4

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 91
  • Total Committers: 1
  • Avg Commits per committer: 91.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 91
  • Committers: 1
  • Avg Commits per committer: 91.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Simone Sturniolo s****o@g****m 91

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 13 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
pypi.org: rational-functions

A Python library for working with rational functions.

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 13 Last month
Rankings
Dependent packages count: 9.3%
Forks count: 31.5%
Average: 33.6%
Stargazers count: 41.4%
Dependent repos count: 52.2%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/deploy-docs.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v5 composite
  • actions/deploy-pages v4 composite
  • actions/upload-pages-artifact v3 composite
  • astral-sh/setup-uv v5 composite
.github/workflows/python-package.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v3 composite
  • astral-sh/setup-uv v5 composite
.github/workflows/python-publish.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • astral-sh/setup-uv v5 composite
  • pypa/gh-action-pypi-publish release/v1 composite
pyproject.toml pypi
  • numpy >=2.2.4
uv.lock pypi
  • 102 dependencies