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 (5.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Ordinary differential equation solver (numeric integration)
Basic Info
- Host: GitHub
- Owner: bierschenk
- License: mit
- Language: Python
- Default Branch: master
- Size: 91.8 KB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 17
- Releases: 0
Created over 8 years ago
· Last pushed 11 months ago
Metadata Files
Readme
Changelog
License
README.rst
Readme
======
.. image:: https://img.shields.io/pypi/v/ode.svg
:target: https://pypi.python.org/pypi/ode
.. image:: https://img.shields.io/travis/bierschenk/ode.svg
:target: https://travis-ci.org/bierschenk/ode
.. image:: https://readthedocs.org/projects/ode/badge/?version=latest
:target: https://ode-solver.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
ode
---
This module provides numeric integrators for ordinary differential equations
with usage similar to matlab integrators such as ode45.
* Free software: MIT license
* Documentation: http://ode-solver.readthedocs.io/.
Integration methods:
* Euler's method
* Backward Euler method
* Verlet method:
For each integrator a generator and a standard version is included.
Owner
- Name: bierschenk
- Login: bierschenk
- Kind: user
- Repositories: 1
- Profile: https://github.com/bierschenk
GitHub Events
Total
- Delete event: 67
- Issue comment event: 72
- Push event: 68
- Pull request event: 143
- Create event: 63
Last Year
- Delete event: 67
- Issue comment event: 72
- Push event: 68
- Pull request event: 143
- Create event: 63
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| bierschenk | b****l@g****m | 46 |
| pyup-bot | g****t@p****o | 10 |
| bierschenk | b****k@~****~ | 4 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 2
- Total pull requests: 464
- Average time to close issues: 3 days
- Average time to close pull requests: about 1 month
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 1.0
- Average comments per pull request: 0.87
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 2
- Pull requests: 156
- Average time to close issues: 3 days
- Average time to close pull requests: 25 days
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 1.0
- Average comments per pull request: 0.72
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- pyup-bot (2)
Pull Request Authors
- pyup-bot (463)
- dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (1)
Packages
- Total packages: 1
-
Total downloads:
- pypi 2,169 last-month
- Total dependent packages: 0
- Total dependent repositories: 3
- Total versions: 6
- Total maintainers: 1
pypi.org: ode
Ordinary differential equation solver (numeric integration)
- Homepage: https://github.com/bierschenk/ode
- Documentation: https://ode.readthedocs.io/
- License: MIT license
-
Latest release: 0.4.0
published almost 7 years ago
Rankings
Dependent repos count: 9.0%
Dependent packages count: 10.0%
Downloads: 16.5%
Average: 19.4%
Forks count: 29.8%
Stargazers count: 31.9%
Maintainers (1)
Last synced:
11 months ago
Dependencies
requirements.txt
pypi
- Sphinx ==2.1.2
- bumpversion ==0.5.3
- coverage ==4.5.3
- flake8 ==3.7.8
- ipykernel ==5.1.1
- matplotlib ==3.1.1
- nbsphinx ==0.4.2
- numpy ==1.16.4
- pip ==19.2.1
- pytest ==5.0.1
- pytest-runner ==5.1
- tox ==3.13.2
- watchdog ==0.9.0
- wheel ==0.33.4
setup.py
pypi
- numpy *