https://github.com/christopheberthod/piecewise.jl
Science Score: 93.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
Found 1 DOI reference(s) in JOSS metadata -
✓Academic publication links
Links to: joss.theoj.org -
○Academic email domains
-
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Repository
Basic Info
- Host: GitHub
- Owner: ChristopheBerthod
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 4.95 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Piecewise
This repository contains three modules written in Julia:
Piecewise – Tools for defining piecewise functions made of user-defined elementary functions with parameters, called formulas. Properly configured formulas enable fast integral transforms of the piecewise function. The module defines seven formulas and a method for fitting a piecewise function with arbitrary formulas to a real function of a real variable.
PiecewiseHilbert – Add methods to the formulas defined in Piecewise, enabling fast Hilbert transform of the piecewise functions that use these formulas.
PiecewiseLorentz – Add methods to some of the formulas defined in Piecewise, enabling what we call a Lorentz transform of the piecewise functions.
Dependencies
HypergeometricFunctions | LsqFit | PolyLog
Installation
julia
using Pkg; Pkg.add.(["Piecewise", "PiecewiseHilbert", "PiecewiseLorentz"]);
Examples
- Tutorial 1: Constructing approximations with
Piecewise.piecewisefit - Tutorial 2: Solving an implicit equation using
PiecewiseHilbert - Use case: MagnetoTransport.jl
Contributing
Contributions and suggestions are welcome. If you're interested in contributing, please feel free to reach out via email. Bug reports can be submitted through the issue tracker, but email is preferred for quicker responses.
This policy may evolve if additional contributors become actively involved.
Expert input would be especially valuable in the following areas:
Evaluation performance: The evaluation of
PiecewiseFunctionobjects appears to be slower than desirable. More efficient strategies to identify the relevant domain could yield significant improvements.Parallel execution: The parallelism in
piecewisefitcould benefit from the scrutiny of those with a deeper understanding of Julia's parallel execution.
Owner
- Login: ChristopheBerthod
- Kind: user
- Repositories: 1
- Profile: https://github.com/ChristopheBerthod
JOSS Publication
Piecewise: Flexible piecewise functions for fast integral transforms in Julia
Authors
Tags
julia piecewise function integral transformGitHub Events
Total
- Issues event: 25
- Issue comment event: 15
- Push event: 24
- Pull request event: 1
- Fork event: 1
- Create event: 8
Last Year
- Issues event: 25
- Issue comment event: 15
- Push event: 24
- Pull request event: 1
- Fork event: 1
- Create event: 8
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 17
- Total pull requests: 0
- Average time to close issues: 1 day
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 0.59
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 17
- Pull requests: 0
- Average time to close issues: 1 day
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 0.59
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ChristopheBerthod (14)
- ranocha (3)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 3
-
Total downloads:
- julia 3 total
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 9
juliahub.com: Piecewise
- Documentation: https://docs.juliahub.com/General/Piecewise/stable/
- License: MIT
-
Latest release: 0.1.2
published 8 months ago
Rankings
juliahub.com: PiecewiseHilbert
- Documentation: https://docs.juliahub.com/General/PiecewiseHilbert/stable/
- License: MIT
-
Latest release: 0.1.2
published 8 months ago
Rankings
juliahub.com: PiecewiseLorentz
- Documentation: https://docs.juliahub.com/General/PiecewiseLorentz/stable/
- License: MIT
-
Latest release: 0.1.2
published 8 months ago
