Science Score: 67.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
Found 8 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.0%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Computing with B-series in Julia
Basic Info
- Host: GitHub
- Owner: ranocha
- License: mit
- Language: Julia
- Default Branch: main
- Homepage: https://ranocha.github.io/BSeries.jl
- Size: 4.35 MB
Statistics
- Stars: 29
- Watchers: 3
- Forks: 8
- Open Issues: 29
- Releases: 67
Topics
Metadata Files
README.md
BSeries
A collection of functionality around B-series in Julia. See
- Philippe Chartier, Ernst Hairer, Gilles Vilmart (2010) Algebraic Structures of B-series. Foundations of Computational Mathematics DOI: 10.1007/s10208-010-9065-1
API Documentation
The API of BSeries.jl is documented in the online documentation. Information on each function is available in their docstrings.
BSeries.jl re-exports everything from RootedTrees.jl. However, if you rely on functionality from that package, you should also include it explicitly in your project dependencies to track breaking changes, since the version numbers of RootedTrees.jl and BSeries.jl are not necessarily synchronized.
The main API of BSeries.jl consists of the following components.
- B-series behave like
AbstractDicts mappingRootedTrees to coefficients. - The B-series of time integration methods such as Runge-Kutta methods
can be constructed by the function
bseries. - Vector space operations (addition/subtraction and multiplication by scalars) are available.
- The algebraic structures of the composition law and the substitution law are
implemented via
composeandsubstitute. - Backward error analysis can be performed via
modified_equations andmodifying_integrators.
Please consult the documentation or the docstrings for further information.
Please note that B-series analysis is most conveniently applied to the autonomous form of ordinary differential equations (ODEs). Thus, BSeries.jl and RootedTrees.jl usually assume that time integration methods give the same result, independent of whether an ODE is written in an autonomous or a non-autonomous form. For Runge-Kutta methods, this means that the usual row-sum assumption is used.
Referencing
If you use
BSeries.jl
for your research, please cite it using the bibtex entry
bibtex
@article{ketcheson2023computing,
title={Computing with {B}-series},
author={Ketcheson, David I and Ranocha, Hendrik},
journal={ACM Transactions on Mathematical Software},
volume={49},
number={2},
year={2023},
month={06},
doi={10.1145/3573384},
eprint={2111.11680},
eprinttype={arXiv},
eprintclass={math.NA}
}
In addition, you can also refer to BSeries.jl directly as
bibtex
@misc{ranocha2021bseries,
title={{BSeries.jl}: {C}omputing with {B}-series in {J}ulia},
author={Ranocha, Hendrik and Ketcheson, David I},
year={2021},
month={09},
howpublished={\url{https://github.com/ranocha/BSeries.jl}},
doi={10.5281/zenodo.5534602}
}
License and contributing
This project is licensed under the MIT license (see LICENSE.md). Since it is an open-source project, we are very happy to accept contributions from the community. Please refer to CONTRIBUTING.md for more details.
Owner
- Name: Hendrik Ranocha
- Login: ranocha
- Kind: user
- Location: Hamburg, Germany
- Company: University of Hamburg
- Website: https://ranocha.de
- Repositories: 13
- Profile: https://github.com/ranocha
Assistant Professor analyzing & developing numerical methods for differential equations, focusing on stability, mimetic properties & structure preservation
Citation (CITATION.bib)
@article{ketcheson2023computing,
title={Computing with {B}-series},
author={Ketcheson, David I and Ranocha, Hendrik},
journal={ACM Transactions on Mathematical Software},
volume={49},
number={2},
year={2023},
month={06},
doi={10.1145/3573384},
eprint={2111.11680},
eprinttype={arXiv},
eprintclass={math.NA}
}
@misc{ranocha2021bseries,
title={{BSeries.jl}: {C}omputing with {B}-series in {J}ulia},
author={Ranocha, Hendrik and Ketcheson, David I},
year={2021},
month={09},
howpublished={\url{https://github.com/ranocha/BSeries.jl}},
doi={10.5281/zenodo.5534602}
}
GitHub Events
Total
- Create event: 32
- Commit comment event: 6
- Release event: 3
- Watch event: 2
- Delete event: 31
- Issue comment event: 9
- Push event: 103
- Pull request event: 62
- Pull request review event: 24
- Fork event: 2
Last Year
- Create event: 32
- Commit comment event: 6
- Release event: 3
- Watch event: 2
- Delete event: 31
- Issue comment event: 9
- Push event: 103
- Pull request event: 62
- Pull request review event: 24
- Fork event: 2
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Hendrik Ranocha | r****a | 184 |
| dependabot[bot] | 4****] | 71 |
| github-actions[bot] | 4****] | 12 |
| David Ketcheson | d****h@g****m | 4 |
| CompatHelper Julia | c****y@j****g | 3 |
| Sondar74 | 7****4 | 1 |
| Gavin Goodship | m****1@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 28
- Total pull requests: 252
- Average time to close issues: 21 days
- Average time to close pull requests: 8 days
- Total issue authors: 5
- Total pull request authors: 6
- Average comments per issue: 4.14
- Average comments per pull request: 0.48
- Merged pull requests: 200
- Bot issues: 0
- Bot pull requests: 143
Past Year
- Issues: 0
- Pull requests: 60
- Average time to close issues: N/A
- Average time to close pull requests: 2 days
- Issue authors: 0
- Pull request authors: 5
- Average comments per issue: 0
- Average comments per pull request: 0.12
- Merged pull requests: 43
- Bot issues: 0
- Bot pull requests: 50
Top Authors
Issue Authors
- ranocha (16)
- ketch (9)
- sanahsuri (1)
- stillyslalom (1)
- JuliaTagBot (1)
Pull Request Authors
- dependabot[bot] (123)
- ranocha (95)
- github-actions[bot] (61)
- Sondar74 (8)
- ketch (7)
- goodship1 (4)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 67
juliahub.com: BSeries
Computing with B-series in Julia
- Homepage: https://ranocha.github.io/BSeries.jl
- Documentation: https://docs.juliahub.com/General/BSeries/stable/
- License: MIT
-
Latest release: 0.1.66
published about 1 year ago
Rankings
Dependencies
- actions/checkout v3 composite
- actions/download-artifact v3 composite
- actions/upload-artifact v3 composite
- codecov/codecov-action v1 composite
- coverallsapp/github-action master composite
- julia-actions/cache v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
- julia-actions/setup-julia latest composite
- actions/checkout v2 composite
- actions/cache v1 composite
- actions/checkout v2 composite
- actions/setup-python v4 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/setup-julia v1 composite
- actions/checkout v1 composite
- julia-actions/setup-julia latest composite
- actions/checkout v3 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-invalidations v1 composite
- julia-actions/setup-julia v1 composite
- JuliaRegistries/TagBot v1 composite
- actions/checkout v4 composite
- crate-ci/typos v1.16.1 composite