JOSS: https://github.com/mattpitkin/lintegrate
gsl gsl-functions integral python wrapper
Score: 9.139059169971219
Last synced: about 17 hours ago
JSON representation
Repository metadata:
A numerical integration routine that works for the natural logarithm of functions
- Host: GitHub
- URL: https://github.com/mattpitkin/lintegrate
- Owner: mattpitkin
- License: gpl-3.0
- Created: 2017-06-02T13:02:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T08:01:55.000Z (almost 2 years ago)
- Last Synced: 2026-05-21T10:40:05.079Z (about 1 month ago)
- Topics: gsl, gsl-functions, integral, python, wrapper
- Language: C
- Size: 494 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Owner metadata:
- Name: Matt Pitkin
- Login: mattpitkin
- Email:
- Kind: user
- Description: (Amateur) Astrophysicist
- Website: https://ma.ttpitk.in
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/1421092?v=4
- Repositories: 94
- Last Synced at: 2023-08-20T12:57:42.249Z
- Profile URL: https://github.com/mattpitkin
GitHub Events
Total
- Issue comment event: 2
- Issues event: 2
- Watch event: 2
- Total: 6
Last Year
- Total: 0
Committers metadata
Last synced: 10 days ago
Total Commits: 186
Total Committers: 4
Avg Commits per committer: 46.5
Development Distribution Score (DDS): 0.124
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Matthew Pitkin | m****n@l****g | 163 |
| Duncan Macleod | d****d@l****g | 18 |
| Luiz Max F. Carvalho | l****a@g****m | 4 |
| dependabot[bot] | 4****] | 1 |
Issue and Pull Request metadata
Last synced: 10 months ago
Total issues: 9
Total pull requests: 25
Average time to close issues: 5 months
Average time to close pull requests: about 11 hours
Total issue authors: 5
Total pull request authors: 5
Average comments per issue: 2.0
Average comments per pull request: 0.12
Merged pull request: 25
Bot issues: 0
Bot pull requests: 1
Past year issues: 1
Past year pull requests: 1
Past year average time to close issues: 3 days
Past year average time to close pull requests: about 10 hours
Past year issue authors: 1
Past year pull request authors: 1
Past year average comments per issue: 2.0
Past year average comments per pull request: 0.0
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 1
Top Issue Authors
- mattpitkin (5)
- maxbiostat (1)
- Het-Shah (1)
- quadrikel (1)
- horta (1)
Top Pull Request Authors
- mattpitkin (17)
- duncanmmacleod (4)
- maxbiostat (2)
- dependabot[bot] (2)
- jbytecode (1)
Top Issue Labels
- enhancement (2)
Top Pull Request Labels
- github_actions (2)
- dependencies (2)
Package metadata
- Total packages: 2
-
Total downloads:
- pypi: 189 last-month
- Total dependent packages: 2 (may contain duplicates)
- Total dependent repositories: 2 (may contain duplicates)
- Total versions: 40
- Total maintainers: 1
pypi.org: lintegrate
Python functions implementing numerical integration of functions in log-space.
- Homepage: https://github.com/mattpitkin/lintegrate
- Documentation: https://lintegrate.readthedocs.io/
- Licenses: GPLv3
- Latest release: 0.2.0 (published about 2 years ago)
- Last Synced: 2026-06-12T17:03:07.553Z (10 days ago)
- Versions: 27
- Dependent Packages: 1
- Dependent Repositories: 1
- Downloads: 189 Last month
-
Rankings:
- Dependent packages count: 4.781%
- Average: 16.288%
- Forks count: 16.878%
- Stargazers count: 17.133%
- Downloads: 21.086%
- Dependent repos count: 21.559%
- Maintainers (1)
conda-forge.org: lintegrate
lintegrate provides Python functions for numerical integration of functions in log-space. This is useful for functions that have a very large dynamic range, or intrinsically would include very large or small numbers, and therefore it is more practical to work with the natural logarithm of the function. In these cases it is useful to also stay within log-space when integrating the function, which is what this package enables. The functions provided by lintegrate are equivalent to, and based on, several numerical integration routines provided within the GNU Scientific Library (GSL).
- Homepage: http://github.com/mattpitkin/lintegrate
- Licenses: GPL-3.0-or-later
- Latest release: 0.1.14 (published almost 4 years ago)
- Last Synced: 2026-04-01T03:21:36.970Z (3 months ago)
- Versions: 13
- Dependent Packages: 1
- Dependent Repositories: 1
-
Rankings:
- Dependent repos count: 24.223%
- Dependent packages count: 28.964%
- Average: 41.482%
- Forks count: 56.355%
- Stargazers count: 56.385%
Dependencies
- actions/checkout v2 composite
- conda-incubator/setup-miniconda v2 composite
- actions/checkout v2 composite
- actions/download-artifact v2 composite
- actions/setup-python v2 composite
- actions/upload-artifact v2 composite
- pypa/gh-action-pypi-publish master composite