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 (7.2%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
WDM tranforms for GW data analysis
Basic Info
- Host: GitHub
- Owner: pywavelet
- Language: Python
- Default Branch: main
- Homepage: https://pywavelet.github.io/pywavelet/
- Size: 20.4 MB
Statistics
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 2
- Releases: 15
Created over 2 years ago
· Last pushed 7 months ago
Metadata Files
Readme
Changelog
Citation
README.rst
pywavelet
#########
.. image:: https://badge.fury.io/py/pywavelet.svg
:target: https://badge.fury.io/py/pywavelet
.. image:: https://coveralls.io/repos/github/avivajpeyi/pywavelet/badge.svg?branch=main&kill_cache=1
:target: https://coveralls.io/github/avivajpeyi/pywavelet?branch=main
WDM Wavelet transform
Quickstart
==========
pywavelet is available on PyPI and can be installed with `pip `_.
.. code-block:: console
$ pip install pywavelet
Note: We have transforms availible in numpy, JAX and Cupy.
For developers
--------------
First set up a conda environment with python 3.10
.. code-block::
$ mamba create -n pywavelet python=3.10
.. code-block::
$ CONDA_OVERRIDE_CUDA=12.4 mamba install "jaxlib=*=*cuda*" jax -c conda-forge
$ CONDA_OVERRIDE_CUDA=12.4 conda install -c conda-forge cupy-core
$ pip install -e ".[dev]"
$ pre-commit install
Test code
---------
Locate directory /tests from root directory. run
.. code-block::
$ pytest .
Hopefully everything should run fine.
Owner
- Name: pywavelet
- Login: pywavelet
- Kind: organization
- Repositories: 1
- Profile: https://github.com/pywavelet
Citation (CITATION.cff)
cff-version: 1.2.0
title: pywavelet
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: pywavelet
family-names: pywavelet
email: pywavelet@aut.ac.nz
affiliation: >-
Science Centre 303S, 38 Princes st,
Auckland, 1010, New Zealand
orcid: 'https://orcid.org/0000-0002-4146-1132'
identifiers:
- type: url
value: ''
description: The paper describing the method behind this work.
repository-code: 'https://github.com/avivajpeyi/pywavelet'
url: 'http://avivajpeyi.github.io/pywavelet/'
repository-artifact: 'https://pypi.org/project/pywavelet/'
abstract: >-
Source code for the pywavelet package (for WDM wavelet analysis).
keywords:
- GW
- Bayesian Inference
- WDM
license: MIT
GitHub Events
Total
- Create event: 17
- Issues event: 3
- Release event: 15
- Watch event: 3
- Delete event: 1
- Issue comment event: 3
- Push event: 136
- Gollum event: 7
- Pull request event: 10
Last Year
- Create event: 17
- Issues event: 3
- Release event: 15
- Watch event: 3
- Delete event: 1
- Issue comment event: 3
- Push event: 136
- Gollum event: 7
- Pull request event: 10
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 2
- Total pull requests: 6
- Average time to close issues: N/A
- Average time to close pull requests: about 2 months
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.33
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 3
Past Year
- Issues: 2
- Pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: 23 days
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 3
Top Authors
Issue Authors
- avivajpeyi (6)
- OllieBurke (4)
Pull Request Authors
- avivajpeyi (10)
- pre-commit-ci[bot] (3)
- OllieBurke (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 978 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 14
- Total maintainers: 1
pypi.org: pywavelet
WDM wavelet transform your time/freq series!
- Homepage: https://pywavelet.github.io/pywavelet/
- Documentation: https://pywavelet.readthedocs.io/
- License: MIT License
-
Latest release: 0.2.8
published 10 months ago
Rankings
Downloads: 9.5%
Dependent packages count: 10.0%
Average: 13.7%
Dependent repos count: 21.7%
Maintainers (1)
Last synced:
7 months ago
Dependencies
.github/workflows/ci.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/docs.yml
actions
- actions/checkout v3 composite
- actions/setup-python v2 composite
- peaceiris/actions-gh-pages v3.9.3 composite
.github/workflows/pypi.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
- pypa/gh-action-pypi-publish release/v1 composite
docs/requirements.txt
pypi
- jupyter-book *
- matplotlib *
- numpy *
pyproject.toml
pypi
- bilby *
- loguru *
- matplotlib *
- numba *
- numpy *
- tqdm *