{"id":14977835,"url":"https://github.com/ulf1/numpy-fracdiff","last_synced_at":"2025-10-28T05:31:06.905Z","repository":{"id":47315323,"uuid":"219146899","full_name":"ulf1/numpy-fracdiff","owner":"ulf1","description":"Fractional differentiation as numpy function ","archived":false,"fork":false,"pushed_at":"2022-04-23T08:41:28.000Z","size":246,"stargazers_count":5,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-01T12:11:13.786Z","etag":null,"topics":["differences","differentiation","fractional","fractional-differencing","numpy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ulf1.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["ulf1"],"patreon":"ulfhamster","ko_fi":"ulfhamster"}},"created_at":"2019-11-02T11:53:40.000Z","updated_at":"2024-01-07T06:17:13.000Z","dependencies_parsed_at":"2022-09-05T13:41:48.910Z","dependency_job_id":null,"html_url":"https://github.com/ulf1/numpy-fracdiff","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulf1%2Fnumpy-fracdiff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulf1%2Fnumpy-fracdiff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulf1%2Fnumpy-fracdiff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulf1%2Fnumpy-fracdiff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ulf1","download_url":"https://codeload.github.com/ulf1/numpy-fracdiff/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238603669,"owners_count":19499490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["differences","differentiation","fractional","fractional-differencing","numpy"],"created_at":"2024-09-24T13:56:24.727Z","updated_at":"2025-10-28T05:31:06.578Z","avatar_url":"https://github.com/ulf1.png","language":"Python","readme":"[![PyPI version](https://badge.fury.io/py/numpy-fracdiff.svg)](https://badge.fury.io/py/numpy-fracdiff)\n[![PyPi downloads](https://img.shields.io/pypi/dm/numpy-fracdiff)](https://img.shields.io/pypi/dm/numpy-fracdiff)\n[![numpy-fracdiff](https://snyk.io/advisor/python/numpy-fracdiff/badge.svg)](https://snyk.io/advisor/python/numpy-fracdiff)\n[![Total alerts](https://img.shields.io/lgtm/alerts/g/ulf1/numpy-fracdiff.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/ulf1/numpy-fracdiff/alerts/)\n[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/ulf1/numpy-fracdiff.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/ulf1/numpy-fracdiff/context:python)\n\n# numpy-fracdiff\nFractional Difference for Time Series\n\n## Installation\nThe `numpy-fracdiff` [git repo](http://github.com/ulf1/numpy-fracdiff) is available as [PyPi package](https://pypi.org/project/numpy-fracdiff)\n\n```sh\npip install numpy-fracdiff\npip install git+ssh://git@github.com/ulf1/numpy-fracdiff.git\n```\n\n## Usage\nCheck the [examples](https://github.com/ulf1/fracdiff/tree/master/examples) folder for notebooks.\n\n\n## Appendix\n\n### Install a virtual environment\n\n```sh\npython3.6 -m venv .venv\nsource .venv/bin/activate\npip install --upgrade pip\npip install -r requirements.txt\npip install -r requirements-dev.txt\npip install -r requirements-demo.txt\n```\n\n(If your git repo is stored in a folder with whitespaces, then don't use the subfolder `.venv`. Use an absolute path without whitespaces.)\n\n### Python commands\n\n* Jupyter for the examples: `jupyter lab`\n* Check syntax: `flake8 --ignore=F401 --exclude=$(grep -v '^#' .gitignore | xargs | sed -e 's/ /,/g')`\n* Run Unit Tests: `pytest`\n\nPublish\n\n```sh\npandoc README.md --from markdown --to rst -s -o README.rst\npython setup.py sdist \ntwine upload -r pypi dist/*\n```\n\n### Clean up \n\n```sh\nfind . -type f -name \"*.pyc\" | xargs rm\nfind . -type d -name \"__pycache__\" | xargs rm -r\nrm -r .pytest_cache\nrm -r .venv\n```\n","funding_links":["https://github.com/sponsors/ulf1","https://patreon.com/ulfhamster","https://ko-fi.com/ulfhamster"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulf1%2Fnumpy-fracdiff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulf1%2Fnumpy-fracdiff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulf1%2Fnumpy-fracdiff/lists"}