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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.0%) to scientific vocabulary
Keywords
circle
conic
conic-sections
ellipse
hyperbola
parabola
Last synced: 6 months ago
·
JSON representation
·
Repository
Python library for managing conic sections
Basic Info
- Host: GitHub
- Owner: sergiud
- License: apache-2.0
- Language: Python
- Default Branch: master
- Homepage: https://conics.readthedocs.io
- Size: 159 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 5
- Releases: 2
Topics
circle
conic
conic-sections
ellipse
hyperbola
parabola
Created over 1 year ago
· Last pushed 6 months ago
Metadata Files
Readme
License
Citation
README.md
Conics
Conics is a library for managing conic sections (or simply conics).
Features
- Conics construction and transformation
- Algebraic and geometric fitting and conditioning
- Computing intersections of conics
- 5 DoF pose estimation of the supporting plane of an ellipse
License
The library is provided under the Apache License 2.0.
Owner
- Name: Sergiu Deitsch
- Login: sergiud
- Kind: user
- Repositories: 25
- Profile: https://github.com/sergiud
Citation (CITATION.cff)
cff-version: 1.2.0 message: If you use conics in your work, please reference it as below. title: conics abstract: Library for managing conic sections authors: - family-names: Deitsch given-names: Sergiu orcid: https://orcid.org/0000-0001-8865-8066 version: 0.1.0 date-released: 2019-05-21 license: Apache-2.0 repository-code: https://github.com/sergiud/conics
GitHub Events
Total
- Create event: 14
- Issues event: 4
- Release event: 2
- Watch event: 1
- Delete event: 14
- Issue comment event: 18
- Push event: 68
- Pull request review event: 4
- Pull request review comment event: 5
- Pull request event: 15
- Fork event: 1
Last Year
- Create event: 14
- Issues event: 4
- Release event: 2
- Watch event: 1
- Delete event: 14
- Issue comment event: 18
- Push event: 68
- Pull request review event: 4
- Pull request review comment event: 5
- Pull request event: 15
- Fork event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 4
- Total pull requests: 18
- Average time to close issues: about 13 hours
- Average time to close pull requests: about 6 hours
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 2.5
- Average comments per pull request: 1.11
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 5
Past Year
- Issues: 4
- Pull requests: 18
- Average time to close issues: about 13 hours
- Average time to close pull requests: about 6 hours
- Issue authors: 2
- Pull request authors: 3
- Average comments per issue: 2.5
- Average comments per pull request: 1.11
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 5
Top Authors
Issue Authors
- erikbrinkman (3)
- sergiud (1)
Pull Request Authors
- erikbrinkman (10)
- dependabot[bot] (5)
- sergiud (3)
Top Labels
Issue Labels
enhancement (2)
bug (2)
good first issue (1)
Pull Request Labels
dependencies (5)
enhancement (5)
github_actions (3)
bug (3)
Packages
- Total packages: 1
-
Total downloads:
- pypi 27 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
- Total maintainers: 1
pypi.org: conics
Conic sections library
- Documentation: https://conics.readthedocs.io
- License: Apache Software License
-
Latest release: 0.1.0a2
published 8 months ago
Rankings
Dependent packages count: 10.2%
Average: 33.8%
Dependent repos count: 57.4%
Maintainers (1)
Last synced:
6 months ago
Dependencies
requirements.txt
pypi
- Sphinx >=1.8.5
- autopep8 >=2.3.1
- bump2version >=0.5.11
- coverage >=4.5.4
- flake8 >=3.7.8
- isort >=5.13.2
- matplotlib >=3.9.0
- numpy >=1.25
- pytest >=4.6.5
- pytest-runner >=5.1
- scipy >=1.14.0
- sphinxcontrib.bibtex >=2.6.2
- tox >=3.14.0
- twine >=1.14.0
- watchdog >=0.9.0
- wheel >=0.33.6
.github/workflows/linux.yml
actions
- actions/checkout v4 composite
- actions/setup-python v5 composite
- codecov/codecov-action v5 composite
.github/workflows/wheels.yml
actions
- actions/checkout v4 composite
- actions/download-artifact v4 composite
- actions/setup-python v5 composite
- actions/upload-artifact v4 composite
- pypa/gh-action-pypi-publish release/v1 composite
docs/requirements.txt
pypi
- furo >=2024.07.18
- sphinx >=4.0.0
- sphinx-copybutton >=0.5.2
- sphinxcontrib-bibtex *
pyproject.toml
pypi
- numpy >=1.25
- scipy >=1.13.1